Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

A_CREATE - Static variable in class org.apache.hadoop.util.FindClass
create command: "create"
A_LOAD - Static variable in class org.apache.hadoop.util.FindClass
Load command: "load"
A_PRINTRESOURCE - Static variable in class org.apache.hadoop.util.FindClass
Command to locate and print a resource: "print"
A_RESOURCE - Static variable in class org.apache.hadoop.util.FindClass
Command to locate a resource: "locate"
AbstractCallback() - Constructor for class org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
AbstractDelegationTokenIdentifier - Class in org.apache.hadoop.security.token.delegation
 
AbstractDelegationTokenIdentifier() - Constructor for class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
AbstractDelegationTokenIdentifier(Text, Text, Text) - Constructor for class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier> - Class in org.apache.hadoop.security.token.delegation
 
AbstractDelegationTokenSecretManager(long, long, long, long) - Constructor for class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Create a secret manager
AbstractDelegationTokenSecretManager.DelegationTokenInformation - Class in org.apache.hadoop.security.token.delegation
Class to encapsulate a token's renew date and password.
AbstractDNSToSwitchMapping - Class in org.apache.hadoop.net
This is a base class for DNS to Switch mappings.
AbstractDNSToSwitchMapping() - Constructor for class org.apache.hadoop.net.AbstractDNSToSwitchMapping
Create an unconfigured instance
AbstractDNSToSwitchMapping(Configuration) - Constructor for class org.apache.hadoop.net.AbstractDNSToSwitchMapping
Create an instance, caching the configuration file.
AbstractFileSystem - Class in org.apache.hadoop.fs
This class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).
AbstractFileSystem(URI, String, boolean, int) - Constructor for class org.apache.hadoop.fs.AbstractFileSystem
Constructor to be called by subclasses.
AbstractGangliaSink - Class in org.apache.hadoop.metrics2.sink.ganglia
This the base class for Ganglia sink classes using metrics2.
AbstractGangliaSink() - Constructor for class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
AbstractGangliaSink.GangliaConfType - Enum in org.apache.hadoop.metrics2.sink.ganglia
define enum for various type of conf
AbstractGangliaSink.GangliaSlope - Enum in org.apache.hadoop.metrics2.sink.ganglia
ganglia slope values which equal the ordinal
AbstractLaunchableService - Class in org.apache.hadoop.service.launcher
Subclass of AbstractService that provides basic implementations of the LaunchableService methods.
AbstractLaunchableService(String) - Constructor for class org.apache.hadoop.service.launcher.AbstractLaunchableService
Construct an instance with the given name.
AbstractMapWritable - Class in org.apache.hadoop.io
Abstract base class for MapWritable and SortedMapWritable Unlike org.apache.nutch.crawl.MapWritable, this class allows creation of MapWritable<Writable, MapWritable> so the CLASS_TO_ID and ID_TO_CLASS maps travel with the class instead of being static.
AbstractMapWritable() - Constructor for class org.apache.hadoop.io.AbstractMapWritable
constructor.
AbstractMetric - Class in org.apache.hadoop.metrics2
The immutable metric
AbstractMetric(MetricsInfo) - Constructor for class org.apache.hadoop.metrics2.AbstractMetric
Construct the metric
AbstractService - Class in org.apache.hadoop.service
This is the base implementation class for services.
AbstractService(String) - Constructor for class org.apache.hadoop.service.AbstractService
Construct the service.
AbstractVerifier() - Constructor for class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
accept(Path) - Method in class org.apache.hadoop.fs.GlobFilter
 
accept(Path) - Method in interface org.apache.hadoop.fs.PathFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(K, V) - Method in interface org.apache.hadoop.util.IdentityHashStore.Visitor
 
acceptableCountryWildcard(String) - Static method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
accepts(String) - Method in class org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the name
accepts(MetricsTag) - Method in class org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the tag
accepts(Iterable<MetricsTag>) - Method in class org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the tags
accepts(MetricsRecord) - Method in class org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the record
access(Path, FsAction) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
access(Path, FsAction) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
access(Path, FsAction) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
access(String, NativeIO.Windows.AccessRight) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.Windows
Checks whether the current process has desired access rights on the given path.
ACCESS_TIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
AccessControlException - Exception in org.apache.hadoop.security
An exception class for access control related issues.
AccessControlException() - Constructor for exception org.apache.hadoop.security.AccessControlException
Default constructor is needed for unwrapping from RemoteException.
AccessControlException(String) - Constructor for exception org.apache.hadoop.security.AccessControlException
Constructs an AccessControlException with the specified detail message.
AccessControlException(Throwable) - Constructor for exception org.apache.hadoop.security.AccessControlException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
AccessControlList - Class in org.apache.hadoop.security.authorize
Class representing a configured access control list.
AccessControlList() - Constructor for class org.apache.hadoop.security.authorize.AccessControlList
This constructor exists primarily for AccessControlList to be Writable.
AccessControlList(String) - Constructor for class org.apache.hadoop.security.authorize.AccessControlList
Construct a new ACL from a String representation of the same.
AccessControlList(String, String) - Constructor for class org.apache.hadoop.security.authorize.AccessControlList
Construct a new ACL from String representation of users and groups The arguments are comma separated lists
accessRight() - Method in enum org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
 
AclEntry - Class in org.apache.hadoop.fs.permission
Defines a single entry in an ACL.
AclEntry.Builder - Class in org.apache.hadoop.fs.permission
Builder for creating new AclEntry instances.
AclEntryScope - Enum in org.apache.hadoop.fs.permission
Specifies the scope or intended usage of an ACL entry.
AclEntryType - Enum in org.apache.hadoop.fs.permission
Specifies the type of an ACL entry.
aclSpecToString(List<AclEntry>) - Static method in class org.apache.hadoop.fs.permission.AclEntry
Convert a List of AclEntries into a string - the reverse of parseAclSpec.
AclStatus - Class in org.apache.hadoop.fs.permission
An AclStatus contains the ACL information of a specific file.
AclStatus.Builder - Class in org.apache.hadoop.fs.permission
Builder for creating new Acl instances.
acquire() - Method in class org.apache.hadoop.util.AutoCloseableLock
A wrapper method that makes a call to lock() of the underlying ReentrantLock object.
action - Variable in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
activateOptions() - Method in class org.apache.hadoop.log.Log4Json
Do nothing
ACTIVE_VALUE - Static variable in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
ACTIVE = 1;
ActiveNotFoundException() - Constructor for exception org.apache.hadoop.ha.ActiveStandbyElector.ActiveNotFoundException
 
ActiveStandbyElector.ActiveNotFoundException - Exception in org.apache.hadoop.ha
Exception thrown when there is no active leader
ActiveStandbyElector.ActiveStandbyElectorCallback - Interface in org.apache.hadoop.ha
Callback interface to interact with the ActiveStandbyElector object.
actual - Variable in exception org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
add(E) - Method in class org.apache.hadoop.io.EnumSetWritable
 
add(Throwable) - Method in class org.apache.hadoop.io.MultipleIOException.Builder
Add the given Throwable to the exception list.
add(E) - Method in class org.apache.hadoop.ipc.CallQueueManager
 
add(E) - Method in class org.apache.hadoop.ipc.FairCallQueue
Add, put, and offer follow the same pattern: 1.
add(String, long) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Add sample to a stat metric by name.
add(long) - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
 
add(String, long) - Method in class org.apache.hadoop.metrics2.lib.MutableRates
Add a rate sample for a rate metric
add(String, long) - Method in class org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
Add a rate sample for a rate metric.
add(String, long) - Method in class org.apache.hadoop.metrics2.lib.MutableRollingAverages
 
add(long, long) - Method in class org.apache.hadoop.metrics2.lib.MutableStat
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.
add(long) - Method in class org.apache.hadoop.metrics2.lib.MutableStat
Add a snapshot to the metric
add(MetricsTag) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
add(AbstractMetric) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
add(MetricsTag) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add an immutable metrics tag object
add(AbstractMetric) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a pre-made immutable metric object
add(MetricsInfo, Object) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
add(MetricsTag) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
add(AbstractMetric) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
add(double) - Method in class org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
add(Node) - Method in class org.apache.hadoop.net.InnerNodeImpl
 
add(ServiceStateChangeListener) - Method in class org.apache.hadoop.service.ServiceOperations.ServiceListeners
Thread-safe addition of a new listener to the end of a list.
add(Key) - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
add(Key) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
 
add(Key) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
 
add(Key) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
 
addAll(Credentials) - Method in class org.apache.hadoop.security.Credentials
Copy all of the credentials from one credential object into another.
addAllArgs(Iterable<String>) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
addAllAuths(Iterable<? extends RpcHeaderProtos.RpcSaslProto.SaslAuth>) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAllConfig(Iterable<? extends TraceAdminPB.ConfigPair>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addAllDescriptions(Iterable<? extends TraceAdminPB.SpanReceiverListInfo>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addAllGroups(Iterable<String>) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
addAllMethods(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
addAllProtocolSignature(Iterable<? extends ProtocolInfoProtos.ProtocolSignatureProto>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addAllProtocolVersions(Iterable<? extends ProtocolInfoProtos.ProtocolVersionProto>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addAllResponses(Iterable<? extends GenericRefreshProtocolProtos.GenericRefreshResponseProto>) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addAllSecrets(Iterable<? extends SecurityProtos.CredentialsKVProto>) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addAllTokens(Iterable<? extends SecurityProtos.CredentialsKVProto>) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addAllVersions(Iterable<? extends Long>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2;
addArgs(String) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
addArgsBytes(ByteString) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
addArgument(String) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Add a single argument to this expression.
addArguments(Deque<String>) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
addArguments(Deque<String>, int) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Add a specific number of arguments to this expression.
addArguments(Deque<String>) - Method in interface org.apache.hadoop.fs.shell.find.Expression
Adds arguments to this expression.
addArguments(Deque<String>) - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
addAuths(RpcHeaderProtos.RpcSaslProto.SaslAuth) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuths(RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuthsBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuthsBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addChildren(Deque<Expression>) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
addChildren(Deque<Expression>, int) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Add a specific number of children to this expression.
addChildren(Deque<Expression>) - Method in interface org.apache.hadoop.fs.shell.find.Expression
Adds children to this expression.
addChildren(Deque<Expression>) - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
addConfig(TraceAdminPB.ConfigPair) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfig(int, TraceAdminPB.ConfigPair) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfig(TraceAdminPB.ConfigPair.Builder) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfig(int, TraceAdminPB.ConfigPair.Builder) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfigBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfigBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfigurationPair(String, String) - Method in class org.apache.hadoop.tracing.SpanReceiverInfoBuilder
 
addCounter(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addCounter(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addCounter(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add an integer metric
addCounter(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add an long metric
addCounter(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
addCounter(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
addCredentials(Credentials) - Method in class org.apache.hadoop.security.UserGroupInformation
Add the given Credentials to this user.
addDateHeader(String, long) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
addDefaultResource(String) - Static method in class org.apache.hadoop.conf.Configuration
Add a default resource.
addDelegationTokens(Configuration, Credentials, String, String) - Method in interface org.apache.hadoop.security.token.DtFetcher
Add any number of delegation tokens to Credentials object and return a token instance that is appropriate for aliasing, or null if none.
addDeprecation(String, String[], String) - Static method in class org.apache.hadoop.conf.Configuration
addDeprecation(String, String, String) - Static method in class org.apache.hadoop.conf.Configuration
Adds the deprecated key to the global deprecation map.
addDeprecation(String, String[]) - Static method in class org.apache.hadoop.conf.Configuration
addDeprecation(String, String) - Static method in class org.apache.hadoop.conf.Configuration
Adds the deprecated key to the global deprecation map when no custom message is provided.
addDeprecations(Configuration.DeprecationDelta[]) - Static method in class org.apache.hadoop.conf.Configuration
Adds a set of deprecated keys to the global deprecations.
addDescriptions(TraceAdminPB.SpanReceiverListInfo) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptions(int, TraceAdminPB.SpanReceiverListInfo) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptions(TraceAdminPB.SpanReceiverListInfo.Builder) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptions(int, TraceAdminPB.SpanReceiverListInfo.Builder) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptionsBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptionsBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addEndpoint(URI) - Method in class org.apache.hadoop.http.HttpServer2.Builder
Add an endpoint that the HTTP server should listen to.
addEntries(Iterable<AclEntry>) - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
Adds a list of ACL entries.
addEntry(AclEntry) - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
Adds an ACL entry.
addFalsePositive(Key) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds a false positive information to this retouched Bloom filter.
addFalsePositive(Collection<Key>) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds a collection of false positive information to this retouched Bloom filter.
addFalsePositive(List<Key>) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds a list of false positive information to this retouched Bloom filter.
addFalsePositive(Key[]) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds an array of false positive information to this retouched Bloom filter.
addFencingParameters(Map<String, String>) - Method in class org.apache.hadoop.ha.HAServiceTarget
Hook to allow subclasses to add any parameters they would like to expose to fencing implementations/scripts.
addField(String) - Method in class org.apache.hadoop.tools.TableListing.Builder
 
addField(String, TableListing.Justification) - Method in class org.apache.hadoop.tools.TableListing.Builder
 
addField(String, boolean) - Method in class org.apache.hadoop.tools.TableListing.Builder
 
addField(String, TableListing.Justification, boolean) - Method in class org.apache.hadoop.tools.TableListing.Builder
Add a new field to the Table under construction.
addFilter(String, String, Map<String, String>) - Method in interface org.apache.hadoop.http.FilterContainer
Add a filter to the container.
addGauge(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, float) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, double) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a integer gauge metric
addGauge(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a long gauge metric
addGauge(MetricsInfo, float) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a float gauge metric
addGauge(MetricsInfo, double) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a double gauge metric
addGauge(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
addGauge(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
addGauge(MetricsInfo, float) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
addGauge(MetricsInfo, double) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
addGlobalFilter(String, String, Map<String, String>) - Method in interface org.apache.hadoop.http.FilterContainer
Add a global filter to the container.
addGroup(String) - Method in class org.apache.hadoop.security.authorize.AccessControlList
Add group to the names of groups allowed for this service.
addGroups(String) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
addGroupsBytes(ByteString) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
addHeader(String, String) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
addIfService(Object) - Method in class org.apache.hadoop.service.CompositeService
If the passed object is an instance of Service, add it to the list of services managed by this CompositeService
addIntHeader(String, int) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
addKey(DelegationKey) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Add a previously used master key to cache (when NN restarts), should be called before activate().
addLink(Configuration, String, String, URI) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a link to the config for the specified mount table
addLink(Configuration, String, URI) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a link to the config for the default mount table
addLinkFallback(Configuration, String, URI) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkFallback to the config for the specified mount table.
addLinkFallback(Configuration, URI) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkFallback to the config for the default mount table.
addLinkMerge(Configuration, String, URI[]) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMerge to the config for the specified mount table.
addLinkMerge(Configuration, URI[]) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMerge to the config for the default mount table.
addLinkMergeSlash(Configuration, String, URI) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMergeSlash to the config for the specified mount table.
addLinkMergeSlash(Configuration, URI) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMergeSlash to the config for the default mount table.
addLinkNfly(Configuration, String, String, String, URI...) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
 
addLinkNfly(Configuration, String, URI...) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
 
addMethods(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
addOptionWithValue(String) - Method in class org.apache.hadoop.fs.shell.CommandFormat
add option with value
addPersistedDelegationToken(TokenIdent, long) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
This method is intended to be used for recovering persisted delegation tokens This method must be called before this secret manager is activated (before startThreads() is called)
addProtocol(RPC.RpcKind, Class<?>, Object) - Method in class org.apache.hadoop.ipc.RPC.Server
Add a protocol to the existing server.
addProtocolSignature(ProtocolInfoProtos.ProtocolSignatureProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignature(ProtocolInfoProtos.ProtocolSignatureProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignatureBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignatureBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolVersions(ProtocolInfoProtos.ProtocolVersionProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersions(ProtocolInfoProtos.ProtocolVersionProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersionsBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersionsBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addRecord(String) - Method in interface org.apache.hadoop.metrics2.MetricsCollector
Add a metrics record
addRecord(MetricsInfo) - Method in interface org.apache.hadoop.metrics2.MetricsCollector
Add a metrics record
addResource(String) - Method in class org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(String, boolean) - Method in class org.apache.hadoop.conf.Configuration
 
addResource(URL) - Method in class org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(URL, boolean) - Method in class org.apache.hadoop.conf.Configuration
 
addResource(Path) - Method in class org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(Path, boolean) - Method in class org.apache.hadoop.conf.Configuration
 
addResource(InputStream) - Method in class org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(InputStream, boolean) - Method in class org.apache.hadoop.conf.Configuration
 
addResource(InputStream, String) - Method in class org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(InputStream, String, boolean) - Method in class org.apache.hadoop.conf.Configuration
 
addResource(Configuration) - Method in class org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponsesBuilder() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponsesBuilder(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponseTime(String, int, int, int) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
addResponseTime(String, int, int, int) - Method in class org.apache.hadoop.ipc.DefaultRpcScheduler
 
addResponseTime(String, int, int, int) - Method in interface org.apache.hadoop.ipc.RpcScheduler
 
addSecretKey(Text, byte[]) - Method in class org.apache.hadoop.security.Credentials
Set the key for an alias.
addSecrets(SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecrets(int, SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecrets(SecurityProtos.CredentialsKVProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecrets(int, SecurityProtos.CredentialsKVProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecretsBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecretsBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addService(Service) - Method in class org.apache.hadoop.service.CompositeService
Add the passed Service to the list of services managed by this CompositeService
addShutdownHook(Runnable, int) - Method in class org.apache.hadoop.util.ShutdownHookManager
Adds a shutdownHook with a priority, the higher the priority the earlier will run.
addShutdownHook(Runnable, int, long, TimeUnit) - Method in class org.apache.hadoop.util.ShutdownHookManager
Adds a shutdownHook with a priority and timeout the higher the priority the earlier will run.
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface
 
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto>) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
addSpanReceiver(SpanReceiverInfo) - Method in interface org.apache.hadoop.tracing.TraceAdminProtocol
Add a new trace span receiver.
addSuppressedLoggingExceptions(Class<?>...) - Method in class org.apache.hadoop.ipc.Server
Add exception classes which server won't log at all.
addTags(Properties) - Method in class org.apache.hadoop.conf.Configuration
Add tags defined in HADOOP_TAGS_SYSTEM, HADOOP_TAGS_CUSTOM.
addTerseExceptions(Class<?>...) - Method in class org.apache.hadoop.ipc.Server
Add exception classes for which server won't log stack traces.
addToken(Text, Token<? extends TokenIdentifier>) - Method in class org.apache.hadoop.security.Credentials
Add a token in the storage (in memory).
addToken(Token<? extends TokenIdentifier>) - Method in class org.apache.hadoop.security.UserGroupInformation
Add a token to this UGI
addToken(Text, Token<? extends TokenIdentifier>) - Method in class org.apache.hadoop.security.UserGroupInformation
Add a named token to this UGI
addTokenIdentifier(TokenIdentifier) - Method in class org.apache.hadoop.security.UserGroupInformation
Add a TokenIdentifier to this UGI.
addTokens(SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokens(int, SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokens(SecurityProtos.CredentialsKVProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokens(int, SecurityProtos.CredentialsKVProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokensBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokensBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addToMap(Class<?>) - Method in class org.apache.hadoop.io.AbstractMapWritable
Add a Class to the maps if it is not already present.
addUser(String) - Method in class org.apache.hadoop.security.authorize.AccessControlList
Add user to the names of users allowed for this service.
addVersion() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
addVersions(long) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2;
AdminAuthorizedServlet - Class in org.apache.hadoop.http
General servlet which is admin-authorized.
AdminAuthorizedServlet() - Constructor for class org.apache.hadoop.http.AdminAuthorizedServlet
 
advance() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Move the cursor to the next key-value pair.
afterExecute(Runnable, Throwable) - Method in class org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - Method in class org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
alert(GcTimeMonitor.GcData) - Method in interface org.apache.hadoop.util.GcTimeMonitor.GcTimeAlertHandler
 
ALIAS_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
aliasTokenFile(File, String, Text, Text, Configuration) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Alias a token from a file and save back to file in the local filesystem.
allKeys - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Access to allKeys is protected by this object lock
allowAppend - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
allowChange() - Method in class org.apache.hadoop.fs.Options.HandleOpt.Data
Tracks whether any changes to file content are permitted.
allowChange() - Method in class org.apache.hadoop.fs.Options.HandleOpt.Location
Tracks whether any changes to file location are permitted.
ALLOWED_HEADERS - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_HEADERS_DEFAULT - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_METHODS - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_METHODS_DEFAULT - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_ORIGINS - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_ORIGINS_DEFAULT - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_ORIGINS_REGEX_PREFIX - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
AlreadyExistsException(String) - Constructor for exception org.apache.hadoop.io.SecureIOUtils.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception org.apache.hadoop.io.SecureIOUtils.AlreadyExistsException
 
and(FsAction) - Method in enum org.apache.hadoop.fs.permission.FsAction
AND operation.
and(Filter) - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
and(Filter) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
 
and(Filter) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
 
AnnotatedSecurityInfo - Class in org.apache.hadoop.security
Constructs SecurityInfo from Annotations provided in protocol interface.
AnnotatedSecurityInfo() - Constructor for class org.apache.hadoop.security.AnnotatedSecurityInfo
 
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
append(Path) - Method in class org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int) - Method in class org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
append() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Append to an existing file (optional operation).
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
This optional operation is not yet supported.
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.HarFileSystem
 
append(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
append(Path, int, Progressable) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
append(LoggingEvent) - Method in class org.apache.hadoop.http.HttpRequestLogAppender
 
append(Writable) - Method in class org.apache.hadoop.io.ArrayFile.Writer
Append a value to the file.
append(WritableComparable, Writable) - Method in class org.apache.hadoop.io.BloomMapFile.Writer
 
append(byte[], byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Adding a new key-value pair to the TFile.
append(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Adding a new key-value pair to TFile.
append(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Writer
Append a key/value pair to the map.
append(Writable, Writable) - Method in class org.apache.hadoop.io.SequenceFile.Writer
Append a key/value pair.
append(Object, Object) - Method in class org.apache.hadoop.io.SequenceFile.Writer
Append a key/value pair.
append(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Writer
Append a key to a set.
append(byte[], int, int) - Method in class org.apache.hadoop.io.Text
Append a range of bytes to the end of the given text
append(LoggingEvent) - Method in class org.apache.hadoop.log.metrics.EventCounter
 
appendFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create a Builder to append a file.
appendFile(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
appendFile(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
appendIfExists(boolean) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
appendRaw(byte[], int, int, SequenceFile.ValueBytes) - Method in class org.apache.hadoop.io.SequenceFile.Writer
 
appendScriptExtension(File, String) - Static method in class org.apache.hadoop.util.Shell
Returns a File referencing a script with the given basename, inside the given parent directory.
appendScriptExtension(String) - Static method in class org.apache.hadoop.util.Shell
Returns a script file name with the given basename.
appendTokenFiles(ArrayList<File>, String, Configuration) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Append tokens from list of files in local filesystem, saving to last file.
ApplicationClassLoader - Class in org.apache.hadoop.util
A URLClassLoader for application isolation.
ApplicationClassLoader(URL[], ClassLoader, List<String>) - Constructor for class org.apache.hadoop.util.ApplicationClassLoader
 
ApplicationClassLoader(String, ClassLoader, List<String>) - Constructor for class org.apache.hadoop.util.ApplicationClassLoader
 
apply(PathData, int) - Method in interface org.apache.hadoop.fs.shell.find.Expression
Apply the expression to the specified item, called once for each item.
apply(PathData, int) - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
applyUMask(FsPermission, FsPermission) - Static method in class org.apache.hadoop.fs.permission.FsCreateModes
Create from unmasked mode and umask.
applyUMask(FsPermission) - Method in class org.apache.hadoop.fs.permission.FsPermission
Apply a umask to this permission and return a new one.
approximateCount(Key) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
This method calculates an approximate count of the key, i.e.
areSymlinksEnabled() - Static method in class org.apache.hadoop.fs.FileSystem
 
ARG_CONF - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
Name of the configuration argument on the CLI.
ARG_CONF_PREFIXED - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
prefixed version of LauncherArguments.ARG_CONF.
ARG_CONF_SHORT - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
 
ARG_CONFCLASS - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
Name of a configuration class which is loaded before any attempt is made to load the class.
ARG_CONFCLASS_PREFIXED - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
Prefixed version of LauncherArguments.ARG_CONFCLASS.
ARG_CONFCLASS_SHORT - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
 
ARG_JAAS - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_KEYLEN - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_KEYTAB - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_NOFAIL - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_NOLOGIN - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_OUTPUT - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_PRINCIPAL - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_RESOURCE - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_SECURE - Static variable in class org.apache.hadoop.security.KDiag
 
ARG_VERIFYSHORTNAME - Static variable in class org.apache.hadoop.security.KDiag
 
args - Variable in class org.apache.hadoop.ha.HAAdmin.UsageInfo
 
ARGS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
ArrayFile - Class in org.apache.hadoop.io
A dense file-based mapping from integers to values.
ArrayFile() - Constructor for class org.apache.hadoop.io.ArrayFile
 
ArrayFile.Reader - Class in org.apache.hadoop.io
Provide access to an existing array file.
ArrayFile.Writer - Class in org.apache.hadoop.io
Write a new array file.
ArrayPrimitiveWritable - Class in org.apache.hadoop.io
This is a wrapper class.
ArrayPrimitiveWritable() - Constructor for class org.apache.hadoop.io.ArrayPrimitiveWritable
Construct an empty instance, for use during Writable read
ArrayPrimitiveWritable(Class<?>) - Constructor for class org.apache.hadoop.io.ArrayPrimitiveWritable
Construct an instance of known type but no value yet for use with type-specific wrapper classes
ArrayPrimitiveWritable(Object) - Constructor for class org.apache.hadoop.io.ArrayPrimitiveWritable
Wrap an existing array of primitives
ArrayWritable - Class in org.apache.hadoop.io
A Writable for arrays containing instances of a class.
ArrayWritable(Class<? extends Writable>) - Constructor for class org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(Class<? extends Writable>, Writable[]) - Constructor for class org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(String[]) - Constructor for class org.apache.hadoop.io.ArrayWritable
 
asList() - Static method in enum org.apache.hadoop.fs.StorageType
 
AsyncCallLimitExceededException - Exception in org.apache.hadoop.ipc
Signals that an AsyncCallLimitExceededException has occurred.
AsyncCallLimitExceededException(String) - Constructor for exception org.apache.hadoop.ipc.AsyncCallLimitExceededException
 
AsyncGet<R,E extends Throwable> - Interface in org.apache.hadoop.util.concurrent
This interface defines an asynchronous AsyncGet.get(long, TimeUnit) method.
AsyncGet.Util - Class in org.apache.hadoop.util.concurrent
Utility
AsyncGetFuture<T,E extends Throwable> - Class in org.apache.hadoop.util.concurrent
A Future implemented using an AsyncGet object.
AsyncGetFuture(AsyncGet<T, E>) - Constructor for class org.apache.hadoop.util.concurrent.AsyncGetFuture
 
atEnd() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Is cursor at the end location?
AtMostOnce - Annotation Type in org.apache.hadoop.io.retry
Used to mark certain methods of an interface with at-most-once semantics.
attemptingUser - Variable in class org.apache.hadoop.ipc.Server.Connection
 
attributes(boolean, boolean, boolean, boolean) - Static method in class org.apache.hadoop.fs.FileStatus
Convert boolean attributes to a set of flags.
AUDITLOG - Static variable in class org.apache.hadoop.ipc.Server
 
authenticate(URL, AuthenticatedURL.Token) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
AuthenticationFilterInitializer - Class in org.apache.hadoop.security
Initializes hadoop-auth AuthenticationFilter which provides support for Kerberos HTTP SPNEGO authentication.
AuthenticationFilterInitializer() - Constructor for class org.apache.hadoop.security.AuthenticationFilterInitializer
 
authFilterConfigurationPrefix(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
 
AuthorizationException - Exception in org.apache.hadoop.security.authorize
An exception class for authorization-related issues.
AuthorizationException() - Constructor for exception org.apache.hadoop.security.authorize.AuthorizationException
 
AuthorizationException(String) - Constructor for exception org.apache.hadoop.security.authorize.AuthorizationException
 
AuthorizationException(Throwable) - Constructor for exception org.apache.hadoop.security.authorize.AuthorizationException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
authorize(UserGroupInformation, String) - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
authorize(UserGroupInformation, String) - Method in interface org.apache.hadoop.security.authorize.ImpersonationProvider
Authorize the superuser which is doing doAs
AUTHS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
AutoCloseableLock - Class in org.apache.hadoop.util
This is a wrap class of a ReentrantLock.
AutoCloseableLock() - Constructor for class org.apache.hadoop.util.AutoCloseableLock
Creates an instance of AutoCloseableLock, initializes the underlying lock instance with a new ReentrantLock.
AutoCloseableLock(Lock) - Constructor for class org.apache.hadoop.util.AutoCloseableLock
Wrap provided Lock instance.
available() - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
available() - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
available() - Method in class org.apache.hadoop.util.LimitInputStream
 
AVRO_REFLECT_PACKAGES - Static variable in class org.apache.hadoop.io.serializer.avro.AvroReflectSerialization
Key to configure packages that contain classes to be serialized and deserialized using this class.
AVRO_SCHEMA_KEY - Static variable in class org.apache.hadoop.io.serializer.avro.AvroSerialization
 
AvroFSInput - Class in org.apache.hadoop.fs
Adapts an FSDataInputStream to Avro's SeekableInput interface.
AvroFSInput(FSDataInputStream, long) - Constructor for class org.apache.hadoop.fs.AvroFSInput
Construct given an FSDataInputStream and its length.
AvroFSInput(FileContext, Path) - Constructor for class org.apache.hadoop.fs.AvroFSInput
Construct given a FileContext and a Path.
AvroReflectSerializable - Interface in org.apache.hadoop.io.serializer.avro
Tag interface for Avro 'reflect' serializable classes.
AvroReflectSerialization - Class in org.apache.hadoop.io.serializer.avro
Serialization for Avro Reflect classes.
AvroReflectSerialization() - Constructor for class org.apache.hadoop.io.serializer.avro.AvroReflectSerialization
 
AvroSerialization<T> - Class in org.apache.hadoop.io.serializer.avro
Base class for providing serialization to Avro types.
AvroSerialization() - Constructor for class org.apache.hadoop.io.serializer.avro.AvroSerialization
 
AvroSpecificSerialization - Class in org.apache.hadoop.io.serializer.avro
Serialization for Avro Specific classes.
AvroSpecificSerialization() - Constructor for class org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization
 
await() - Method in class org.apache.hadoop.util.Waitable
 

B

BadFencingConfigurationException - Exception in org.apache.hadoop.ha
Indicates that the operator has specified an invalid configuration for fencing methods.
BadFencingConfigurationException(String) - Constructor for exception org.apache.hadoop.ha.BadFencingConfigurationException
 
BadFencingConfigurationException(String, Throwable) - Constructor for exception org.apache.hadoop.ha.BadFencingConfigurationException
 
BadFormatException(String) - Constructor for exception org.apache.hadoop.conf.ConfServlet.BadFormatException
 
baseBlockSize - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
BaseExpression - Class in org.apache.hadoop.fs.shell.find
Abstract expression for use in the Find command.
BaseExpression() - Constructor for class org.apache.hadoop.fs.shell.find.BaseExpression
 
basePath - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
BasicDiskValidator - Class in org.apache.hadoop.util
BasicDiskValidator is a wrapper around DiskChecker.
BasicDiskValidator() - Constructor for class org.apache.hadoop.util.BasicDiskValidator
 
BatchedListEntries(List<E>, boolean) - Constructor for class org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
 
BatchedRemoteIterator<K,E> - Class in org.apache.hadoop.fs
A RemoteIterator that fetches elements in batches.
BatchedRemoteIterator(K) - Constructor for class org.apache.hadoop.fs.BatchedRemoteIterator
 
BatchedRemoteIterator.BatchedEntries<E> - Interface in org.apache.hadoop.fs
 
BatchedRemoteIterator.BatchedListEntries<E> - Class in org.apache.hadoop.fs
 
becomeActive() - Method in interface org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
This method is called when the app becomes the active leader.
becomeStandby() - Method in interface org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
This method is called when the app becomes a standby
beforeExecute(Thread, Runnable) - Method in class org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
beforeExecute(Thread, Runnable) - Method in class org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
BinaryComparable - Class in org.apache.hadoop.io
Interface supported by WritableComparable types supporting ordering/permutation by a representative set of bytes.
BinaryComparable() - Constructor for class org.apache.hadoop.io.BinaryComparable
 
bind(ServerSocket, InetSocketAddress, int) - Static method in class org.apache.hadoop.ipc.Server
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
bind(ServerSocket, InetSocketAddress, int, Configuration, String) - Static method in class org.apache.hadoop.ipc.Server
 
bindArgs(Configuration, List<String>) - Method in class org.apache.hadoop.service.launcher.AbstractLaunchableService
Propagate the command line arguments.
bindArgs(Configuration, List<String>) - Method in interface org.apache.hadoop.service.launcher.LaunchableService
Propagate the command line arguments.
bindCommandOptions() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Set the ServiceLauncher.commandOptions field to the result of ServiceLauncher.createOptions(); protected for subclasses and test access.
bitMask - Variable in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
 
bitShift - Variable in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
 
BLOCK_DELIMITER - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
BLOCK_REPLICATION_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
BLOCK_SIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
BlockCompressorStream - Class in org.apache.hadoop.io.compress
A CompressorStream which works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.
BlockCompressorStream(OutputStream, Compressor, int, int) - Constructor for class org.apache.hadoop.io.compress.BlockCompressorStream
BlockCompressorStream(OutputStream, Compressor) - Constructor for class org.apache.hadoop.io.compress.BlockCompressorStream
Create a BlockCompressorStream with given output-stream and compressor.
BlockDecompressorStream - Class in org.apache.hadoop.io.compress
A DecompressorStream which works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.
BlockDecompressorStream(InputStream, Decompressor, int) - Constructor for class org.apache.hadoop.io.compress.BlockDecompressorStream
BlockDecompressorStream(InputStream, Decompressor) - Constructor for class org.apache.hadoop.io.compress.BlockDecompressorStream
BlockDecompressorStream(InputStream) - Constructor for class org.apache.hadoop.io.compress.BlockDecompressorStream
 
BlockLocation - Class in org.apache.hadoop.fs
Represents the network location of a block, information about the hosts that contain block replicas, and other block metadata (E.g.
BlockLocation() - Constructor for class org.apache.hadoop.fs.BlockLocation
Default Constructor
BlockLocation(BlockLocation) - Constructor for class org.apache.hadoop.fs.BlockLocation
Copy constructor
BlockLocation(String[], String[], long, long) - Constructor for class org.apache.hadoop.fs.BlockLocation
Constructor with host, name, offset and length
BlockLocation(String[], String[], long, long, boolean) - Constructor for class org.apache.hadoop.fs.BlockLocation
Constructor with host, name, offset, length and corrupt flag
BlockLocation(String[], String[], String[], long, long) - Constructor for class org.apache.hadoop.fs.BlockLocation
Constructor with host, name, network topology, offset and length
BlockLocation(String[], String[], String[], long, long, boolean) - Constructor for class org.apache.hadoop.fs.BlockLocation
Constructor with host, name, network topology, offset, length and corrupt flag
BlockLocation(String[], String[], String[], String[], long, long, boolean) - Constructor for class org.apache.hadoop.fs.BlockLocation
 
BlockLocation(String[], String[], String[], String[], String[], StorageType[], long, long, boolean) - Constructor for class org.apache.hadoop.fs.BlockLocation
 
blockSize(long) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set block size.
blockSize(long) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
BlockSize(long) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.BlockSize
 
blockSize(long) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
BlockStoragePolicySpi - Interface in org.apache.hadoop.fs
A storage policy specifies the placement of block replicas on specific storage types.
BLOOM_FILE_NAME - Static variable in class org.apache.hadoop.io.BloomMapFile
 
BloomFilter - Class in org.apache.hadoop.util.bloom
Implements a Bloom filter, as defined by Bloom in 1970.
BloomFilter() - Constructor for class org.apache.hadoop.util.bloom.BloomFilter
Default constructor - use with readFields
BloomFilter(int, int, int) - Constructor for class org.apache.hadoop.util.bloom.BloomFilter
Constructor
BloomMapFile - Class in org.apache.hadoop.io
This class extends MapFile and provides very much the same functionality.
BloomMapFile() - Constructor for class org.apache.hadoop.io.BloomMapFile
 
BloomMapFile.Reader - Class in org.apache.hadoop.io
 
BloomMapFile.Writer - Class in org.apache.hadoop.io
 
BooleanOption(boolean) - Constructor for class org.apache.hadoop.util.Options.BooleanOption
 
BooleanWritable - Class in org.apache.hadoop.io
A WritableComparable for booleans.
BooleanWritable() - Constructor for class org.apache.hadoop.io.BooleanWritable
 
BooleanWritable(boolean) - Constructor for class org.apache.hadoop.io.BooleanWritable
 
BooleanWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for BooleanWritable.
BoundedRangeFileInputStream - Class in org.apache.hadoop.io.file.tfile
BoundedRangeFIleInputStream abstracts a contiguous region of a Hadoop FSDataInputStream as a regular input stream.
BoundedRangeFileInputStream(FSDataInputStream, long, long) - Constructor for class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
Constructor
BROWSER_USER_AGENT_PARAM - Static variable in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
buf - Variable in class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
 
buffer - Variable in class org.apache.hadoop.io.compress.CompressorStream
 
buffer - Variable in class org.apache.hadoop.io.compress.DecompressorStream
 
buffer() - Method in interface org.apache.hadoop.io.file.tfile.RawComparable
Get the underlying byte array.
BUFFER_SIZE - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
bufferSize(int) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set the size of the buffer to be used.
bufferSize(int) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
BufferSize(int) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.BufferSize
 
bufferSize(int) - Static method in class org.apache.hadoop.io.SequenceFile.Reader
Create an option with the buffer size for reading the given pathname.
bufferSize(int) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
build() - Method in class org.apache.hadoop.fs.ContentSummary.Builder
 
build() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Create the FSDataOutputStream to write on the file system.
build() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
build() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
build() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
build() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
build() - Method in class org.apache.hadoop.fs.permission.AclEntry.Builder
Builds a new AclEntry populated with the set properties.
build() - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
Builds a new AclStatus populated with the set properties.
build() - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
build() - Method in class org.apache.hadoop.http.HttpServer2.Builder
 
build() - Method in class org.apache.hadoop.io.MultipleIOException.Builder
 
build() - Method in class org.apache.hadoop.ipc.CallerContext.Builder
 
build() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
build() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
build() - Method in class org.apache.hadoop.ipc.RPC.Builder
Build the RPC Server.
build() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
build() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
build() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
build() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
build() - Method in class org.apache.hadoop.tools.TableListing.Builder
Create a new TableListing.
build() - Method in class org.apache.hadoop.tracing.SpanReceiverInfoBuilder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
build() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
buildCacheKey() - Method in class org.apache.hadoop.security.token.Token
 
buildDTServiceName(URI, int) - Static method in class org.apache.hadoop.security.SecurityUtil
create the service name for a Delegation token
Builder() - Constructor for class org.apache.hadoop.fs.ContentSummary.Builder
 
Builder() - Constructor for class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
Builder() - Constructor for class org.apache.hadoop.fs.permission.AclEntry.Builder
 
Builder() - Constructor for class org.apache.hadoop.fs.permission.AclStatus.Builder
 
Builder() - Constructor for class org.apache.hadoop.fs.QuotaUsage.Builder
 
Builder() - Constructor for class org.apache.hadoop.http.HttpServer2.Builder
 
Builder() - Constructor for class org.apache.hadoop.io.MultipleIOException.Builder
 
Builder(String) - Constructor for class org.apache.hadoop.ipc.CallerContext.Builder
 
Builder(Configuration) - Constructor for class org.apache.hadoop.ipc.RPC.Builder
 
Builder() - Constructor for class org.apache.hadoop.tools.TableListing.Builder
Create a new Builder.
buildGeneralOptions(Options) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher.MinimalGenericOptionsParser
 
buildPartial() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
buildPartial() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
buildPartial() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
buildTokenService(InetSocketAddress) - Static method in class org.apache.hadoop.security.SecurityUtil
Construct the service key for a token
buildTokenService(URI) - Static method in class org.apache.hadoop.security.SecurityUtil
Construct the service key for a token
buildVersionName(String, int) - Static method in class org.apache.hadoop.crypto.key.KeyProvider
Build a version string from a basename and version number.
BuiltInGzipDecompressor - Class in org.apache.hadoop.io.compress.zlib
A Decompressor based on the popular gzip compressed file format.
BuiltInGzipDecompressor() - Constructor for class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Creates a new (pure Java) gzip decompressor.
BuiltInZlibDeflater - Class in org.apache.hadoop.io.compress.zlib
A wrapper around java.util.zip.Deflater to make it conform to org.apache.hadoop.io.compress.Compressor interface.
BuiltInZlibDeflater(int, boolean) - Constructor for class org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
BuiltInZlibDeflater(int) - Constructor for class org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
BuiltInZlibDeflater() - Constructor for class org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
BuiltInZlibInflater - Class in org.apache.hadoop.io.compress.zlib
A wrapper around java.util.zip.Inflater to make it conform to org.apache.hadoop.io.compress.Decompressor interface.
BuiltInZlibInflater(boolean) - Constructor for class org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
 
BuiltInZlibInflater() - Constructor for class org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
 
ByteBufferPool - Interface in org.apache.hadoop.io
 
ByteBufferReadable - Interface in org.apache.hadoop.fs
Implementers of this interface provide a read API that writes to a ByteBuffer, not a byte[].
bytes() - Method in class org.apache.hadoop.fs.LocalFileSystemPathHandle
 
bytes() - Method in interface org.apache.hadoop.fs.PartHandle
 
bytes() - Method in interface org.apache.hadoop.fs.PathHandle
Get the bytes of this path handle.
bytes() - Method in interface org.apache.hadoop.fs.UploadHandle
 
bytesPerChecksum(short) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
BytesPerChecksum(short) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.BytesPerChecksum
 
bytesToCodePoint(ByteBuffer) - Static method in class org.apache.hadoop.io.Text
Returns the next code point at the current position in the buffer.
BytesWritable - Class in org.apache.hadoop.io
A byte sequence that is usable as a key or value.
BytesWritable() - Constructor for class org.apache.hadoop.io.BytesWritable
Create a zero-size sequence.
BytesWritable(byte[]) - Constructor for class org.apache.hadoop.io.BytesWritable
Create a BytesWritable using the byte array as the initial value.
BytesWritable(byte[], int) - Constructor for class org.apache.hadoop.io.BytesWritable
Create a BytesWritable using the byte array as the initial value and length as the length.
BytesWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for BytesWritable.
ByteWritable - Class in org.apache.hadoop.io
A WritableComparable for a single byte.
ByteWritable() - Constructor for class org.apache.hadoop.io.ByteWritable
 
ByteWritable(byte) - Constructor for class org.apache.hadoop.io.ByteWritable
 
ByteWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for ByteWritable.
BZip2Codec - Class in org.apache.hadoop.io.compress
This class provides output and input streams for bzip2 compression and decompression.
BZip2Codec() - Constructor for class org.apache.hadoop.io.compress.BZip2Codec
Creates a new instance of BZip2Codec.
Bzip2Compressor - Class in org.apache.hadoop.io.compress.bzip2
A Compressor based on the popular bzip2 compression algorithm.
Bzip2Compressor() - Constructor for class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Creates a new compressor with a default values for the compression block size and work factor.
Bzip2Compressor(Configuration) - Constructor for class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Creates a new compressor, taking settings from the configuration.
Bzip2Compressor(int, int, int) - Constructor for class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Creates a new compressor using the specified block size.
BZip2Constants - Interface in org.apache.hadoop.io.compress.bzip2
Base class for both the compress and decompress classes.
Bzip2Decompressor - Class in org.apache.hadoop.io.compress.bzip2
A Decompressor based on the popular bzip2 compression algorithm.
Bzip2Decompressor(boolean, int) - Constructor for class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Creates a new decompressor.
Bzip2Decompressor() - Constructor for class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
BZip2DummyCompressor - Class in org.apache.hadoop.io.compress.bzip2
This is a dummy compressor for BZip2.
BZip2DummyCompressor() - Constructor for class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
BZip2DummyDecompressor - Class in org.apache.hadoop.io.compress.bzip2
This is a dummy decompressor for BZip2.
BZip2DummyDecompressor() - Constructor for class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
Bzip2Factory - Class in org.apache.hadoop.io.compress.bzip2
A collection of factories to create the right bzip2 compressor/decompressor instances.
Bzip2Factory() - Constructor for class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 

C

CacheableIPList - Class in org.apache.hadoop.util
CacheableIPList loads a list of subnets from a file.
CacheableIPList(FileBasedIPList, long) - Constructor for class org.apache.hadoop.util.CacheableIPList
 
CachedDNSToSwitchMapping - Class in org.apache.hadoop.net
A cached implementation of DNSToSwitchMapping that takes an raw DNSToSwitchMapping and stores the resolved network location in a cache.
CachedDNSToSwitchMapping(DNSToSwitchMapping) - Constructor for class org.apache.hadoop.net.CachedDNSToSwitchMapping
cache a raw DNS mapping
cacheGroupsAdd(List<String>) - Method in interface org.apache.hadoop.security.GroupMappingServiceProvider
Caches the group user information
cacheGroupsAdd(List<String>) - Method in class org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
cacheGroupsAdd(List<String>) - Method in class org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
cacheGroupsAdd(List<String>) - Method in class org.apache.hadoop.security.NullGroupsMapping
Nothing is returned, so nothing is cached.
cacheGroupsRefresh() - Method in interface org.apache.hadoop.security.GroupMappingServiceProvider
Refresh the cache of groups and user mapping
cacheGroupsRefresh() - Method in class org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
cacheGroupsRefresh() - Method in class org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
cacheGroupsRefresh() - Method in class org.apache.hadoop.security.NullGroupsMapping
Nothing is returned, so nothing is cached.
CacheManipulator() - Constructor for class org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
CachingKeyProvider - Class in org.apache.hadoop.crypto.key
A KeyProviderExtension implementation providing a short lived cache for KeyVersions and Metadatato avoid burst of requests to hit the underlying KeyProvider.
CachingKeyProvider(KeyProvider, long, long) - Constructor for class org.apache.hadoop.crypto.key.CachingKeyProvider
 
call(RPC.RpcKind, Writable, Client.ConnectionId, AtomicBoolean) - Method in class org.apache.hadoop.ipc.Client
Make a call, passing rpcRequest, to the IPC server defined by remoteId, returning the rpc respond.
call(RPC.RpcKind, String, Writable, long) - Method in class org.apache.hadoop.ipc.RPC.Server
 
call(Writable, long) - Method in class org.apache.hadoop.ipc.Server
call(RPC.RpcKind, String, Writable, long) - Method in class org.apache.hadoop.ipc.Server
Called for each call.
Call(int, int, Void, Void, RPC.RpcKind, byte[]) - Constructor for class org.apache.hadoop.ipc.Server.Call
 
CallerContext.Builder - Class in org.apache.hadoop.ipc
The caller context builder.
CALLERCONTEXT_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
CALLID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
CALLID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
CallQueueManager<E extends org.apache.hadoop.ipc.Schedulable> - Class in org.apache.hadoop.ipc
Abstracts queue operations for different blocking queues.
CallQueueManager(Class<? extends BlockingQueue<E>>, Class<? extends RpcScheduler>, boolean, int, String, Configuration) - Constructor for class org.apache.hadoop.ipc.CallQueueManager
 
CAN_UNBUFFER_NOT_IMPLEMENTED_MESSAGE - Static variable in class org.apache.hadoop.fs.StreamCapabilitiesPolicy
 
cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
cancel() - Method in interface org.apache.hadoop.io.ReadaheadPool.ReadaheadRequest
Cancels the request for readahead.
cancel(Configuration) - Method in class org.apache.hadoop.security.token.Token
Cancel this delegation token.
cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.security.token.Token.TrivialRenewer
 
cancel(Token<?>, Configuration) - Method in class org.apache.hadoop.security.token.TokenRenewer
Cancel the given token
cancelDelegationToken(Token<?>) - Method in interface org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.DelegationTokenExtension
Cancels the given token.
cancelDelegationToken(Token<?>) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
cancelDelegationToken(URL, DelegationTokenAuthenticatedURL.Token) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Cancels a delegation token from the server end-point.
cancelDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Cancels a delegation token from the server end-point.
cancelDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Cancels a delegation token from the server end-point.
cancelDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Cancels a delegation token from the server end-point.
cancelDeleteOnExit(Path) - Method in class org.apache.hadoop.fs.FileSystem
Cancel the scheduled deletion of the path when the FileSystem is closed.
cancelToken(Token<TokenIdent>, String) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Cancel a token by removing it from cache.
canExecute(File) - Static method in class org.apache.hadoop.fs.FileUtil
Platform independent implementation for File.canExecute()
CANNOT_SEEK_PAST_EOF - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
Seeks : "Attempted to seek or read past the end of the file"
canonicalizeUri(URI) - Method in class org.apache.hadoop.fs.FileSystem
Canonicalize the given URI.
canonicalizeUri(URI) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
canonicalizeUri(URI) - Method in class org.apache.hadoop.fs.HarFileSystem
 
canRead(File) - Static method in class org.apache.hadoop.fs.FileUtil
Platform independent implementation for File.canRead()
CanSetDropBehind - Interface in org.apache.hadoop.fs
 
CanSetReadahead - Interface in org.apache.hadoop.fs
 
CanUnbuffer - Interface in org.apache.hadoop.fs
FSDataInputStreams implement this interface to indicate that they can clear their buffers on request.
canWrite(File) - Static method in class org.apache.hadoop.fs.FileUtil
Platform independent implementation for File.canWrite()
CAT_CONFIG - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_JAAS - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_JVM - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_KERBEROS - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_LOGIN - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_OS - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_SASL - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_TOKEN - Static variable in class org.apache.hadoop.security.KDiag
 
CAT_UGI - Static variable in class org.apache.hadoop.security.KDiag
 
CBZip2InputStream - Class in org.apache.hadoop.io.compress.bzip2
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStream(InputStream, SplittableCompressionCodec.READ_MODE) - Constructor for class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
Constructs a new CBZip2InputStream which decompresses bytes read from the specified stream.
CBZip2InputStream(InputStream) - Constructor for class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
CBZip2InputStream.STATE - Enum in org.apache.hadoop.io.compress.bzip2
A state machine to keep track of current state of the de-coder
CBZip2OutputStream - Class in org.apache.hadoop.io.compress.bzip2
An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
CBZip2OutputStream(OutputStream) - Constructor for class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Constructs a new CBZip2OutputStream with a blocksize of 900k.
CBZip2OutputStream(OutputStream, int) - Constructor for class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Constructs a new CBZip2OutputStream with specified blocksize.
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto) - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface
 
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
rpc cedeActive(.hadoop.common.CedeActiveRequestProto) returns (.hadoop.common.CedeActiveResponseProto);
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Interface
rpc cedeActive(.hadoop.common.CedeActiveRequestProto) returns (.hadoop.common.CedeActiveResponseProto);
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Stub
 
cedeActive(int) - Method in class org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
Certificates() - Constructor for class org.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates
 
CHALLENGE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
CHALLENGE_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
CHALLENGE = 3;
changed(boolean) - Static method in class org.apache.hadoop.fs.Options.HandleOpt
 
changed() - Method in class org.apache.hadoop.metrics2.lib.MutableMetric
 
charAt(int) - Method in class org.apache.hadoop.io.Text
Returns the Unicode Scalar Value (32-bit integer value) for the character at position.
check(String) - Method in class org.apache.hadoop.fs.DUHelper
 
check(String, SSLSocket) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String, X509Certificate) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String, String[], String[]) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String[], SSLSocket) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String[], X509Certificate) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String[], String[], String[], boolean, boolean) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
checkArgs(String) - Method in interface org.apache.hadoop.ha.FenceMethod
Verify that the given fencing method's arguments are valid.
checkArgs(String) - Method in class org.apache.hadoop.ha.PowerShellFencer
 
checkArgs(String) - Method in class org.apache.hadoop.ha.ShellCommandFencer
 
checkArgs(String) - Method in class org.apache.hadoop.ha.SshFenceByTcpPort
Verify that the argument, if given, in the conf is parseable.
checkAvailableForRead() - Method in class org.apache.hadoop.security.token.SecretManager
No-op if the secret manager is available for reading tokens, throw a StandbyException otherwise.
checkFencingConfigured() - Method in class org.apache.hadoop.ha.HAServiceTarget
 
checkIsBashSupported() - Static method in class org.apache.hadoop.util.Shell
 
checkNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.SnappyCodec
Are the native snappy libraries loaded & initialized?
checkNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.ZStandardCodec
 
checkNativeCodeLoaded() - Static method in class org.apache.hadoop.io.erasurecode.ErasureCodeNative
Is the native ISA-L library loaded and initialized? Throw exception if not.
checkPath(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Check that a Path belongs to this FileSystem.
checkPath(Path) - Method in class org.apache.hadoop.fs.FileSystem
Check that a Path belongs to this FileSystem.
checkPath(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
Check that a Path belongs to this FileSystem.
checkPath(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
checkpoint() - Method in class org.apache.hadoop.fs.Trash
Create a trash checkpoint.
checkScheme(URI, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Check that the Uri's scheme matches
checkStateTransition(String, Service.STATE, Service.STATE) - Static method in class org.apache.hadoop.service.ServiceStateModel
Check that a state tansition is valid and throw an exception if not
checkStatus(File) - Method in class org.apache.hadoop.util.BasicDiskValidator
 
checkStatus(File) - Method in class org.apache.hadoop.util.ReadWriteDiskValidator
 
checkStream() - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
ChecksumException - Exception in org.apache.hadoop.fs
Thrown for checksum errors.
ChecksumException(String, long) - Constructor for exception org.apache.hadoop.fs.ChecksumException
 
ChecksumFileSystem - Class in org.apache.hadoop.fs
Abstract Checksumed FileSystem.
ChecksumFileSystem(FileSystem) - Constructor for class org.apache.hadoop.fs.ChecksumFileSystem
 
checksumOpt(Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set checksum opt.
ChecksumOpt() - Constructor for class org.apache.hadoop.fs.Options.ChecksumOpt
Create a uninitialized one
ChecksumOpt(DataChecksum.Type, int) - Constructor for class org.apache.hadoop.fs.Options.ChecksumOpt
Normal ctor
checksumParam(Options.ChecksumOpt) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
ChecksumParam(Options.ChecksumOpt) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.ChecksumParam
 
checkTGTAndReloginFromKeytab() - Method in class org.apache.hadoop.security.UserGroupInformation
Re-login a user from keytab if TGT is expired or is close to expiry.
checkToken(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Find the DelegationTokenInformation for the given token id, and verify that if the token is expired.
checkWindowsCommandLineLength(String...) - Static method in class org.apache.hadoop.util.Shell
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.
Chgrp() - Constructor for class org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
children - Variable in class org.apache.hadoop.net.InnerNodeImpl
 
childrenMap - Variable in class org.apache.hadoop.net.InnerNodeImpl
 
chmod(String, String) - Static method in class org.apache.hadoop.fs.FileUtil
Change the permissions on a filename.
chmod(String, String, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
Change the permissions on a file / directory, recursively, if needed.
Chmod() - Constructor for class org.apache.hadoop.fs.FsShellPermissions.Chmod
 
chmod(String, int) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
chooseBlockSize(long) - Static method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Chooses a blocksize based on the given length of the data to compress.
Chown() - Constructor for class org.apache.hadoop.fs.FsShellPermissions.Chown
 
CLASSNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
CLASSNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
ClassOption(Class<?>) - Constructor for class org.apache.hadoop.util.Options.ClassOption
 
CleanerUtil.BufferCleaner - Interface in org.apache.hadoop.util
Pass in an implementation of this interface to cleanup ByteBuffers.
cleanup(Log, Closeable...) - Static method in class org.apache.hadoop.io.IOUtils
cleanup() - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
The default cleanup.
cleanupWithLogger(Logger, Closeable...) - Static method in class org.apache.hadoop.io.IOUtils
Close the Closeable objects and ignore any Throwable or null pointers.
clear() - Method in class org.apache.hadoop.conf.Configuration
Clears all keys from the configuration.
clear() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
clear() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
clear() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
clear() - Method in class org.apache.hadoop.fs.HardLink.LinkStats
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.io.MapWritable
 
clear() - Method in class org.apache.hadoop.io.SortedMapWritable
 
clear() - Method in class org.apache.hadoop.io.Text
Clear the string to empty.
clear() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
clear() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
clear() - Method in interface org.apache.hadoop.metrics2.util.QuantileEstimator
 
clear() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
clear() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
clear() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
clear() - Method in class org.apache.hadoop.util.bloom.HashFunction
Clears this hash function.
CLEAR_TEXT_FALLBACK - Static variable in class org.apache.hadoop.security.alias.CredentialProvider
 
clearAccessTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 access_time = 8;
clearAlias() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
clearArgs() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
clearAuths() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
clearBlockReplication() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 block_replication = 10;
clearBlockSize() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 block_size = 11;
clearCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
clearCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required sint32 callId = 3;
clearCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required uint32 callId = 1;
clearChallenge() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional bytes challenge = 5;
clearChanged() - Method in class org.apache.hadoop.metrics2.lib.MutableMetric
Clear the changed flag in the snapshot operations
clearClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
clearClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
clearClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required bytes clientId = 4;
clearClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional bytes clientId = 7;
clearClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required uint64 clientProtocolVersion = 3;
clearConfig() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
clearContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
clearDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2;
clearDescriptions() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
clearEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes ec_data = 17;
clearEffectiveUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
clearEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes encryption_data = 15;
clearErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
clearErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5;
clearExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4;
clearExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional int32 exitStatus = 1;
clearFileType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
clearFlags() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 flags = 18 [default = 0];
clearGroup() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
clearGroups() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
clearId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
required int64 id = 1;
clearId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
required int64 id = 1;
clearId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required int64 id = 1;
clearIdentifier() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
clearIdentifier() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes identifier = 1;
clearKey() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
clearKind() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
clearLength() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 length = 3;
CLEARMASK - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
clearMechanism() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
clearMethod() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
clearMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1;
clearMethods() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
clearMillisToCede() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
required uint32 millisToCede = 1;
clearModificationTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 modification_time = 7;
clearMtime() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional uint64 mtime = 1;
clearNameMaps() - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
clearNewExpiryTime() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
required uint64 newExpiryTime = 1;
clearNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3;
clearOwner() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
clearParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 parentId = 2;
clearPassword() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes password = 2;
clearPath() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
clearPath() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional string path = 2;
clearPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
required uint32 perm = 1;
clearPermission() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
clearProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3;
clearProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1;
clearProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1;
clearProtocol() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
clearProtocolSignature() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
clearProtocolVersions() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
clearReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional bool readyToBecomeActive = 2;
clearRealUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
clearRenewer() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
clearReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
clearReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
clearReqSource() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
required .hadoop.common.HARequestSource reqSource = 1;
clearResponses() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
clearRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional sint32 retryCount = 5 [default = -1];
clearRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional sint32 retryCount = 8 [default = -1];
clearRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2;
clearRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1;
clearRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcKindProto rpcKind = 1;
clearRpcOp() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
clearSecret() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional bytes secret = 3;
clearSecrets() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
clearSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3;
clearServerId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
clearServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional uint32 serverIpcVersionNum = 3;
clearService() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
clearShutdownHooks() - Method in class org.apache.hadoop.util.ShutdownHookManager
clear all registered shutdownHooks.
clearSignature() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
optional bytes signature = 2;
clearState() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
required .hadoop.common.HAServiceStateProto state = 1;
clearState() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
clearStatistics() - Static method in class org.apache.hadoop.fs.AbstractFileSystem
 
clearStatistics() - Static method in class org.apache.hadoop.fs.FileContext
Clears all the statistics stored in AbstractFileSystem, for all the file systems.
clearStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
Reset all statistics for all file systems.
clearStatus() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
clearSymlink() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
clearToken() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional bytes token = 3;
clearToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
clearToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
clearToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
clearToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
clearTokens() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
clearTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 traceId = 1;
clearTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
clearUser() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
clearUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2;
clearUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2;
clearValue() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
clearVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
required uint64 version = 1;
clearVersion() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional uint32 version = 1;
clearVersions() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2;
Client - Class in org.apache.hadoop.ipc
A client for an IPC service.
Client(Class<? extends Writable>, Configuration, SocketFactory) - Constructor for class org.apache.hadoop.ipc.Client
Construct an IPC client whose values are of the given Writable class.
Client(Class<? extends Writable>, Configuration) - Constructor for class org.apache.hadoop.ipc.Client
Construct an IPC client with the default SocketFactory
CLIENTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
CLIENTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
CLIENTPROTOCOLVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
clone() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
clone() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
clone() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
clone(T, Configuration) - Static method in class org.apache.hadoop.io.WritableUtils
Make a copy of a writable object using serialization to a buffer.
clone() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
clone() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
clone() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
clone() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
clone() - Method in class org.apache.hadoop.util.GcTimeMonitor.GcData
 
cloneFileAttributes(Path, Path, Progressable) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Clones the attributes (like compression of the input file and creates a corresponding Writer
cloneInto(Writable, Writable) - Static method in class org.apache.hadoop.io.WritableUtils
Deprecated.
use ReflectionUtils.cloneInto instead.
cloneWritableInto(Writable, Writable) - Static method in class org.apache.hadoop.util.ReflectionUtils
Deprecated.
close() - Method in class org.apache.hadoop.crypto.key.KeyProvider
Can be used by implementing classes to close any resources that require closing
close() - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
close() - Method in class org.apache.hadoop.fs.AvroFSInput
 
close() - Method in class org.apache.hadoop.fs.FileSystem
Close this FileSystem instance.
close() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
close() - Method in class org.apache.hadoop.fs.FSDataOutputStream
Close the underlying output stream.
close() - Method in class org.apache.hadoop.fs.HarFileSystem
 
close() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
close() - Method in class org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
close() - Method in class org.apache.hadoop.http.HttpRequestLogAppender
 
close() - Method in class org.apache.hadoop.io.BloomMapFile.Writer
 
close() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
close() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
 
close() - Method in class org.apache.hadoop.io.compress.CompressionInputStream
 
close() - Method in class org.apache.hadoop.io.compress.CompressionOutputStream
 
close() - Method in class org.apache.hadoop.io.compress.CompressorStream
 
close() - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
close() - Method in class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
close() - Method in class org.apache.hadoop.io.DefaultStringifier
 
close() - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
close() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Close the reader.
close() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Close the scanner.
close() - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Close the Writer.
close() - Method in class org.apache.hadoop.io.MapFile.Reader
Close the map.
close() - Method in class org.apache.hadoop.io.MapFile.Writer
Close the map.
close() - Method in class org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
close() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Close the file.
close() - Method in interface org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
closes the iterator so that the underlying streams can be closed
close() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Close the file.
close() - Method in interface org.apache.hadoop.io.Stringifier
Closes this object.
close() - Method in class org.apache.hadoop.ipc.Client
 
close() - Method in class org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
close() - Method in class org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
close() - Method in class org.apache.hadoop.log.metrics.EventCounter
 
close() - Method in class org.apache.hadoop.metrics2.lib.MutableRollingAverages
 
close() - Method in class org.apache.hadoop.metrics2.sink.FileSink
 
close() - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink
 
close() - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
close() - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
close() - Method in class org.apache.hadoop.metrics2.sink.StatsDSink
 
close() - Method in class org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
 
close() - Method in class org.apache.hadoop.security.KDiag
 
close() - Method in class org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
close() - Method in class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
close() - Method in class org.apache.hadoop.service.AbstractService
close() - Method in interface org.apache.hadoop.service.Service
A version of stop() that is designed to be usable in Java7 closure clauses.
close() - Method in class org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
close() - Method in class org.apache.hadoop.util.AutoCloseableLock
Attempts to release the lock by making a call to release().
close() - Method in interface org.apache.hadoop.util.Shell.CommandExecutor
 
close() - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
 
close() - Method in class org.apache.hadoop.util.StopWatch
 
Closeable - Interface in org.apache.hadoop.io
Deprecated.
use java.io.Closeable
CloseableReferenceCount - Class in org.apache.hadoop.util
A closeable object that maintains a reference count.
CloseableReferenceCount() - Constructor for class org.apache.hadoop.util.CloseableReferenceCount
 
closeAll() - Static method in class org.apache.hadoop.fs.FileSystem
Close all cached FileSystem instances.
closeAllForUGI(UserGroupInformation) - Static method in class org.apache.hadoop.fs.FileSystem
Close all cached FileSystem instances for a given UGI.
closed - Variable in class org.apache.hadoop.io.compress.CompressorStream
 
closed - Variable in class org.apache.hadoop.io.compress.DecompressorStream
 
closeSocket(Socket) - Static method in class org.apache.hadoop.io.IOUtils
Closes the socket ignoring IOException
closeStream(Closeable) - Static method in class org.apache.hadoop.io.IOUtils
Closes the stream ignoring Throwable.
closeStreams(Closeable...) - Static method in class org.apache.hadoop.io.IOUtils
Closes the streams ignoring Throwable.
code - Variable in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
The code for this method.
CODEC_NAME_KEY - Static variable in class org.apache.hadoop.io.erasurecode.ECSchema
 
CodecPool - Class in org.apache.hadoop.io.compress
A global compressor/decompressor pool used to save and reuse (possibly native) compression/decompression codecs.
CodecPool() - Constructor for class org.apache.hadoop.io.compress.CodecPool
 
collectThreadLocalStates() - Method in class org.apache.hadoop.metrics2.lib.MutableRollingAverages
Collects states maintained in ThreadLocal, if any.
combine(Result) - Method in class org.apache.hadoop.fs.shell.find.Result
Returns the combination of this and another result.
CombinedIPList - Class in org.apache.hadoop.util
Util class to stores ips/hosts/subnets.
CombinedIPList(String, String, long) - Constructor for class org.apache.hadoop.util.CombinedIPList
 
CombinedIPWhiteList - Class in org.apache.hadoop.util
 
CombinedIPWhiteList(String, String, long) - Constructor for class org.apache.hadoop.util.CombinedIPWhiteList
 
CommandFormat - Class in org.apache.hadoop.fs.shell
Parse the args of a command and check the format of args.
CommandFormat(String, int, int, String...) - Constructor for class org.apache.hadoop.fs.shell.CommandFormat
Deprecated.
use replacement since name is an unused parameter
CommandFormat(int, int, String...) - Constructor for class org.apache.hadoop.fs.shell.CommandFormat
Simple parsing of command line arguments
CommandFormat.DuplicatedOptionException - Exception in org.apache.hadoop.fs.shell
Used when a duplicated option is supplied to a command.
CommandFormat.IllegalNumberOfArgumentsException - Exception in org.apache.hadoop.fs.shell
Used when the arguments exceed their bounds
CommandFormat.NotEnoughArgumentsException - Exception in org.apache.hadoop.fs.shell
Used when too few arguments are supplied to a command
CommandFormat.TooManyArgumentsException - Exception in org.apache.hadoop.fs.shell
Used when too many arguments are supplied to a command
CommandFormat.UnknownOptionException - Exception in org.apache.hadoop.fs.shell
Used when an unsupported option is supplied to a command
CommandShell - Class in org.apache.hadoop.tools
This program is a CLI utility base class utilizing hadoop Tool class.
CommandShell() - Constructor for class org.apache.hadoop.tools.CommandShell
 
CommandShell.SubCommand - Class in org.apache.hadoop.tools
Base class for any subcommands of this shell command.
commit() - Method in class org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
 
CommonConfigurationKeysPublic - Class in org.apache.hadoop.fs
This class contains constants for configuration keys used in the common code.
CommonConfigurationKeysPublic() - Constructor for class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
ComparableVersion - Class in org.apache.hadoop.util
Generic implementation of version comparison.
ComparableVersion(String) - Constructor for class org.apache.hadoop.util.ComparableVersion
 
Comparator() - Constructor for class org.apache.hadoop.io.BooleanWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.BytesWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.ByteWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.DoubleWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.FloatWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.IntWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.LongWritable.Comparator
 
comparator(WritableComparator) - Static method in class org.apache.hadoop.io.MapFile.Reader
 
comparator(WritableComparator) - Static method in class org.apache.hadoop.io.MapFile.Writer
 
Comparator() - Constructor for class org.apache.hadoop.io.MD5Hash.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.NullWritable.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.ShortWritable.Comparator
 
comparator() - Method in class org.apache.hadoop.io.SortedMapWritable
 
Comparator() - Constructor for class org.apache.hadoop.io.Text.Comparator
 
Comparator() - Constructor for class org.apache.hadoop.io.UTF8.Comparator
Deprecated.
 
COMPARATOR_JCLASS - Static variable in class org.apache.hadoop.io.file.tfile.TFile
comparator prefix: java class
COMPARATOR_MEMCMP - Static variable in class org.apache.hadoop.io.file.tfile.TFile
comparator: memcmp
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.BooleanWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.BytesWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.ByteWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.DoubleWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.FloatWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.IntWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.LongWritable.Comparator
 
compare(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.MD5Hash.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.NullWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - Method in interface org.apache.hadoop.io.RawComparator
Compare two objects in binary.
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.ShortWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.Text.Comparator
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.UTF8.Comparator
Deprecated.
 
compare(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.io.WritableComparator
Optimization hook.
compare(WritableComparable, WritableComparable) - Method in class org.apache.hadoop.io.WritableComparator
Compare two WritableComparables.
compare(Object, Object) - Method in class org.apache.hadoop.io.WritableComparator
 
compareBytes(byte[], int, int, byte[], int, int) - Static method in class org.apache.hadoop.io.WritableComparator
Lexicographic order of binary data.
compareFs(FileSystem, FileSystem) - Static method in class org.apache.hadoop.fs.FileUtil
 
compareTo(Delayed) - Method in class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
compareTo(FileStatus) - Method in class org.apache.hadoop.fs.FileStatus
Compare this FileStatus to another FileStatus
compareTo(Object) - Method in class org.apache.hadoop.fs.FileStatus
Compare this FileStatus to another FileStatus.
compareTo(FileStatus) - Method in class org.apache.hadoop.fs.LocatedFileStatus
Compare this FileStatus to another FileStatus
compareTo(Object) - Method in class org.apache.hadoop.fs.Path
 
compareTo(BinaryComparable) - Method in class org.apache.hadoop.io.BinaryComparable
Compare bytes from {#getBytes()}.
compareTo(byte[], int, int) - Method in class org.apache.hadoop.io.BinaryComparable
Compare bytes from {#getBytes()} to those provided.
compareTo(BooleanWritable) - Method in class org.apache.hadoop.io.BooleanWritable
 
compareTo(ByteWritable) - Method in class org.apache.hadoop.io.ByteWritable
Compares two ByteWritables.
compareTo(DoubleWritable) - Method in class org.apache.hadoop.io.DoubleWritable
 
compareTo(byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare the entry key to another key.
compareTo(byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare the entry key to another key.
compareTo(RawComparable) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare an entry with a RawComparable object.
compareTo(Utils.Version) - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
Compare this version with another version.
compareTo(FloatWritable) - Method in class org.apache.hadoop.io.FloatWritable
Compares two FloatWritables.
compareTo(IntWritable) - Method in class org.apache.hadoop.io.IntWritable
Compares two IntWritables.
compareTo(LongWritable) - Method in class org.apache.hadoop.io.LongWritable
Compares two LongWritables.
compareTo(MD5Hash) - Method in class org.apache.hadoop.io.MD5Hash
Compares this object with the specified object for order.
compareTo(NullWritable) - Method in class org.apache.hadoop.io.NullWritable
 
compareTo(Object) - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
 
compareTo(ShortWritable) - Method in class org.apache.hadoop.io.ShortWritable
Compares two ShortWritable.
compareTo(VIntWritable) - Method in class org.apache.hadoop.io.VIntWritable
Compares two VIntWritables.
compareTo(VLongWritable) - Method in class org.apache.hadoop.io.VLongWritable
Compares two VLongWritables.
compareTo(ComparableVersion) - Method in class org.apache.hadoop.util.ComparableVersion
 
compatibleWith(Utils.Version) - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
Test compatibility.
compile(String) - Method in class org.apache.hadoop.metrics2.filter.GlobFilter
 
compile(String) - Method in class org.apache.hadoop.metrics2.filter.RegexFilter
 
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Called when we're all done writing to the target.
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
Called when we're all done writing to the target.
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.HarFileSystem
not implemented.
completeLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
CompositeService - Class in org.apache.hadoop.service
Composition of services.
CompositeService(String) - Constructor for class org.apache.hadoop.service.CompositeService
 
CompositeService.CompositeServiceShutdownHook - Class in org.apache.hadoop.service
JVM Shutdown hook for CompositeService which will stop the give CompositeService gracefully in case of JVM shutdown.
CompositeServiceShutdownHook(CompositeService) - Constructor for class org.apache.hadoop.service.CompositeService.CompositeServiceShutdownHook
 
compress() - Method in class org.apache.hadoop.io.compress.BlockCompressorStream
 
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
compress(byte[], int, int) - Method in interface org.apache.hadoop.io.compress.Compressor
Fills specified buffer with compressed data.
compress() - Method in class org.apache.hadoop.io.compress.CompressorStream
 
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Fills specified buffer with compressed data.
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Fills specified buffer with compressed data.
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
compress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
compressedValSerializer - Variable in class org.apache.hadoop.io.SequenceFile.Writer
 
CompressedWritable - Class in org.apache.hadoop.io
A base-class for Writables which store themselves compressed and lazily inflate on field access.
CompressedWritable() - Constructor for class org.apache.hadoop.io.CompressedWritable
 
Compression - Class in org.apache.hadoop.io.file.tfile
Compression related stuff.
compression(SequenceFile.CompressionType) - Static method in class org.apache.hadoop.io.MapFile.Writer
 
compression(SequenceFile.CompressionType, CompressionCodec) - Static method in class org.apache.hadoop.io.MapFile.Writer
 
compression(SequenceFile.CompressionType) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
compression(SequenceFile.CompressionType, CompressionCodec) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
Compression.Algorithm - Enum in org.apache.hadoop.io.file.tfile
Compression algorithms.
COMPRESSION_GZ - Static variable in class org.apache.hadoop.io.file.tfile.TFile
compression: gzip
COMPRESSION_LZO - Static variable in class org.apache.hadoop.io.file.tfile.TFile
compression: lzo
COMPRESSION_NONE - Static variable in class org.apache.hadoop.io.file.tfile.TFile
compression: none
CompressionCodec - Interface in org.apache.hadoop.io.compress
This class encapsulates a streaming compression/decompression pair.
CompressionCodec.Util - Class in org.apache.hadoop.io.compress
 
CompressionCodecFactory - Class in org.apache.hadoop.io.compress
A factory that will find the correct codec for a given filename.
CompressionCodecFactory(Configuration) - Constructor for class org.apache.hadoop.io.compress.CompressionCodecFactory
Find the codecs specified in the config value io.compression.codecs and register them.
CompressionInputStream - Class in org.apache.hadoop.io.compress
A compression input stream.
CompressionInputStream(InputStream) - Constructor for class org.apache.hadoop.io.compress.CompressionInputStream
Create a compression input stream that reads the decompressed bytes from the given stream.
CompressionOutputStream - Class in org.apache.hadoop.io.compress
A compression output stream.
CompressionOutputStream(OutputStream) - Constructor for class org.apache.hadoop.io.compress.CompressionOutputStream
Create a compression output stream that writes the compressed bytes to the given stream.
Compressor - Interface in org.apache.hadoop.io.compress
Specification of a stream-based 'compressor' which can be plugged into a CompressionOutputStream to compress data.
compressor - Variable in class org.apache.hadoop.io.compress.CompressorStream
 
CompressorStream - Class in org.apache.hadoop.io.compress
 
CompressorStream(OutputStream, Compressor, int) - Constructor for class org.apache.hadoop.io.compress.CompressorStream
 
CompressorStream(OutputStream, Compressor) - Constructor for class org.apache.hadoop.io.compress.CompressorStream
 
CompressorStream(OutputStream) - Constructor for class org.apache.hadoop.io.compress.CompressorStream
Allow derived classes to directly set the underlying stream.
concat(Path, Path[]) - Method in class org.apache.hadoop.fs.FileSystem
Concat existing files together.
concat(Path, Path[]) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
concat(Path, Path[]) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
conf - Static variable in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
CONF_HADOOP_PROXYSERVERS - Static variable in class org.apache.hadoop.security.authorize.ProxyServers
 
CONF_LZO_CLASS - Static variable in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
CONF_SERVLET_RECONFIGURABLE_PREFIX - Static variable in class org.apache.hadoop.conf.ReconfigurationServlet
 
CONFIG_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable name for the default mount table.
CONFIG_VIEWFS_HOMEDIR - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Prefix for the home dir for the mount table - if not specified then the hadoop default value (/user) is used.
CONFIG_VIEWFS_LINK - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a simple link
CONFIG_VIEWFS_LINK_FALLBACK - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a fallback for link mount points.
CONFIG_VIEWFS_LINK_MERGE - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a merge link
CONFIG_VIEWFS_LINK_MERGE_SLASH - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a merge of the root of the mount-table with the root of another file system.
CONFIG_VIEWFS_LINK_NFLY - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying an nfly link.
CONFIG_VIEWFS_PREFIX - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Prefix for the config variable prefix for the ViewFs mount-table
CONFIG_VIEWFS_PREFIX_DEFAULT_MOUNT_TABLE - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
Config variable full prefix for the default mount table.
CONFIG_VIEWFS_RENAME_STRATEGY - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
 
ConfigRedactor - Class in org.apache.hadoop.conf
Tool for redacting sensitive information when displaying config parameters.
ConfigRedactor(Configuration) - Constructor for class org.apache.hadoop.conf.ConfigRedactor
 
Configurable - Interface in org.apache.hadoop.conf
Something that may be configured with a Configuration.
Configuration - Class in org.apache.hadoop.conf
Provides access to configuration parameters.
Configuration() - Constructor for class org.apache.hadoop.conf.Configuration
A new configuration.
Configuration(boolean) - Constructor for class org.apache.hadoop.conf.Configuration
A new configuration where the behavior of reading from the default resources can be turned off.
Configuration(Configuration) - Constructor for class org.apache.hadoop.conf.Configuration
A new configuration with the same settings cloned from another.
Configuration.DeprecationDelta - Class in org.apache.hadoop.conf
A pending addition to the global set of deprecated keys.
Configuration.IntegerRanges - Class in org.apache.hadoop.conf
A class that represents a set of positive integer ranges.
Configured - Class in org.apache.hadoop.conf
Base class for things that may be configured with a Configuration.
Configured() - Constructor for class org.apache.hadoop.conf.Configured
Construct a Configured.
Configured(Configuration) - Constructor for class org.apache.hadoop.conf.Configured
Construct a Configured.
configureXFrame(boolean) - Method in class org.apache.hadoop.http.HttpServer2.Builder
Adds the ability to control X_FRAME_OPTIONS on HttpServer2.
ConfigUtil - Class in org.apache.hadoop.fs.viewfs
Utilities for config variables of the viewFs See ViewFs
ConfigUtil() - Constructor for class org.apache.hadoop.fs.viewfs.ConfigUtil
 
confirmPrompt(String) - Static method in class org.apache.hadoop.util.ToolRunner
Print out a prompt to the user, and return true if the user responds with "y" or "yes".
ConfServlet.BadFormatException - Exception in org.apache.hadoop.conf
 
connect() - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
Connection(SocketChannel, long) - Constructor for class org.apache.hadoop.ipc.Server.Connection
 
ConnectTimeoutException - Exception in org.apache.hadoop.net
Thrown by NetUtils.connect(java.net.Socket, java.net.SocketAddress, int) if it times out while connecting to the remote host.
ConnectTimeoutException(String) - Constructor for exception org.apache.hadoop.net.ConnectTimeoutException
 
Constants - Interface in org.apache.hadoop.fs.viewfs
Config variable prefixes for ViewFs - see ViewFs for examples.
construct(ZlibCompressor.CompressionLevel, ZlibCompressor.CompressionStrategy, ZlibCompressor.CompressionHeader, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
constructOutputStream(DataOutput) - Static method in class org.apache.hadoop.io.DataOutputOutputStream
Construct an OutputStream from the given DataOutput.
containsHeader(String) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
containsKey(Object) - Method in class org.apache.hadoop.io.MapWritable
 
containsKey(Object) - Method in class org.apache.hadoop.io.SortedMapWritable
 
containsValue(Object) - Method in class org.apache.hadoop.io.MapWritable
 
containsValue(Object) - Method in class org.apache.hadoop.io.SortedMapWritable
 
content() - Static method in class org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the content of the referent is the same.
ContentSummary - Class in org.apache.hadoop.fs
Store the summary of a content (a directory or a file).
ContentSummary() - Constructor for class org.apache.hadoop.fs.ContentSummary
Deprecated.
ContentSummary(long, long, long) - Constructor for class org.apache.hadoop.fs.ContentSummary
Deprecated.
ContentSummary(long, long, long, long, long, long) - Constructor for class org.apache.hadoop.fs.ContentSummary
Deprecated.
ContentSummary.Builder - Class in org.apache.hadoop.fs
We don't use generics.
context() - Method in interface org.apache.hadoop.metrics2.MetricsRecord
 
CONTEXT_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
convert(FSProtos.FsPermissionProto) - Static method in class org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(FsPermission) - Static method in class org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(FSProtos.FileStatusProto) - Static method in class org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(FileStatus) - Static method in class org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(Throwable) - Static method in exception org.apache.hadoop.service.ServiceStateException
Convert any exception into a RuntimeException.
convert(String, Throwable) - Static method in exception org.apache.hadoop.service.ServiceStateException
Convert any exception into a RuntimeException.
convert(RpcHeaderProtos.RpcKindProto) - Static method in class org.apache.hadoop.util.ProtoUtil
 
convertToExitException(Throwable) - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
Convert an exception to an ExitException.
copy(Path, Path) - Method in class org.apache.hadoop.fs.FileContext.Util
Copy file from src to dest.
copy(Path, Path, boolean, boolean) - Method in class org.apache.hadoop.fs.FileContext.Util
Copy from src to dst, optionally deleting src and overwriting dst.
copy(FileSystem, Path, FileSystem, Path, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(FileSystem, Path[], FileSystem, Path, boolean, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
 
copy(FileSystem, Path, FileSystem, Path, boolean, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(FileSystem, FileStatus, FileSystem, Path, boolean, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(File, FileSystem, Path, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy local files to a FileSystem.
copy(FileSystem, Path, File, boolean, Configuration) - Static method in class org.apache.hadoop.fs.FileUtil
Copy FileSystem files to local files.
copy(Writable) - Method in class org.apache.hadoop.io.AbstractMapWritable
Used by child copy constructors.
copy(Configuration, T, T) - Static method in class org.apache.hadoop.util.ReflectionUtils
Make a copy of the writable object using serialization to a buffer
copyBytes() - Method in class org.apache.hadoop.io.BytesWritable
Get a copy of the bytes that is exactly the length of the data.
copyBytes(InputStream, OutputStream, int, boolean) - Static method in class org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, int) - Static method in class org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, Configuration) - Static method in class org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, Configuration, boolean) - Static method in class org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, long, boolean) - Static method in class org.apache.hadoop.io.IOUtils
Copies count bytes from one stream to another.
copyBytes() - Method in class org.apache.hadoop.io.Text
Get a copy of the bytes that is exactly the length of the data.
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
copyFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.hadoop.fs.FileSystem
The src files are on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
The src files are on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - Method in class org.apache.hadoop.fs.HarFileSystem
not implemented.
copyFromLocalFile(boolean, boolean, Path[], Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
copyFromLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
copyToken() - Method in class org.apache.hadoop.security.token.Token
 
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(Path, Path, boolean) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Copy it a file from the remote filesystem to the local one.
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Copy it a file from a remote filesystem to the local one.
copyToLocalFile(boolean, Path, Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
The src file is under this filesystem, and the dst is on the local disk.
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.HarFileSystem
copies the file in the har filesystem to a local file.
copyToLocalFile(boolean, Path, Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
coreServiceLaunch(Configuration, List<String>, boolean, boolean) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Launch the service.
count - Variable in class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
 
countDirs - Variable in class org.apache.hadoop.fs.HardLink.LinkStats
 
countDots(String) - Static method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
Counts the number of dots "." in a string.
countEmptyDirs - Variable in class org.apache.hadoop.fs.HardLink.LinkStats
 
counter(MetricsInfo, int) - Method in interface org.apache.hadoop.metrics2.MetricsVisitor
Callback for integer value counters
counter(MetricsInfo, long) - Method in interface org.apache.hadoop.metrics2.MetricsVisitor
Callback for long value counters
countFilesMultLinks - Variable in class org.apache.hadoop.fs.HardLink.LinkStats
 
CountingBloomFilter - Class in org.apache.hadoop.util.bloom
Implements a counting Bloom filter, as defined by Fan et al.
CountingBloomFilter() - Constructor for class org.apache.hadoop.util.bloom.CountingBloomFilter
Default constructor - use with readFields
CountingBloomFilter(int, int, int) - Constructor for class org.apache.hadoop.util.bloom.CountingBloomFilter
Constructor
countMultLinks - Variable in class org.apache.hadoop.fs.HardLink.LinkStats
 
countPhysicalFileCopies - Variable in class org.apache.hadoop.fs.HardLink.LinkStats
 
countSingleLinks - Variable in class org.apache.hadoop.fs.HardLink.LinkStats
 
create(Path, EnumSet<CreateFlag>, Options.CreateOpts...) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.create(Path, EnumSet, Options.CreateOpts...) except that the Path f must be fully qualified and the permission is absolute (i.e.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
create(Path, EnumSet<CreateFlag>, Options.CreateOpts...) - Method in class org.apache.hadoop.fs.FileContext
Create or overwrite file on indicated path and returns an output stream for writing into the file.
create(Path) - Method in class org.apache.hadoop.fs.FileContext
Create a FSDataOutputStreamBuilder for creating or overwriting a file on indicated path.
create(FileSystem, Path, FsPermission) - Static method in class org.apache.hadoop.fs.FileSystem
Create a file with the provided permission.
create(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, short, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int, short, long) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with a custom checksum option.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
create() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Create an FSDataOutputStream at the specified path.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.HarFileSystem
 
create(FsPermission, FsPermission) - Static method in class org.apache.hadoop.fs.permission.FsCreateModes
Create from masked and unmasked modes.
create(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block.
create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
create(Class<T>, T, RetryPolicy) - Static method in class org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of an implementation class using the same retry policy for each method in the interface.
create(Class<T>, FailoverProxyProvider<T>, RetryPolicy) - Static method in class org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of implementations of that interface using the given FailoverProxyProvider and the same retry policy for each method in the interface.
create(Class<T>, T, Map<String, RetryPolicy>) - Static method in class org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of an implementation class using the a set of retry policies specified by method name.
create(Class<T>, FailoverProxyProvider<T>, Map<String, RetryPolicy>, RetryPolicy) - Static method in class org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of implementations of that interface using the given FailoverProxyProvider and the a set of retry policies specified by method name.
create(String, byte[], List<ACL>, CreateMode) - Method in class org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
 
CREATE_ALWAYS - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
CREATE_NEW - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
createCheckpoint() - Method in class org.apache.hadoop.fs.TrashPolicy
Create a trash checkpoint.
createCompressionStream(OutputStream, Compressor, int) - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
createCompressor() - Method in class org.apache.hadoop.io.compress.BZip2Codec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
createCompressor() - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createCompressor() - Method in class org.apache.hadoop.io.compress.Lz4Codec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Create a new Compressor for use by this CompressionCodec.
createConfiguration() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Override point: create the base configuration for the service.
createCredentialEntry(String, char[]) - Method in class org.apache.hadoop.security.alias.CredentialProvider
Create a new credential.
createDataFileReader(Path, Configuration, SequenceFile.Reader.Option...) - Method in class org.apache.hadoop.io.MapFile.Reader
Override this method to specialize the type of SequenceFile.Reader returned.
createDecoder() - Method in class org.apache.hadoop.io.erasurecode.codec.DummyErasureCodec
 
createDecompressionStream(InputStream, Decompressor, int) - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
createDecompressor() - Method in class org.apache.hadoop.io.compress.BZip2Codec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
createDecompressor() - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createDecompressor() - Method in class org.apache.hadoop.io.compress.Lz4Codec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Create a new Decompressor for use by this CompressionCodec.
createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.DefaultCodec
Create a new DirectDecompressor for use by this DirectDecompressionCodec.
createDirectDecompressor() - Method in interface org.apache.hadoop.io.compress.DirectDecompressionCodec
Create a new DirectDecompressor for use by this DirectDecompressionCodec.
createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a new DirectDecompressor for use by this DirectDecompressionCodec.
createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
 
createDirectoryWithMode(File, int) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.Windows
Create a directory with permissions set to the specified mode.
createDisabled() - Static method in class org.apache.hadoop.fs.Options.ChecksumOpt
Create a ChecksumOpts that disables checksum
createEncoder() - Method in class org.apache.hadoop.io.erasurecode.codec.DummyErasureCodec
 
createFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create a new FSDataOutputStreamBuilder for the file with path.
createFile(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
createFile(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
createFile(String, long, long, long) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.Windows
Wrapper around CreateFile() on Windows
createFileOutputStreamWithMode(File, boolean, int) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.Windows
Create a file for write with permissions set to the specified mode.
createFileSystem(URI, Configuration) - Static method in class org.apache.hadoop.fs.AbstractFileSystem
Create a file system instance for the specified uri using the conf.
CreateFlag - Enum in org.apache.hadoop.fs
CreateFlag specifies the file create semantic.
createForDecryption(String, String, byte[], byte[]) - Static method in class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
Factory method to create a new EncryptedKeyVersion that can then be passed into KeyProviderCryptoExtension.decryptEncryptedKey(org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion).
createForWrite(File, int) - Static method in class org.apache.hadoop.io.SecureIOUtils
Open the specified File for write access, ensuring that it does not exist.
createGenericOptionsParser(Configuration, String[]) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Override point: create a generic options parser or subclass thereof.
createHardLink(File, File) - Static method in class org.apache.hadoop.fs.HardLink
Creates a hardlink
createHardLinkMult(File, String[], File) - Static method in class org.apache.hadoop.fs.HardLink
Creates hardlinks from multiple existing files within one parent directory, into one target directory.
createIdentifier() - Method in class org.apache.hadoop.security.token.SecretManager
Create an empty token identifier.
createImmutable(short) - Static method in class org.apache.hadoop.fs.permission.FsPermission
Create an immutable FsPermission object.
createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionInputStream that will read from the given input stream and return a stream for uncompressed data.
createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor, and return a stream for uncompressed data.
createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE) - Method in class org.apache.hadoop.io.compress.BZip2Codec
Creates CompressionInputStream to be used to read off uncompressed data in one of the two reading modes.
createInputStream(InputStream) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE) - Method in interface org.apache.hadoop.io.compress.SplittableCompressionCodec
Create a stream as dictated by the readMode.
createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInternal(Path, EnumSet<CreateFlag>, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of AbstractFileSystem.create(Path, EnumSet, Options.CreateOpts...) except that the opts have been declared explicitly.
createInternal(Path, EnumSet<CreateFlag>, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
createIOException(List<IOException>) - Static method in exception org.apache.hadoop.io.MultipleIOException
A convenient method to create an IOException.
createJarWithClassPath(String, Path, Map<String, String>) - Static method in class org.apache.hadoop.fs.FileUtil
 
createJarWithClassPath(String, Path, Path, Map<String, String>) - Static method in class org.apache.hadoop.fs.FileUtil
Create a jar file at the given path, containing a manifest with a classpath that references all specified entries.
createKey(String, byte[], KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Create a new key.
createKey(String, KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Create a new key generating the material for it.
createKey(String, KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
createKey(String, byte[], KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
createKey(String, byte[], KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
createKey(String, KeyProvider.Options) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
createKeyProviderDelegationTokenExtension(KeyProvider) - Static method in class org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
Creates a KeyProviderDelegationTokenExtension using a given KeyProvider.
createLocalTempFile(File, String, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
Create a tmp file for a base file.
createMultipartUploader(FileSystem, Configuration) - Method in class org.apache.hadoop.fs.FileSystemMultipartUploader.Factory
 
createNewFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Creates the given Path as a brand-new zero-length file.
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.HarFileSystem
 
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
createOptions() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Override point: create an options instance to combine with the standard options set.
createOutputStream(Path, boolean) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.GzipCodec
 
createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStreamWithMode(Path, boolean, FsPermission) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
createParent() - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
CreateParent(boolean) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.CreateParent
 
createPassword(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
createPassword(T) - Method in class org.apache.hadoop.security.token.SecretManager
Create the password for the given identifier.
createPassword(byte[], SecretKey) - Static method in class org.apache.hadoop.security.token.SecretManager
Compute HMAC of the identifier using the secret key and return the output as password
createPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.FileSystem
Hook to implement support for PathHandle operations.
createPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
createPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.HarFileSystem
 
createPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
Hook to implement support for PathHandle operations.
createProvider(URI, Configuration) - Method in class org.apache.hadoop.crypto.key.JavaKeyStoreProvider.Factory
 
createProvider(URI, Configuration) - Method in class org.apache.hadoop.crypto.key.KeyProviderFactory
 
createProvider(URI, Configuration) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.Factory
This provider expects URIs in the following form : kms://@/ where : - PROTO = http or https - AUTHORITY = [:] - HOSTS = [;] - HOSTNAME = string - PORT = integer This will always create a LoadBalancingKMSClientProvider if the uri is correct.
createProvider(URI, Configuration) - Method in class org.apache.hadoop.crypto.key.UserProvider.Factory
 
createProvider(URI, Configuration) - Method in class org.apache.hadoop.security.alias.CredentialProviderFactory
 
createProvider(URI, Configuration) - Method in class org.apache.hadoop.security.alias.JavaKeyStoreProvider.Factory
 
createProvider(URI, Configuration) - Method in class org.apache.hadoop.security.alias.LocalJavaKeyStoreProvider.Factory
 
createProvider(URI, Configuration) - Method in class org.apache.hadoop.security.alias.UserProvider.Factory
 
createProxyUser(String, UserGroupInformation) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a proxy user using username of the effective user and the ugi of the real user.
createProxyUserForTesting(String, UserGroupInformation, String[]) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a proxy user UGI for testing HDFS and MapReduce
createRemoteUser(String) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a user from a login name.
createRemoteUser(String, SaslRpcServer.AuthMethod) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a user from a login name.
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - Method in class org.apache.hadoop.security.SaslPlainServer.SaslPlainServerFactory
 
createScanner() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner than can scan the whole TFile.
createScanner(byte[], byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
createScanner(RawComparable, RawComparable) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
createScannerByByteRange(long, long) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner that covers a portion of TFile based on byte offsets.
createScannerByKey(byte[], byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner that covers a portion of TFile based on keys.
createScannerByKey(RawComparable, RawComparable) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner that covers a specific key range.
createScannerByRecordNum(long, long) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Create a scanner that covers a range of records.
createSecretKey(byte[]) - Static method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Convert the byte[] to a secret key
createSecretKey(byte[]) - Static method in class org.apache.hadoop.security.token.SecretManager
Convert the byte[] to a secret key
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.createSnapshot(Path, String).
createSnapshot(Path) - Method in class org.apache.hadoop.fs.FileContext
Create a snapshot with a default name.
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FileContext
Create a snapshot.
createSnapshot(Path) - Method in class org.apache.hadoop.fs.FileSystem
Create a snapshot with a default name.
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Create a snapshot.
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
createSnapshot(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
createSocket() - Method in class org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
 
createSocket() - Method in class org.apache.hadoop.net.SocksSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.hadoop.net.SocksSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.hadoop.net.SocksSocketFactory
 
createSocket(String, int) - Method in class org.apache.hadoop.net.SocksSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.hadoop.net.SocksSocketFactory
 
createSocket() - Method in class org.apache.hadoop.net.StandardSocketFactory
 
createSocket(InetAddress, int) - Method in class org.apache.hadoop.net.StandardSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.hadoop.net.StandardSocketFactory
 
createSocket(String, int) - Method in class org.apache.hadoop.net.StandardSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.apache.hadoop.net.StandardSocketFactory
 
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.createSymlink(Path, Path, boolean);
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.FileContext
Creates a symbolic link to an existing file.
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
createUserForTesting(String, String[]) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a UGI for testing HDFS and MapReduce
createValueBytes() - Method in class org.apache.hadoop.io.SequenceFile.Reader
 
createWriter(Configuration, SequenceFile.Writer.Option...) - Static method in class org.apache.hadoop.io.SequenceFile
Create a new Writer with the given options.
createWriter(FileSystem, Configuration, Path, Class, Class) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, Progressable) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, Progressable, SequenceFile.Metadata) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, SequenceFile.CompressionType, CompressionCodec, Progressable, SequenceFile.Metadata) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, boolean, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata) - Static method in class org.apache.hadoop.io.SequenceFile
Deprecated.
createWriter(FileContext, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata, EnumSet<CreateFlag>, Options.CreateOpts...) - Static method in class org.apache.hadoop.io.SequenceFile
Construct the preferred type of SequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(Configuration, FSDataOutputStream, Class, Class, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata) - Static method in class org.apache.hadoop.io.SequenceFile
createWriter(Configuration, FSDataOutputStream, Class, Class, SequenceFile.CompressionType, CompressionCodec) - Static method in class org.apache.hadoop.io.SequenceFile
CREDENTIAL_PROVIDER_PATH - Static variable in class org.apache.hadoop.security.alias.CredentialProviderFactory
 
CredentialEntry(String, char[]) - Constructor for class org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
 
CredentialProvider - Class in org.apache.hadoop.security.alias
A provider of credentials or password for Hadoop applications.
CredentialProvider() - Constructor for class org.apache.hadoop.security.alias.CredentialProvider
 
CredentialProvider.CredentialEntry - Class in org.apache.hadoop.security.alias
The combination of both the alias and the actual credential value.
CredentialProviderFactory - Class in org.apache.hadoop.security.alias
A factory to create a list of CredentialProvider based on the path given in a Configuration.
CredentialProviderFactory() - Constructor for class org.apache.hadoop.security.alias.CredentialProviderFactory
 
Credentials - Class in org.apache.hadoop.security
A class that provides the facilities of reading and writing secret keys and Tokens.
Credentials() - Constructor for class org.apache.hadoop.security.Credentials
Create an empty credentials instance.
Credentials(Credentials) - Constructor for class org.apache.hadoop.security.Credentials
Create a copy of the given credentials.
Credentials.SerializedFormat - Enum in org.apache.hadoop.security
 
CredentialShell - Class in org.apache.hadoop.security.alias
This program is the CLI utility for the CredentialProvider facilities in Hadoop.
CredentialShell() - Constructor for class org.apache.hadoop.security.alias.CredentialShell
 
CredentialShell.PasswordReader - Class in org.apache.hadoop.security.alias
To facilitate testing since Console is a final class.
CrossOriginFilter - Class in org.apache.hadoop.security.http
 
CrossOriginFilter() - Constructor for class org.apache.hadoop.security.http.CrossOriginFilter
 
CryptoFSDataInputStream - Class in org.apache.hadoop.fs.crypto
 
CryptoFSDataInputStream(FSDataInputStream, CryptoCodec, int, byte[], byte[]) - Constructor for class org.apache.hadoop.fs.crypto.CryptoFSDataInputStream
 
CryptoFSDataInputStream(FSDataInputStream, CryptoCodec, byte[], byte[]) - Constructor for class org.apache.hadoop.fs.crypto.CryptoFSDataInputStream
 
CryptoFSDataOutputStream - Class in org.apache.hadoop.fs.crypto
 
CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, int, byte[], byte[]) - Constructor for class org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, int, byte[], byte[], boolean) - Constructor for class org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, byte[], byte[]) - Constructor for class org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
CUR_DIR - Static variable in class org.apache.hadoop.fs.Path
The current directory, ".".
currentConfig() - Method in interface org.apache.hadoop.metrics2.MetricsSystemMXBean
 
currentId - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Access to currentId is protected by this object lock.
currentTokens - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Cache of currently valid tokens, mapping from DelegationTokenIdentifier to DelegationTokenInformation.
CUSTOM_HEADER_PARAM - Static variable in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
CUSTOM_HEADER_PARAM - Static variable in class org.apache.hadoop.security.http.XFrameOptionsFilter
 
CUSTOM_METHODS_TO_IGNORE_PARAM - Static variable in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 

D

DATA_FILE_NAME - Static variable in class org.apache.hadoop.io.MapFile
The name of the data file.
DataChecksum.Type - Enum in org.apache.hadoop.util
The checksum types
DataInputByteBuffer - Class in org.apache.hadoop.io
 
DataInputByteBuffer() - Constructor for class org.apache.hadoop.io.DataInputByteBuffer
 
DataOutputOutputStream - Class in org.apache.hadoop.io
OutputStream implementation that wraps a DataOutput.
DATE - Static variable in class org.apache.hadoop.log.Log4Json
 
DecayRpcScheduler - Class in org.apache.hadoop.ipc
The decay RPC scheduler counts incoming requests in a map, then decays the counts at a fixed time interval.
DecayRpcScheduler(int, String, Configuration) - Constructor for class org.apache.hadoop.ipc.DecayRpcScheduler
Create a decay scheduler.
DecayRpcScheduler.DecayTask - Class in org.apache.hadoop.ipc
This TimerTask will call decayCurrentCounts until the scheduler has been garbage collected.
DecayRpcScheduler.MetricsProxy - Class in org.apache.hadoop.ipc
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.
DecayRpcSchedulerMXBean - Interface in org.apache.hadoop.ipc
Provides metrics for Decay scheduler.
DECAYSCHEDULER_METRICS_TOP_USER_COUNT - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
DECAYSCHEDULER_METRICS_TOP_USER_COUNT_DEFAULT - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
DECAYSCHEDULER_UNKNOWN_IDENTITY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
DecayTask(DecayRpcScheduler, Timer) - Constructor for class org.apache.hadoop.ipc.DecayRpcScheduler.DecayTask
 
DECLARINGCLASSPROTOCOLNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
decode(byte[]) - Static method in class org.apache.hadoop.io.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decode(byte[], int, int) - Static method in class org.apache.hadoop.io.Text
 
decode(byte[], int, int, boolean) - Static method in class org.apache.hadoop.io.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decodeFromUrlString(String) - Method in class org.apache.hadoop.security.token.Token
Decode the given url safe string into this token.
decodeIdentifier() - Method in class org.apache.hadoop.security.token.Token
Get the token identifier object, or null if it could not be constructed (because the class could not be loaded, for example).
decodeTokenIdentifier(Token<TokenIdent>) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Decode the token identifier.
decodeValue(String) - Static method in enum org.apache.hadoop.fs.XAttrCodec
Decode string representation of a value and check whether it's encoded.
decodeVIntSize(byte) - Static method in class org.apache.hadoop.io.WritableUtils
Parse the first byte of a vint/vlong to determine the number of bytes
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.BlockDecompressorStream
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
decompress(byte[], int, int) - Method in interface org.apache.hadoop.io.compress.Decompressor
Fills specified buffer with uncompressed data.
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
decompress(ByteBuffer, ByteBuffer) - Method in interface org.apache.hadoop.io.compress.DirectDecompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Fills specified buffer with uncompressed data.
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Fills specified buffer with uncompressed data.
decompress(ByteBuffer, ByteBuffer) - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Decompress the data (gzip header, deflate stream, gzip trailer) in the provided buffer.
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
decompress(ByteBuffer, ByteBuffer) - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
decompress(ByteBuffer, ByteBuffer) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
 
decompress(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
 
Decompressor - Interface in org.apache.hadoop.io.compress
Specification of a stream-based 'de-compressor' which can be plugged into a CompressionInputStream to compress data.
decompressor - Variable in class org.apache.hadoop.io.compress.DecompressorStream
 
DecompressorStream - Class in org.apache.hadoop.io.compress
 
DecompressorStream(InputStream, Decompressor, int) - Constructor for class org.apache.hadoop.io.compress.DecompressorStream
 
DecompressorStream(InputStream, Decompressor) - Constructor for class org.apache.hadoop.io.compress.DecompressorStream
 
DecompressorStream(InputStream) - Constructor for class org.apache.hadoop.io.compress.DecompressorStream
Allow derived classes to directly set the underlying stream.
decr() - Method in class org.apache.hadoop.metrics2.lib.MutableGauge
Decrement the value of the metric by 1
decr() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeFloat
 
decr() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
 
decr(int) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
decrement by delta
decr() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
 
decr(long) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
decrement by delta
DecreasingComparator() - Constructor for class org.apache.hadoop.io.LongWritable.DecreasingComparator
 
decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - Method in interface org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Decrypts an encrypted byte[] key material using the given key version name and initialization vector.
decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
DEFAULT - Static variable in enum org.apache.hadoop.fs.StorageType
 
DEFAULT_BITLENGTH - Static variable in class org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_BITLENGTH_NAME - Static variable in class org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
DEFAULT_BLOCK_SIZE - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
DEFAULT_CIPHER - Static variable in class org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_CIPHER_NAME - Static variable in class org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_CONFIGS - Static variable in class org.apache.hadoop.service.launcher.ServiceLauncher
List of the standard configurations to create (and so load in properties).
DEFAULT_DMAX - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_FS - Static variable in class org.apache.hadoop.fs.FileSystem
 
DEFAULT_MAX_LEN - Static variable in class org.apache.hadoop.io.Text
 
DEFAULT_MULTICAST_ENABLED - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_MULTICAST_TTL - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_PERM - Static variable in class org.apache.hadoop.fs.FileContext
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.
DEFAULT_PORT - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_SLOPE - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_TMAX - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_UMASK - Static variable in class org.apache.hadoop.fs.permission.FsPermission
 
DEFAULT_UNITS - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DefaultCodec - Class in org.apache.hadoop.io.compress
 
DefaultCodec() - Constructor for class org.apache.hadoop.io.compress.DefaultCodec
 
DefaultFailoverProxyProvider<T> - Class in org.apache.hadoop.io.retry
An implementation of FailoverProxyProvider which does nothing in the event of failover, and always returns the same proxy object.
DefaultFailoverProxyProvider(Class<T>, T) - Constructor for class org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
DefaultImpersonationProvider - Class in org.apache.hadoop.security.authorize
 
DefaultImpersonationProvider() - Constructor for class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
DefaultMetricsSystem - Enum in org.apache.hadoop.metrics2.lib
The default metrics system singleton.
defaultRegistry() - Static method in class org.apache.hadoop.ipc.RefreshRegistry
 
DefaultRpcScheduler - Class in org.apache.hadoop.ipc
No op default RPC scheduler.
DefaultRpcScheduler(int, String, Configuration) - Constructor for class org.apache.hadoop.ipc.DefaultRpcScheduler
 
DefaultStringifier<T> - Class in org.apache.hadoop.io
DefaultStringifier is the default implementation of the Stringifier interface which stringifies the objects using base64 encoding of the serialized version of the objects.
DefaultStringifier(Configuration, Class<T>) - Constructor for class org.apache.hadoop.io.DefaultStringifier
 
deferResponse() - Method in class org.apache.hadoop.ipc.Server.Call
 
define(Class, WritableComparator) - Static method in class org.apache.hadoop.io.WritableComparator
Register an optimized comparator for a WritableComparable implementation.
DeflateCodec - Class in org.apache.hadoop.io.compress
Alias class for DefaultCodec to enable codec discovery by 'deflate' name.
DeflateCodec() - Constructor for class org.apache.hadoop.io.compress.DeflateCodec
 
delayMillis - Variable in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
DELEGATION_PARAM - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DELEGATION_TOKEN_HEADER - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DELEGATION_TOKEN_JSON - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DELEGATION_TOKEN_URL_STRING_JSON - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DelegationTokenAuthenticatedURL - Class in org.apache.hadoop.security.token.delegation.web
The DelegationTokenAuthenticatedURL is a AuthenticatedURL sub-class with built-in Hadoop Delegation Token functionality.
DelegationTokenAuthenticatedURL() - Constructor for class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL.
DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator) - Constructor for class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL.
DelegationTokenAuthenticatedURL(ConnectionConfigurator) - Constructor for class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL using the default DelegationTokenAuthenticator class.
DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator, ConnectionConfigurator) - Constructor for class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL.
DelegationTokenAuthenticatedURL.Token - Class in org.apache.hadoop.security.token.delegation.web
Client side authentication token that handles Delegation Tokens.
DelegationTokenAuthenticator - Class in org.apache.hadoop.security.token.delegation.web
Authenticator wrapper that enhances an Authenticator with Delegation Token support.
DelegationTokenAuthenticator(Authenticator) - Constructor for class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DelegationTokenInformation(long, byte[]) - Constructor for class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
 
DelegationTokenInformation(long, byte[], String) - Constructor for class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
 
DelegationTokenRenewer.Renewable - Interface in org.apache.hadoop.fs
The renewable interface used by the renewer.
DelegationTokenRenewer.RenewAction<T extends FileSystem & DelegationTokenRenewer.Renewable> - Class in org.apache.hadoop.fs
An action that will renew and replace the file system's delegation tokens automatically.
delegationTokenSequenceNumber - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Sequence number to create DelegationTokenIdentifier.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.delete(Path, boolean) except that Path f must be for this file system.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
Implement the delete(Path, boolean) in checksum file system.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.FileContext
Delete a file.
delete(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Delete a file.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.FilterFileSystem
Delete a file
delete(Path, boolean) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
delete(Path, boolean) - Method in class org.apache.hadoop.fs.HarFileSystem
Not implemented.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
Delete the given path to a file or directory.
delete(Path, boolean) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
delete(Path, boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
delete(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
delete(Path, boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
delete(FileSystem, String) - Static method in class org.apache.hadoop.io.BloomMapFile
 
delete(FileSystem, String) - Static method in class org.apache.hadoop.io.MapFile
Deletes the named map file.
delete(Key) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
Removes a specified key from this counting Bloom filter.
delete(String) - Method in class org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
 
deleteCheckpoint() - Method in class org.apache.hadoop.fs.TrashPolicy
Delete old trash checkpoint(s).
deleteCredentialEntry(String) - Method in class org.apache.hadoop.security.alias.CredentialProvider
Delete the given credential.
deleteKey(String) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
 
deleteKey(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Delete the given key.
deleteKey(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
deleteKey(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
deleteOnExit(Path) - Method in class org.apache.hadoop.fs.FileContext
Mark a path to be deleted on JVM shutdown.
deleteOnExit(Path) - Method in class org.apache.hadoop.fs.FileSystem
Mark a path to be deleted when its FileSystem is closed.
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.deleteSnapshot(Path, String).
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FileContext
Delete a snapshot of a directory.
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Delete a snapshot of a directory.
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
deleteSnapshot(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
deletionInterval - Variable in class org.apache.hadoop.fs.TrashPolicy
 
DeprecationDelta(String, String, String) - Constructor for class org.apache.hadoop.conf.Configuration.DeprecationDelta
 
DeprecationDelta(String, String) - Constructor for class org.apache.hadoop.conf.Configuration.DeprecationDelta
 
depth() - Method in class org.apache.hadoop.fs.Path
Returns the number of elements in this path.
DEPTH_THRESH - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
deriveIV(byte[]) - Static method in class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
Derive the initialization vector (IV) for the encryption key from the IV of the encrypted key.
DESCRIPTION - Static variable in class org.apache.hadoop.fs.FsShell.Help
 
DESCRIPTION - Static variable in class org.apache.hadoop.fs.FsShell.Usage
 
DESCRIPTION - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
DESCRIPTION - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chmod
 
DESCRIPTION - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chown
 
DESCRIPTION - Static variable in class org.apache.hadoop.fs.shell.TouchCommands.Touch
 
DESCRIPTION - Static variable in class org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
description() - Method in class org.apache.hadoop.metrics2.AbstractMetric
 
description() - Method in interface org.apache.hadoop.metrics2.MetricsInfo
Typically the description corresponds to annotation Metric.about() or the name of the class.
description() - Method in interface org.apache.hadoop.metrics2.MetricsRecord
 
description() - Method in class org.apache.hadoop.metrics2.MetricsTag
 
DESCRIPTIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
destroy() - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 
destroy() - Method in class org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
 
destroy() - Method in class org.apache.hadoop.http.NoCacheFilter
 
destroy() - Method in class org.apache.hadoop.security.http.CrossOriginFilter
 
destroy() - Method in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
destroy() - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter
 
destroyAllShellProcesses() - Static method in class org.apache.hadoop.util.Shell
Static method to destroy all running Shell processes.
DFS_DATA_TRANSFER_PROTECTION - Static variable in class org.apache.hadoop.security.KDiag
 
DFS_DATA_TRANSFER_SASLPROPERTIES_RESOLVER_CLASS - Static variable in class org.apache.hadoop.security.KDiag
 
digest(byte[]) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a byte array.
digest(InputStream) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for the content from the InputStream.
digest(byte[], int, int) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a byte array.
digest(byte[][], int, int) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for an array of byte array.
digest(String) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a String.
digest(UTF8) - Static method in class org.apache.hadoop.io.MD5Hash
Construct a hash value for a String.
DIR_DEFAULT_PERM - Static variable in class org.apache.hadoop.fs.FileContext
Default permission for directory
DirectDecompressionCodec - Interface in org.apache.hadoop.io.compress
This class encapsulates a codec which can decompress direct bytebuffers.
DirectDecompressor - Interface in org.apache.hadoop.io.compress
Specification of a direct ByteBuffer 'de-compressor'.
directoryCount(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
 
disallowFallbackToRandomSingerSecretProvider(boolean) - Method in class org.apache.hadoop.http.HttpServer2.Builder
 
DiskChecker.DiskErrorException - Exception in org.apache.hadoop.util
 
DiskChecker.DiskOutOfSpaceException - Exception in org.apache.hadoop.util
 
DiskErrorException(String) - Constructor for exception org.apache.hadoop.util.DiskChecker.DiskErrorException
 
DiskErrorException(String, Throwable) - Constructor for exception org.apache.hadoop.util.DiskChecker.DiskErrorException
 
DiskOutOfSpaceException(String) - Constructor for exception org.apache.hadoop.util.DiskChecker.DiskOutOfSpaceException
 
dispatch(String, String[]) - Method in class org.apache.hadoop.ipc.RefreshRegistry
Lookup the responsible handler and return its result.
displayByteArray(byte[]) - Static method in class org.apache.hadoop.io.WritableUtils
 
DNSToSwitchMapping - Interface in org.apache.hadoop.net
An interface that must be implemented to allow pluggable DNS-name/IP-address to RackID resolvers.
DO_NOT_LOG - Static variable in class org.apache.hadoop.log.LogThrottlingHelper
A LogThrottlingHelper.LogAction representing a state that should not yet be logged.
doAs(PrivilegedAction<T>) - Method in class org.apache.hadoop.security.UserGroupInformation
Run the given action as the user.
doAs(PrivilegedExceptionAction<T>) - Method in class org.apache.hadoop.security.UserGroupInformation
Run the given action as the user, potentially throwing an exception.
doAsCurrentUser(PrivilegedExceptionAction<T>) - Static method in class org.apache.hadoop.security.SecurityUtil
Perform the given action as the daemon's current user.
doAsLoginUser(PrivilegedExceptionAction<T>) - Static method in class org.apache.hadoop.security.SecurityUtil
Perform the given action as the daemon's login user.
doAsLoginUserOrFatal(PrivilegedAction<T>) - Static method in class org.apache.hadoop.security.SecurityUtil
Perform the given action as the daemon's login user.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.http.NoCacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.security.http.CrossOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter
 
doFormattedWrite(File, String, Credentials, Configuration) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Write out a Credentials object as a local file.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.conf.ReconfigurationServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.http.AdminAuthorizedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.http.HttpServer2.StackServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.http.IsActiveServlet
Check whether this instance is the Active one.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.jmx.JMXJsonServlet
Process a GET request for the specified resource.
DomainSocketWatcher.Handler - Interface in org.apache.hadoop.net.unix
 
donotCreateParent() - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
DoNotPool - Annotation Type in org.apache.hadoop.io.compress
This is a marker annotation that marks a compressor or decompressor type as not to be pooled.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.conf.ReconfigurationServlet
 
doSync() - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Do the sync checks
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.jmx.JMXJsonServlet
Disable TRACE method to avoid TRACE vulnerability.
DoubleWritable - Class in org.apache.hadoop.io
Writable for Double values.
DoubleWritable() - Constructor for class org.apache.hadoop.io.DoubleWritable
 
DoubleWritable(double) - Constructor for class org.apache.hadoop.io.DoubleWritable
 
DoubleWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for DoubleWritable.
drain(String) - Method in interface org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Drains the Queue for the provided key.
drain(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
drainTo(Collection<? super E>) - Method in class org.apache.hadoop.ipc.CallQueueManager
 
drainTo(Collection<? super E>, int) - Method in class org.apache.hadoop.ipc.CallQueueManager
 
drainTo(Collection<? super E>, int) - Method in class org.apache.hadoop.ipc.FairCallQueue
drainTo defers to each sub-queue.
drainTo(Collection<? super E>) - Method in class org.apache.hadoop.ipc.FairCallQueue
 
DROPBEHIND - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
Stream setDropBehind capability implemented by CanSetDropBehind.setDropBehind(Boolean).
DT_USAGE - Static variable in class org.apache.hadoop.security.token.DtUtilShell
 
DtFetcher - Interface in org.apache.hadoop.security.token
DtFetcher is an interface which permits the abstraction and separation of delegation token fetch implementaions across different packages and compilation units.
DtFileOperations - Class in org.apache.hadoop.security.token
DtFileOperations is a collection of delegation token file operations.
DtUtilShell - Class in org.apache.hadoop.security.token
DtUtilShell is a set of command line token file management operations.
DtUtilShell() - Constructor for class org.apache.hadoop.security.token.DtUtilShell
 
DUHelper - Class in org.apache.hadoop.fs
 
DUMMY_CODEC_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
 
DummyErasureCodec - Class in org.apache.hadoop.io.erasurecode.codec
Dummy erasure coder does not real coding computing.
DummyErasureCodec(Configuration, ErasureCodecOptions) - Constructor for class org.apache.hadoop.io.erasurecode.codec.DummyErasureCodec
 
DummyErasureDecoder - Class in org.apache.hadoop.io.erasurecode.coder
Dummy erasure decoder does no real computation.
DummyErasureDecoder(ErasureCoderOptions) - Constructor for class org.apache.hadoop.io.erasurecode.coder.DummyErasureDecoder
 
DummyErasureEncoder - Class in org.apache.hadoop.io.erasurecode.coder
Dummy erasure encoder does no real computation.
DummyErasureEncoder(ErasureCoderOptions) - Constructor for class org.apache.hadoop.io.erasurecode.coder.DummyErasureEncoder
 
dumpConfiguration(Configuration, String, Writer) - Static method in class org.apache.hadoop.conf.Configuration
Writes properties and their attributes (final and resource) to the given Writer.
dumpConfiguration(Configuration, Writer) - Static method in class org.apache.hadoop.conf.Configuration
Writes out all properties and their attributes (final and resource) to the given Writer, the format of the output would be,
dumpDeprecatedKeys() - Static method in class org.apache.hadoop.conf.Configuration
 
dumpTokens(UserGroupInformation) - Method in class org.apache.hadoop.security.KDiag
Dump all tokens of a UGI.
dumpTopology() - Method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
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.
DuplicatedOptionException(String) - Constructor for exception org.apache.hadoop.fs.shell.CommandFormat.DuplicatedOptionException
 
DynamicBloomFilter - Class in org.apache.hadoop.util.bloom
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.
DynamicBloomFilter() - Constructor for class org.apache.hadoop.util.bloom.DynamicBloomFilter
Zero-args constructor for the serialization.
DynamicBloomFilter(int, int, int, int) - Constructor for class org.apache.hadoop.util.bloom.DynamicBloomFilter
Constructor.

E

E_CREATE_DIR - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_CREATE_FAILED - Static variable in class org.apache.hadoop.util.FindClass
class creation failed 5
E_DIR_CREATE_FROMFILE - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_DIR_NOTEMPTY - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_DPATH_EXIST - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FAILED_DISCONNECT - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FAILED_GETHOME - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_CHECK_FAILED - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_EXIST - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_NOTFOUND - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_STATUS - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_GENERIC - Static variable in class org.apache.hadoop.util.FindClass
generic error 1
E_HOST_NULL - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_LOAD_FAILED - Static variable in class org.apache.hadoop.util.FindClass
class load failed 4
E_MAKE_DIR_FORPATH - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_NOT_FOUND - Static variable in class org.apache.hadoop.util.FindClass
class or resource not found 3
E_PARSE_FAILED - Static variable in interface org.apache.hadoop.service.launcher.LauncherArguments
Error string on a parse failure.
E_PATH_DIR - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_SAME_DIRECTORY_ONLY - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
E_SAME_DIRECTORY_ONLY - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_SPATH_NOTEXIST - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_USAGE - Static variable in class org.apache.hadoop.util.FindClass
usage error -bad arguments or similar 2
E_USER_NULL - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
EC_DATA_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
ECSchema - Class in org.apache.hadoop.io.erasurecode
Erasure coding schema to housekeeper relevant information.
ECSchema(Map<String, String>) - Constructor for class org.apache.hadoop.io.erasurecode.ECSchema
Constructor with schema name and provided all options.
ECSchema(String, int, int) - Constructor for class org.apache.hadoop.io.erasurecode.ECSchema
Constructor with key parameters provided.
ECSchema(String, int, int, Map<String, String>) - Constructor for class org.apache.hadoop.io.erasurecode.ECSchema
Constructor with key parameters provided.
EFFECTIVEUSER_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
ElasticByteBufferPool - Class in org.apache.hadoop.io
This is a simple ByteBufferPool which just creates ByteBuffers as needed.
ElasticByteBufferPool() - Constructor for class org.apache.hadoop.io.ElasticByteBufferPool
 
elementToPrevKey(E) - Method in class org.apache.hadoop.fs.BatchedRemoteIterator
Return the next list key associated with an element.
emitMetric(String, String, String, String, GangliaConf, AbstractGangliaSink.GangliaSlope) - Method in class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
The method sends metrics to Ganglia servers.
emitMetric(String, String, String, String, GangliaConf, AbstractGangliaSink.GangliaSlope) - Method in class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
The method sends metrics to Ganglia servers.
emitToGangliaHosts() - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
Sends Ganglia Metrics to the configured hosts
EMPTY_ARRAY - Static variable in enum org.apache.hadoop.fs.StorageType
 
ENABLED_SUFFIX - Static variable in class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
enableSymlinks() - Static method in class org.apache.hadoop.fs.FileSystem
 
encode(String) - Static method in class org.apache.hadoop.io.Text
Converts the provided String to bytes using the UTF-8 encoding.
encode(String, boolean) - Static method in class org.apache.hadoop.io.Text
Converts the provided String to bytes using the UTF-8 encoding.
encodeToUrlString() - Method in class org.apache.hadoop.security.token.Token
Encode this token as a url safe string.
encodeValue(byte[], XAttrCodec) - Static method in enum org.apache.hadoop.fs.XAttrCodec
Encode byte[] value to string representation with encoding.
EncryptedKeyVersion(String, String, byte[], KeyProvider.KeyVersion) - Constructor for class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
Create a new EncryptedKeyVersion.
ENCRYPTION_DATA_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
end() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
end() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
end() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
end() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
end() - Method in interface org.apache.hadoop.io.compress.Compressor
Closes the compressor and discards any unprocessed input.
end() - Method in interface org.apache.hadoop.io.compress.Decompressor
Closes the decompressor and discards any unprocessed input.
end() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Closes the compressor and discards any unprocessed input.
end() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Resets decompressor and input and output buffers so that a new set of input data can be processed.
end() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Closes the compressor and discards any unprocessed input.
end() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Resets decompressor and input and output buffers so that a new set of input data can be processed.
end() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
 
end() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
end() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
end() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
end() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
END_OF_BLOCK - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
End of a BZip2 block
END_OF_STREAM - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
End of BZip2 stream.
endRecord() - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
Syntactic sugar to add multiple records in a collector in a one liner.
ensureCurrentState(Service.STATE) - Method in class org.apache.hadoop.service.ServiceStateModel
Verify that that a service is in a given state.
ensureInflated() - Method in class org.apache.hadoop.io.CompressedWritable
Must be called by all methods which access fields to ensure that the data has been uncompressed.
ensureInitialized() - Static method in class org.apache.hadoop.ipc.WritableRpcEngine
Deprecated.
Initialize this class if it isn't already.
enterNeutralMode() - Method in interface org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
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.
enterState(Service.STATE) - Method in class org.apache.hadoop.service.ServiceStateModel
Enter a state -thread safe.
entry() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Get an entry to access the key and value.
Entry() - Constructor for class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
 
entrySet() - Method in class org.apache.hadoop.io.MapWritable
 
entrySet() - Method in class org.apache.hadoop.io.SortedMapWritable
 
EnumSetWritable<E extends Enum<E>> - Class in org.apache.hadoop.io
A Writable wrapper for EnumSet.
EnumSetWritable(EnumSet<E>, Class<E>) - Constructor for class org.apache.hadoop.io.EnumSetWritable
Construct a new EnumSetWritable.
EnumSetWritable(EnumSet<E>) - Constructor for class org.apache.hadoop.io.EnumSetWritable
Construct a new EnumSetWritable.
ENV_HADOOP_HOME - Static variable in class org.apache.hadoop.util.Shell
Environment variable for Hadoop's home dir: "HADOOP_HOME".
ENV_NAME_REGEX - Static variable in class org.apache.hadoop.util.Shell
Regular expression for environment variables: "[A-Za-z_][A-Za-z0-9_]*".
eof - Variable in class org.apache.hadoop.io.compress.DecompressorStream
 
EOF_IN_READ_FULLY - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
 
EOS_DELIMITER - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
EQUAL - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
equals(Object) - Method in class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
equals(Object) - Method in class org.apache.hadoop.fs.AbstractFileSystem
 
equals(Object) - Method in class org.apache.hadoop.fs.ContentSummary
 
equals(Object) - Method in class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
equals(Object) - Method in class org.apache.hadoop.fs.FileChecksum
Return true if both the algorithms and the values are the same.
equals(Object) - Method in class org.apache.hadoop.fs.FileStatus
Compare if this object is equal to another object
equals(Object) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
equals(Object) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
equals(Object) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
equals(Object) - Method in class org.apache.hadoop.fs.LocalFileSystemPathHandle
 
equals(Object) - Method in class org.apache.hadoop.fs.LocatedFileStatus
Compare if this object is equal to another object
equals(Object) - Method in interface org.apache.hadoop.fs.PartHandle
 
equals(Object) - Method in class org.apache.hadoop.fs.Path
 
equals(Object) - Method in interface org.apache.hadoop.fs.PathHandle
 
equals(Object) - Method in class org.apache.hadoop.fs.permission.AclEntry
 
equals(Object) - Method in class org.apache.hadoop.fs.permission.AclStatus
 
equals(Object) - Method in class org.apache.hadoop.fs.permission.FsCreateModes
 
equals(Object) - Method in class org.apache.hadoop.fs.permission.FsPermission
 
equals(Object) - Method in class org.apache.hadoop.fs.QuotaUsage
 
equals(Object) - Method in class org.apache.hadoop.fs.shell.find.Result
 
equals(Object) - Method in interface org.apache.hadoop.fs.UploadHandle
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
equals(Object) - Method in class org.apache.hadoop.io.BinaryComparable
Return true if bytes from {#getBytes()} match.
equals(Object) - Method in class org.apache.hadoop.io.BooleanWritable
 
equals(Object) - Method in class org.apache.hadoop.io.BytesWritable
Are the two byte sequences equal?
equals(Object) - Method in class org.apache.hadoop.io.ByteWritable
Returns true iff o is a ByteWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.DoubleWritable
Returns true iff o is a DoubleWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.EnumSetWritable
Returns true if o is an EnumSetWritable with the same value, or both are null.
equals(Object) - Method in class org.apache.hadoop.io.erasurecode.ECSchema
 
equals(Object) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare whether this and other points to the same key value.
equals(Object) - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
 
equals(Object) - Method in class org.apache.hadoop.io.FloatWritable
Returns true iff o is a FloatWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.IntWritable
Returns true iff o is a IntWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.LongWritable
Returns true iff o is a LongWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.MapWritable
 
equals(Object) - Method in class org.apache.hadoop.io.MD5Hash
Returns true iff o is an MD5Hash whose digest contains the same values.
equals(Object) - Method in class org.apache.hadoop.io.NullWritable
 
equals(Object) - Method in class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
 
equals(Object) - Method in class org.apache.hadoop.io.SequenceFile.Metadata
 
equals(SequenceFile.Metadata) - Method in class org.apache.hadoop.io.SequenceFile.Metadata
 
equals(Object) - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
 
equals(Object) - Method in class org.apache.hadoop.io.ShortWritable
Returns true iff o is a ShortWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.SortedMapWritable
 
equals(Object) - Method in class org.apache.hadoop.io.Text
Returns true iff o is a Text with the same contents.
equals(Object) - Method in class org.apache.hadoop.io.VIntWritable
Returns true iff o is a VIntWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.io.VLongWritable
Returns true iff o is a VLongWritable with the same value.
equals(Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
equals(Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
equals(Object) - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
 
equals(Object) - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
Override equals to avoid findbugs warnings
equals(Object) - Method in class org.apache.hadoop.metrics2.AbstractMetric
 
equals(Object) - Method in class org.apache.hadoop.metrics2.MetricsTag
 
equals(Object) - Method in class org.apache.hadoop.net.InnerNodeImpl
 
equals(Object) - Method in class org.apache.hadoop.net.SocksSocketFactory
 
equals(Object) - Method in class org.apache.hadoop.net.StandardSocketFactory
 
equals(Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
equals(Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
equals(Object) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
equals(Object) - Method in class org.apache.hadoop.security.token.Token
 
equals(Object) - Method in class org.apache.hadoop.security.UserGroupInformation
Compare the subjects to see if they are equal to each other.
equals(Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
equals(Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
equals(Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
equals(Object) - Method in class org.apache.hadoop.util.ComparableVersion
 
ErasureCodeConstants - Class in org.apache.hadoop.io.erasurecode
Constants related to the erasure code feature.
ErasureCodeNative - Class in org.apache.hadoop.io.erasurecode
Erasure code native libraries (for now, Intel ISA-L) related utilities.
erasureCodingPolicy(String) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
 
Errno - Enum in org.apache.hadoop.io.nativeio
Enum representing POSIX errno values.
error(Throwable) - Method in interface org.apache.hadoop.ipc.ProtobufRpcEngineCallback
 
error(String, Throwable) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Report an error.
ERROR_APPLICATION_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_APPLICATION = 1;
ERROR_NO_SUCH_METHOD_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_NO_SUCH_METHOD = 2;
ERROR_NO_SUCH_PROTOCOL_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_NO_SUCH_PROTOCOL = 3;
ERROR_RPC_SERVER_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_RPC_SERVER = 4;
ERROR_RPC_VERSION_MISMATCH_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_RPC_VERSION_MISMATCH = 6;
ERROR_SERIALIZING_RESPONSE_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_SERIALIZING_RESPONSE = 5;
ERROR_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
ERROR = 1;
ERRORDETAIL_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
ERRORMSG_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
EtagChecksum - Class in org.apache.hadoop.fs.store
An etag as a checksum.
EtagChecksum() - Constructor for class org.apache.hadoop.fs.store.EtagChecksum
Create with an empty etag.
EtagChecksum(String) - Constructor for class org.apache.hadoop.fs.store.EtagChecksum
Create with a string etag.
ETC_KRB5_CONF - Static variable in class org.apache.hadoop.security.KDiag
 
ETC_NTP - Static variable in class org.apache.hadoop.security.KDiag
 
EventCounter - Class in org.apache.hadoop.log
Deprecated.
use EventCounter instead
EventCounter() - Constructor for class org.apache.hadoop.log.EventCounter
Deprecated.
 
EventCounter - Class in org.apache.hadoop.log.metrics
A log4J Appender that simply counts logging events in three levels: fatal, error and warn.
EventCounter() - Constructor for class org.apache.hadoop.log.metrics.EventCounter
 
exact() - Static method in class org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the referent is neither moved nor changed.
EXCEPTION_CLASS - Static variable in class org.apache.hadoop.log.Log4Json
 
EXCEPTIONCLASSNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
excludeCiphers(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
 
excludeIncompatibleCredentialProviders(Configuration, Class<? extends FileSystem>) - Static method in class org.apache.hadoop.security.ProviderUtils
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.
exec(Configuration, String...) - Static method in class org.apache.hadoop.security.KDiag
Inner entry point, with no logging or system exits.
execCommand(String...) - Static method in class org.apache.hadoop.util.Shell
Static method to execute a shell command.
execCommand(Map<String, String>, String[], long) - Static method in class org.apache.hadoop.util.Shell
Static method to execute a shell command.
execCommand(Map<String, String>, String...) - Static method in class org.apache.hadoop.util.Shell
Static method to execute a shell command.
execute() - Method in class org.apache.hadoop.security.KDiag
Execute diagnostics.
execute() - Method in class org.apache.hadoop.service.launcher.AbstractLaunchableService
Run a service.
execute() - Method in interface org.apache.hadoop.service.launcher.LaunchableService
Run a service.
execute() - Method in class org.apache.hadoop.tools.CommandShell.SubCommand
 
execute() - Method in interface org.apache.hadoop.util.Shell.CommandExecutor
 
execute() - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
Execute the shell command.
ExecutorHelper - Class in org.apache.hadoop.util.concurrent
Helper functions for Executors.
exists(Path) - Method in class org.apache.hadoop.fs.FileContext.Util
Does the file exist? Note: Avoid using this method if you already have FileStatus in hand.
exists(Path) - Method in class org.apache.hadoop.fs.FileSystem
Check if a path exists.
exit(int, String) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Exit the JVM.
exit(ExitUtil.ExitException) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Exit the JVM using an exception for the exit code and message, invoking ExitUtil.terminate(ExitUtil.ExitException).
EXIT_BAD_CONFIGURATION - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when the configurations in valid/incomplete: 49.
EXIT_CLIENT_INITIATED_SHUTDOWN - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when a client requested service termination: 1.
EXIT_COMMAND_ARGUMENT_ERROR - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when the command line doesn't parse: 40, or when it is otherwise invalid.
EXIT_CONNECTIVITY_PROBLEM - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code on connectivity problems: 48.
EXIT_EXCEPTION_THROWN - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when an exception was thrown from the service: 50.
EXIT_FAIL - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Generic "false/fail" response: -1.
EXIT_FORBIDDEN - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Forbidden action: 43.
EXIT_INTERRUPTED - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when a control-C, kill -3, signal was picked up: 3.
EXIT_NOT_ACCEPTABLE - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
The command is somehow not acceptable: 46.
EXIT_NOT_FOUND - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Something was not found: 44.
EXIT_OPERATION_NOT_ALLOWED - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
The operation is not allowed: 45.
EXIT_OTHER_FAILURE - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when something happened but we can't be specific: 5.
EXIT_SERVICE_CREATION_FAILURE - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
The service instance could not be created: 56.
EXIT_SERVICE_LIFECYCLE_EXCEPTION - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
The service instance could not be created: 57.
EXIT_SERVICE_UNAVAILABLE - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Service Unavailable; it may be available later: 53.
EXIT_SUCCESS - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Success: 0.
EXIT_TASK_LAUNCH_FAILURE - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when targets could not be launched: 2.
EXIT_UNAUTHORIZED - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
The request requires user authentication: 41.
EXIT_UNIMPLEMENTED - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Unimplemented feature: 51.
EXIT_UNSUPPORTED_VERSION - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
The application does not support, or refuses to support this version: 55.
EXIT_USAGE - Static variable in interface org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when a usage message was printed: 42.
ExitCodeException(int, String) - Constructor for exception org.apache.hadoop.util.Shell.ExitCodeException
 
ExitCodeProvider - Interface in org.apache.hadoop.util
Get the exit code of an exception.
ExitException(int, String) - Constructor for exception org.apache.hadoop.util.ExitUtil.ExitException
 
ExitException(int, String, Throwable) - Constructor for exception org.apache.hadoop.util.ExitUtil.ExitException
 
ExitException(int, Throwable) - Constructor for exception org.apache.hadoop.util.ExitUtil.ExitException
 
EXITSTATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
ExitUtil.ExitException - Exception in org.apache.hadoop.util
An exception raised when a call to ExitUtil.terminate(int) was called and system exits were blocked.
ExitUtil.HaltException - Exception in org.apache.hadoop.util
An exception raised when a call to ExitUtil.terminate(int) was called and system halts were blocked.
exitWithMessage(int, String) - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
Exit with a printed message.
exitWithUsageMessage() - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
Exit with the usage exit code LauncherExitCodes.EXIT_USAGE and message ServiceLauncher.USAGE_MESSAGE.
expected - Variable in exception org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
exponentialBackoffRetry(int, long, TimeUnit) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
Keep trying a limited number of times, waiting a growing amount of time between attempts, and then fail by re-throwing the exception.
Expression - Interface in org.apache.hadoop.fs.shell.find
Interface describing an expression to be used in the Find command.
expression - Variable in class org.apache.hadoop.fs.shell.find.FilterExpression
 
expunge() - Method in class org.apache.hadoop.fs.Trash
Delete old checkpoint(s).
extendWorkingSetSize(long) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.Windows
Extends both the minimum and maximum working set size of the current process.
ExternalCall<T> - Class in org.apache.hadoop.ipc
 
ExternalCall(PrivilegedExceptionAction<T>) - Constructor for class org.apache.hadoop.ipc.ExternalCall
 
extractCommandOptions(Configuration, List<String>) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Extract the command options and apply them to the configuration, building an array of processed arguments to hand down to the service.

F

Factory() - Constructor for class org.apache.hadoop.crypto.key.JavaKeyStoreProvider.Factory
 
Factory() - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.Factory
 
Factory() - Constructor for class org.apache.hadoop.crypto.key.UserProvider.Factory
 
Factory() - Constructor for class org.apache.hadoop.fs.FileSystemMultipartUploader.Factory
 
Factory() - Constructor for class org.apache.hadoop.net.InnerNodeImpl.Factory
 
Factory() - Constructor for class org.apache.hadoop.security.alias.JavaKeyStoreProvider.Factory
 
Factory() - Constructor for class org.apache.hadoop.security.alias.LocalJavaKeyStoreProvider.Factory
 
Factory() - Constructor for class org.apache.hadoop.security.alias.UserProvider.Factory
 
fadvisePossible - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
FAIL - Static variable in class org.apache.hadoop.fs.shell.find.Result
Result indicating Expression processing should stop.
FAIL - Static variable in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
FAILED_TO_GET_UGI_MSG_HEADER - Static variable in class org.apache.hadoop.security.SecurityUtil
 
FAILOVER_AND_RETRY - Static variable in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
FailoverFailedException - Exception in org.apache.hadoop.ha
Exception thrown to indicate service failover has failed.
FailoverFailedException(String) - Constructor for exception org.apache.hadoop.ha.FailoverFailedException
 
FailoverFailedException(String, Throwable) - Constructor for exception org.apache.hadoop.ha.FailoverFailedException
 
failoverOnNetworkException(int) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
 
failoverOnNetworkException(RetryPolicy, int) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
 
failoverOnNetworkException(RetryPolicy, int, long, long) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
 
failoverOnNetworkException(RetryPolicy, int, int, long, long) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
 
FailoverProxyProvider<T> - Interface in org.apache.hadoop.io.retry
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.
FailoverProxyProvider.ProxyInfo<T> - Class in org.apache.hadoop.io.retry
 
FairCallQueue<E extends org.apache.hadoop.ipc.Schedulable> - Class in org.apache.hadoop.ipc
A queue with multiple levels for each priority.
FairCallQueue(int, int, String, Configuration) - Constructor for class org.apache.hadoop.ipc.FairCallQueue
Create a FairCallQueue.
FairCallQueueMXBean - Interface in org.apache.hadoop.ipc
 
FastNumberFormat - Class in org.apache.hadoop.util
Fast thread-safe version of NumberFormat
FastNumberFormat() - Constructor for class org.apache.hadoop.util.FastNumberFormat
 
FATAL_DESERIALIZING_REQUEST_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_DESERIALIZING_REQUEST = 13;
FATAL_INVALID_RPC_HEADER_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_INVALID_RPC_HEADER = 12;
FATAL_UNAUTHORIZED_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_UNAUTHORIZED = 15;
FATAL_UNKNOWN_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_UNKNOWN = 10;
FATAL_UNSUPPORTED_SERIALIZATION_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_UNSUPPORTED_SERIALIZATION = 11;
FATAL_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
FATAL = 2;
FATAL_VERSION_MISMATCH_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_VERSION_MISMATCH = 14;
FenceMethod - Interface in org.apache.hadoop.ha
A fencing method is a method by which one node can forcibly prevent another node from making continued progress.
fenceOldActive(byte[]) - Method in interface org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
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.
file(Path) - Static method in class org.apache.hadoop.io.SequenceFile.Reader
Create an option to specify the path name of the sequence file.
file(Path) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
FILE_ATTRIBUTE_NORMAL - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_BEGIN - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_CURRENT - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_DEFAULT_PERM - Static variable in class org.apache.hadoop.fs.FileContext
Default permission for file
FILE_END - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_SHARE_DELETE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_SHARE_READ - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_SHARE_WRITE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FileAlreadyExistsException - Exception in org.apache.hadoop.fs
Used when target file already exists for any operation and is not configured to be overwritten.
FileAlreadyExistsException() - Constructor for exception org.apache.hadoop.fs.FileAlreadyExistsException
 
FileAlreadyExistsException(String) - Constructor for exception org.apache.hadoop.fs.FileAlreadyExistsException
 
fileAndDirectoryCount(long) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
 
FileBasedIPList - Class in org.apache.hadoop.util
FileBasedIPList loads a list of subnets in CIDR format and ip addresses from a file.
FileBasedIPList(String) - Constructor for class org.apache.hadoop.util.FileBasedIPList
 
FileChecksum - Class in org.apache.hadoop.fs
An abstract class representing file checksums for files.
FileChecksum() - Constructor for class org.apache.hadoop.fs.FileChecksum
 
FileContext - Class in org.apache.hadoop.fs
The FileContext class provides an interface for users of the Hadoop file system.
FileContext.Util - Class in org.apache.hadoop.fs
Utility/library methods built over the basic FileContext methods.
fileCount(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
 
FileSink - Class in org.apache.hadoop.metrics2.sink
A metrics sink that writes to a file
FileSink() - Constructor for class org.apache.hadoop.metrics2.sink.FileSink
 
FileStatus - Class in org.apache.hadoop.fs
Interface that represents the client side information for a file.
FileStatus() - Constructor for class org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, Path) - Constructor for class org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path) - Constructor for class org.apache.hadoop.fs.FileStatus
Constructor for file systems on which symbolic links are not supported
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path) - Constructor for class org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, boolean, boolean, boolean) - Constructor for class org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, Set<FileStatus.AttrFlags>) - Constructor for class org.apache.hadoop.fs.FileStatus
 
FileStatus(FileStatus) - Constructor for class org.apache.hadoop.fs.FileStatus
Copy constructor.
FileStatus.AttrFlags - Enum in org.apache.hadoop.fs
Flags for entity attributes.
FileSystem - Class in org.apache.hadoop.fs
An abstract base class for a fairly generic filesystem.
FileSystem() - Constructor for class org.apache.hadoop.fs.FileSystem
 
FileSystem.DirListingIterator<T extends FileStatus> - Class in org.apache.hadoop.fs
Generic iterator for implementing FileSystem.listStatusIterator(Path).
FileSystem.Statistics - Class in org.apache.hadoop.fs
Tracks statistics about how many reads, writes, and so forth have been done in a FileSystem.
FileSystem.Statistics.StatisticsData - Class in org.apache.hadoop.fs
Statistics data.
FileSystemMultipartUploader.Factory - Class in org.apache.hadoop.fs
Factory for creating MultipartUploaderFactory objects for file:// filesystems.
FILETYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
FileUtil - Class in org.apache.hadoop.fs
A collection of file-processing util methods
FileUtil() - Constructor for class org.apache.hadoop.fs.FileUtil
 
FileUtil.HardLink - Class in org.apache.hadoop.fs
Deprecated.
fillQueueForKey(String, Queue<E>, int) - Method in interface org.apache.hadoop.crypto.key.kms.ValueQueue.QueueRefiller
Method that has to be implemented by implementing classes to fill the Queue.
FilterContainer - Interface in org.apache.hadoop.http
A container class for javax.servlet.Filter.
FilterExpression - Class in org.apache.hadoop.fs.shell.find
Provides an abstract composition filter for the Expression interface.
FilterExpression(Expression) - Constructor for class org.apache.hadoop.fs.shell.find.FilterExpression
 
FilterFileSystem - Class in org.apache.hadoop.fs
A FilterFileSystem contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.
FilterFileSystem() - Constructor for class org.apache.hadoop.fs.FilterFileSystem
 
FilterFileSystem(FileSystem) - Constructor for class org.apache.hadoop.fs.FilterFileSystem
 
FilterInitializer - Class in org.apache.hadoop.http
Initialize a javax.servlet.Filter.
FilterInitializer() - Constructor for class org.apache.hadoop.http.FilterInitializer
 
finalize() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Overriden to close the stream.
finalize() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
finalize() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
finalKey(WritableComparable) - Method in class org.apache.hadoop.io.MapFile.Reader
Reads the final key from the file.
find(String) - Method in class org.apache.hadoop.io.Text
 
find(String, int) - Method in class org.apache.hadoop.io.Text
Finds any occurrence of what in the backing buffer, starting as position start.
FindClass - Class in org.apache.hadoop.util
This entry point exists for diagnosing classloader problems: is a class or resource present -and if so, where?

Actions

FindClass() - Constructor for class org.apache.hadoop.util.FindClass
Empty constructor; passes a new Configuration object instance to its superclass's constructor
FindClass(Configuration) - Constructor for class org.apache.hadoop.util.FindClass
Create a class with a specified configuration
FindOptions - Class in org.apache.hadoop.fs.shell.find
Options to be used by the Find command and its Expressions.
FindOptions() - Constructor for class org.apache.hadoop.fs.shell.find.FindOptions
 
findProvider(List<KeyProvider>, String) - Static method in class org.apache.hadoop.crypto.key.KeyProvider
Find the provider with the given key.
finish() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
finish() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Finishes the expression, called once after processing all items.
finish() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
finish() - Method in class org.apache.hadoop.io.compress.BlockCompressorStream
 
finish() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
finish() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
finish() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
 
finish() - Method in class org.apache.hadoop.io.compress.CompressionOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in interface org.apache.hadoop.io.compress.Compressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class org.apache.hadoop.io.compress.CompressorStream
 
finish() - Method in class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
finish() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
finish() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
finished() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
finished() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
finished() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
finished() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
finished() - Method in interface org.apache.hadoop.io.compress.Compressor
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in interface org.apache.hadoop.io.compress.Decompressor
Returns true if the end of the decompressed data output stream has been reached.
finished() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns true if the end of the decompressed data output stream has been reached.
finished() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Returns true if the end of the compressed data output stream has been reached.
finished() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns true if the end of the decompressed data output stream has been reached.
finished() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
 
finished() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Returns true if the end of the gzip substream (single "member") has been reached.
finished() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
finished() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
finished() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
 
finished() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
finished() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
finished() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
 
firstKey() - Method in class org.apache.hadoop.io.SortedMapWritable
 
fix(FileSystem, Path, Class<? extends Writable>, Class<? extends Writable>, boolean, Configuration) - Static method in class org.apache.hadoop.io.MapFile
This method attempts to fix a corrupt MapFile by re-creating its index.
fixRelativePart(Path) - Method in class org.apache.hadoop.fs.FileSystem
FLAGS_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
FloatWritable - Class in org.apache.hadoop.io
A WritableComparable for floats.
FloatWritable() - Constructor for class org.apache.hadoop.io.FloatWritable
 
FloatWritable(float) - Constructor for class org.apache.hadoop.io.FloatWritable
 
FloatWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for FloatWritable.
flush() - Method in class org.apache.hadoop.crypto.key.KeyProvider
Ensures that any changes to the keys are written to persistent store.
flush() - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
flush() - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
flush() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
 
flush() - Method in class org.apache.hadoop.io.compress.CompressionOutputStream
 
flush() - Method in class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
flush() - Method in class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
 
flush() - Method in interface org.apache.hadoop.metrics2.MetricsSink
Flush any buffered metrics
flush() - Method in class org.apache.hadoop.metrics2.sink.FileSink
 
flush() - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
flush() - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink
 
flush() - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
flush() - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
flush() - Method in class org.apache.hadoop.metrics2.sink.StatsDSink
 
flush() - Method in class org.apache.hadoop.security.alias.CredentialProvider
Ensures that any changes to the credentials are written to persistent store.
forceDecay() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
forceFlush - Static variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
forceSecureOpenForRandomRead(File, String, String, String) - Static method in class org.apache.hadoop.io.SecureIOUtils
Same as openForRandomRead except that it will run even if security is off.
forceSecureOpenForRead(File, String, String) - Static method in class org.apache.hadoop.io.SecureIOUtils
Same as openForRead() except that it will run even if security is off.
forceSecureOpenFSDataInputStream(File, String, String) - Static method in class org.apache.hadoop.io.SecureIOUtils
Same as openFSDataInputStream except that it will run even if security is off.
format(LoggingEvent) - Method in class org.apache.hadoop.log.Log4Json
 
format(String) - Method in class org.apache.hadoop.security.alias.CredentialShell.PasswordReader
 
format(StringBuilder, long, int) - Static method in class org.apache.hadoop.util.FastNumberFormat
 
FORMAT_JAVA - Static variable in class org.apache.hadoop.security.token.DtFileOperations
Use FORMAT_* as arguments to format parameters.
FORMAT_PB - Static variable in class org.apache.hadoop.security.token.DtFileOperations
Use FORMAT_* as arguments to format parameters.
FREEBSD - Static variable in class org.apache.hadoop.util.Shell
 
freeBuffer(ByteBuffer) - Method in interface org.apache.hadoop.util.CleanerUtil.BufferCleaner
 
fromBytes(double) - Method in enum org.apache.hadoop.conf.StorageUnit
 
fromShort(short) - Method in class org.apache.hadoop.fs.permission.FsPermission
 
fromString(String) - Static method in enum org.apache.hadoop.http.HttpConfig.Policy
 
fromString(String) - Method in class org.apache.hadoop.io.DefaultStringifier
 
fromString(String) - Method in interface org.apache.hadoop.io.Stringifier
Restores the object from its string representation.
fs - Variable in class org.apache.hadoop.fs.FilterFileSystem
 
fs - Variable in class org.apache.hadoop.fs.TrashPolicy
 
FS_AUTOMATIC_CLOSE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_AUTOMATIC_CLOSE_KEY
FS_AUTOMATIC_CLOSE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY
FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED.
FS_DEFAULT_NAME_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_DEFAULT_NAME_KEY
FS_DEFAULT_NAME_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_DEFAULT_NAME_KEY - Static variable in class org.apache.hadoop.fs.FileSystem
 
FS_DF_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_DF_INTERVAL_KEY
FS_DF_INTERVAL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_DU_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_DU_INTERVAL_KEY
FS_DU_INTERVAL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FILE_IMPL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FTP_DATA_CONNECTION_MODE - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_HOST - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_HOST_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FTP_HOST_PORT - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_HOST_PORT_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FTP_PASSWORD_PREFIX - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_TRANSFER_MODE - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_USER_PREFIX - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_LOCAL_BLOCK_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Not used anywhere, looks like default value for FS_LOCAL_BLOCK_SIZE
FS_PROTECTED_DIRECTORIES - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Directories that cannot be removed unless empty, even by an administrator.
FS_SFTP_CONNECTION_MAX - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_HOST - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_HOST_PORT - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_KEYFILE - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_PASSWORD_PREFIX - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_USER_PREFIX - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_TRASH_CHECKPOINT_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_TRASH_CHECKPOINT_INTERVAL_KEY
FS_TRASH_CHECKPOINT_INTERVAL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_TRASH_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_TRASH_INTERVAL_KEY
FS_TRASH_INTERVAL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FsAction - Enum in org.apache.hadoop.fs.permission
File system actions, e.g.
FsConstants - Interface in org.apache.hadoop.fs
FileSystem related constants.
FsCreateModes - Class in org.apache.hadoop.fs.permission
A class that stores both masked and unmasked create modes and is a drop-in replacement for masked permission.
FSDataInputStream - Class in org.apache.hadoop.fs
Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
FSDataInputStream(InputStream) - Constructor for class org.apache.hadoop.fs.FSDataInputStream
 
FSDataInputStreamOption(FSDataInputStream) - Constructor for class org.apache.hadoop.util.Options.FSDataInputStreamOption
 
FSDataOutputStream - Class in org.apache.hadoop.fs
Utility that wraps a OutputStream in a DataOutputStream.
FSDataOutputStream(OutputStream, FileSystem.Statistics) - Constructor for class org.apache.hadoop.fs.FSDataOutputStream
 
FSDataOutputStream(OutputStream, FileSystem.Statistics, long) - Constructor for class org.apache.hadoop.fs.FSDataOutputStream
 
FSDataOutputStreamBuilder<S extends FSDataOutputStream,B extends FSDataOutputStreamBuilder<S,B>> - Class in org.apache.hadoop.fs
Builder for FSDataOutputStream and its subclasses.
FSDataOutputStreamBuilder(FileSystem, Path) - Constructor for class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Constructor.
FSDataOutputStreamOption(FSDataOutputStream) - Constructor for class org.apache.hadoop.util.Options.FSDataOutputStreamOption
 
FSError - Error in org.apache.hadoop.fs
Thrown for unexpected filesystem errors, presumed to reflect disk errors in the native filesystem.
FSExceptionMessages - Class in org.apache.hadoop.fs
Standard strings to use in exception messages in filesystems HDFS is used as the reference source of the strings
FSExceptionMessages() - Constructor for class org.apache.hadoop.fs.FSExceptionMessages
 
FSInputStream - Class in org.apache.hadoop.fs
FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
FSInputStream() - Constructor for class org.apache.hadoop.fs.FSInputStream
 
FsPermission - Class in org.apache.hadoop.fs.permission
A class for file/directory permissions.
FsPermission(FsAction, FsAction, FsAction) - Constructor for class org.apache.hadoop.fs.permission.FsPermission
Construct by the given FsAction.
FsPermission(FsAction, FsAction, FsAction, boolean) - Constructor for class org.apache.hadoop.fs.permission.FsPermission
 
FsPermission(short) - Constructor for class org.apache.hadoop.fs.permission.FsPermission
Construct by the given mode.
FsPermission(int) - Constructor for class org.apache.hadoop.fs.permission.FsPermission
Construct by the given mode.
FsPermission(FsPermission) - Constructor for class org.apache.hadoop.fs.permission.FsPermission
Copy constructor
FsPermission(String) - Constructor for class org.apache.hadoop.fs.permission.FsPermission
Construct by given mode, either in octal or symbolic format.
FSProtos - Class in org.apache.hadoop.fs
 
FSProtos.FileStatusProto - Class in org.apache.hadoop.fs
Protobuf type hadoop.fs.FileStatusProto
FSProtos.FileStatusProto.Builder - Class in org.apache.hadoop.fs
Protobuf type hadoop.fs.FileStatusProto
FSProtos.FileStatusProto.FileType - Enum in org.apache.hadoop.fs
Protobuf enum hadoop.fs.FileStatusProto.FileType
FSProtos.FileStatusProto.Flags - Enum in org.apache.hadoop.fs
Protobuf enum hadoop.fs.FileStatusProto.Flags
FSProtos.FileStatusProtoOrBuilder - Interface in org.apache.hadoop.fs
 
FSProtos.FsPermissionProto - Class in org.apache.hadoop.fs
Protobuf type hadoop.fs.FsPermissionProto
FSProtos.FsPermissionProto.Builder - Class in org.apache.hadoop.fs
Protobuf type hadoop.fs.FsPermissionProto
FSProtos.FsPermissionProtoOrBuilder - Interface in org.apache.hadoop.fs
 
FSProtos.LocalFileSystemPathHandleProto - Class in org.apache.hadoop.fs
Protobuf type hadoop.fs.LocalFileSystemPathHandleProto
FSProtos.LocalFileSystemPathHandleProto.Builder - Class in org.apache.hadoop.fs
Protobuf type hadoop.fs.LocalFileSystemPathHandleProto
FSProtos.LocalFileSystemPathHandleProtoOrBuilder - Interface in org.apache.hadoop.fs
 
FsServerDefaults - Class in org.apache.hadoop.fs
Provides server default configuration values to clients.
FsServerDefaults() - Constructor for class org.apache.hadoop.fs.FsServerDefaults
 
FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type) - Constructor for class org.apache.hadoop.fs.FsServerDefaults
 
FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type, String) - Constructor for class org.apache.hadoop.fs.FsServerDefaults
 
FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type, String, byte) - Constructor for class org.apache.hadoop.fs.FsServerDefaults
 
FsShell.Help - Class in org.apache.hadoop.fs
Displays short usage of commands sans the long description
FsShell.Usage - Class in org.apache.hadoop.fs
Display help for commands with their short usage and long description.
FsShellPermissions.Chgrp - Class in org.apache.hadoop.fs
Used to change group of files
FsShellPermissions.Chmod - Class in org.apache.hadoop.fs
The pattern is almost as flexible as mode allowed by chmod shell command.
FsShellPermissions.Chown - Class in org.apache.hadoop.fs
Used to change owner and/or group of files
FsStatus - Class in org.apache.hadoop.fs
This class is used to represent the capacity, free and used space on a FileSystem.
FsStatus(long, long, long) - Constructor for class org.apache.hadoop.fs.FsStatus
Construct a FsStatus object, using the specified statistics
fsync(File) - Static method in class org.apache.hadoop.io.IOUtils
Ensure that any writes to the given file is written to the storage device that contains it.
fsync(FileChannel, boolean) - Static method in class org.apache.hadoop.io.IOUtils
Ensure that any writes to the given file is written to the storage device that contains it.
FT_DIR_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
FT_DIR = 1;
FT_FILE_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
FT_FILE = 2;
FT_SYMLINK_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
FT_SYMLINK = 3;
FTP_SCHEME - Static variable in interface org.apache.hadoop.fs.FsConstants
 
FTPException - Exception in org.apache.hadoop.fs.ftp
A class to wrap a Throwable into a Runtime Exception.
FTPException(String) - Constructor for exception org.apache.hadoop.fs.ftp.FTPException
 
FTPException(Throwable) - Constructor for exception org.apache.hadoop.fs.ftp.FTPException
 
FTPException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.ftp.FTPException
 
FTPFileSystem - Class in org.apache.hadoop.fs.ftp
A FileSystem backed by an FTP client provided by Apache Commons Net.
FTPFileSystem() - Constructor for class org.apache.hadoop.fs.ftp.FTPFileSystem
 
fullyDelete(File) - Static method in class org.apache.hadoop.fs.FileUtil
Delete a directory and all its contents.
fullyDelete(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
Delete a directory and all its contents.
fullyDelete(FileSystem, Path) - Static method in class org.apache.hadoop.fs.FileUtil
fullyDeleteContents(File) - Static method in class org.apache.hadoop.fs.FileUtil
Delete the contents of a directory, not the directory itself.
fullyDeleteContents(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
Delete the contents of a directory, not the directory itself.
fullyDeleteOnExit(File) - Static method in class org.apache.hadoop.fs.FileUtil
Register all files recursively to be deleted on exit.

G

G_SIZE - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
gangliaMetricVisitor - Variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
Used for visiting Metrics
GangliaSink30 - Class in org.apache.hadoop.metrics2.sink.ganglia
This code supports Ganglia 3.0
GangliaSink30() - Constructor for class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
GangliaSink31 - Class in org.apache.hadoop.metrics2.sink.ganglia
This code supports Ganglia 3.1
GangliaSink31() - Constructor for class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
 
gauge(MetricsInfo, int) - Method in interface org.apache.hadoop.metrics2.MetricsVisitor
Callback for integer value gauges
gauge(MetricsInfo, long) - Method in interface org.apache.hadoop.metrics2.MetricsVisitor
Callback for long value gauges
gauge(MetricsInfo, float) - Method in interface org.apache.hadoop.metrics2.MetricsVisitor
Callback for float value gauges
gauge(MetricsInfo, double) - Method in interface org.apache.hadoop.metrics2.MetricsVisitor
Callback for double value gauges
GcData() - Constructor for class org.apache.hadoop.util.GcTimeMonitor.GcData
 
GcTimeMonitor - Class in org.apache.hadoop.util
This class monitors the percentage of time the JVM is paused in GC within the specified observation window, say 1 minute.
GcTimeMonitor(long, long, int, GcTimeMonitor.GcTimeAlertHandler) - Constructor for class org.apache.hadoop.util.GcTimeMonitor
Create an instance of GCTimeMonitor.
GcTimeMonitor.GcData - Class in org.apache.hadoop.util
Encapsulates data about GC pauses measured at the specific timestamp.
GcTimeMonitor.GcTimeAlertHandler - Interface in org.apache.hadoop.util
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.
generateEncryptedKey(String) - Method in interface org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Generates a key material and encrypts it using the given key name.
generateEncryptedKey(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
generateKey(int, String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Generates a key material.
generateSecret() - Method in class org.apache.hadoop.security.token.SecretManager
Generate a new random secret key.
GENERIC_READ - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
GENERIC_WRITE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
GenericRefreshProtocolClientSideTranslatorPB - Class in org.apache.hadoop.ipc.protocolPB
 
GenericRefreshProtocolClientSideTranslatorPB(GenericRefreshProtocolPB) - Constructor for class org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
GenericRefreshProtocolProtos - Class in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolProtos.GenericRefreshProtocolService - Class in org.apache.hadoop.ipc.proto
Protobuf service hadoop.common.GenericRefreshProtocolService
GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface - Interface in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface - Interface in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub - Class in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolProtos.GenericRefreshRequestProto - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.GenericRefreshRequestProto
GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.GenericRefreshRequestProto
GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.GenericRefreshResponseCollectionProto
GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.GenericRefreshResponseCollectionProto
GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolProtos.GenericRefreshResponseProto - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.GenericRefreshResponseProto
GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.GenericRefreshResponseProto
GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
 
GenericRefreshProtocolServerSideTranslatorPB - Class in org.apache.hadoop.ipc.protocolPB
 
GenericRefreshProtocolServerSideTranslatorPB(GenericRefreshProtocol) - Constructor for class org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolServerSideTranslatorPB
 
GenericRefreshProtocolService() - Constructor for class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
GenericWritable - Class in org.apache.hadoop.io
A wrapper for Writable instances.
GenericWritable() - Constructor for class org.apache.hadoop.io.GenericWritable
 
get(String) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property, null if no such property exists.
get(String, String) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name.
get(URI, Configuration) - Static method in class org.apache.hadoop.crypto.key.KeyProviderFactory
Create a KeyProvider based on a provided URI.
get(URI, Configuration) - Static method in class org.apache.hadoop.fs.AbstractFileSystem
The main factory method for creating a file system.
get(int) - Method in interface org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries
 
get(int) - Method in class org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
 
get(URI, Configuration, String) - Static method in class org.apache.hadoop.fs.FileSystem
Get a FileSystem instance based on the uri, the passed in configuration and the user.
get(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the configured FileSystem implementation.
get(URI, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get a FileSystem for this URI's scheme and authority.
get(String) - Method in enum org.apache.hadoop.fs.GlobalStorageStatistics
Get the StorageStatistics object with the given name.
get(long, Writable) - Method in class org.apache.hadoop.io.ArrayFile.Reader
Return the nth value in the file.
get() - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
Get the original array.
get() - Method in class org.apache.hadoop.io.ArrayWritable
 
get(WritableComparable, Writable) - Method in class org.apache.hadoop.io.BloomMapFile.Reader
get() - Method in class org.apache.hadoop.io.BooleanWritable
Returns the value of the BooleanWritable
get() - Method in class org.apache.hadoop.io.BytesWritable
Deprecated.
get() - Method in class org.apache.hadoop.io.ByteWritable
Return the value of this ByteWritable.
get() - Method in class org.apache.hadoop.io.DoubleWritable
 
get() - Method in class org.apache.hadoop.io.EnumSetWritable
Return the value of this EnumSetWritable.
get(BytesWritable, BytesWritable) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key and value in one shot into BytesWritables.
get() - Method in class org.apache.hadoop.io.FloatWritable
Return the value of this FloatWritable.
get() - Method in class org.apache.hadoop.io.GenericWritable
Return the wrapped instance.
get() - Method in class org.apache.hadoop.io.IntWritable
Return the value of this IntWritable.
get() - Method in class org.apache.hadoop.io.LongWritable
Return the value of this LongWritable.
get(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Reader
Return the value for the named key, or null if none exists.
get(Object) - Method in class org.apache.hadoop.io.MapWritable
 
get() - Static method in class org.apache.hadoop.io.NullWritable
Returns the single instance of this class.
get() - Method in class org.apache.hadoop.io.ObjectWritable
Return the instance, or null if none.
get(Text) - Method in class org.apache.hadoop.io.SequenceFile.Metadata
 
get(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Reader
Read the matching key from a set into key.
get() - Method in class org.apache.hadoop.io.ShortWritable
Return the value of this ShortWritable.
get(Object) - Method in class org.apache.hadoop.io.SortedMapWritable
 
get() - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
get() - Method in class org.apache.hadoop.io.VIntWritable
Return the value of this VIntWritable.
get() - Method in class org.apache.hadoop.io.VLongWritable
Return the value of this LongWritable.
get(Class<? extends WritableComparable>) - Static method in class org.apache.hadoop.io.WritableComparator
For backwards compatibility.
get(Class<? extends WritableComparable>, Configuration) - Static method in class org.apache.hadoop.io.WritableComparator
Get a comparator for a WritableComparable implementation.
get() - Method in class org.apache.hadoop.ipc.ExternalCall
 
get() - Static method in class org.apache.hadoop.ipc.Server
Returns the server instance called under or null.
get(String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Get a metric by name
get(String, Collection<MetricsTag>) - Method in class org.apache.hadoop.metrics2.util.MetricsCache
Get the cached record
get(long, TimeUnit) - Method in interface org.apache.hadoop.util.concurrent.AsyncGet
Get the result.
get() - Method in class org.apache.hadoop.util.concurrent.AsyncGetFuture
 
get(long, TimeUnit) - Method in class org.apache.hadoop.util.concurrent.AsyncGetFuture
 
get() - Static method in class org.apache.hadoop.util.ShutdownHookManager
Return ShutdownHookManager singleton.
getAccessTime() - Method in class org.apache.hadoop.fs.FileStatus
Get the access time of the file.
getAccessTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 access_time = 8;
getAccessTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 access_time = 8;
getAccessTime() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 access_time = 8;
getAccumulatedGcCount() - Method in class org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the accumulated number of GC pauses since this JVM started.
getAccumulatedGcTime() - Method in class org.apache.hadoop.util.GcTimeMonitor.GcData
Returns accumulated GC time since this JVM started.
getAclBit() - Method in class org.apache.hadoop.fs.permission.FsPermission
Deprecated.
Get acl bit from the FileStatus object.
getAclStatus(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Gets the ACLs of files and directories.
getAclStatus(Path) - Method in class org.apache.hadoop.fs.FileContext
Gets the ACLs of files and directories.
getAclStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Gets the ACL of a file or directory.
getAclStatus(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getAclStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getAclStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getAclString() - Method in class org.apache.hadoop.security.authorize.AccessControlList
Returns the access control list as a String that can be used for building a new instance by sending it to the constructor of AccessControlList.
getAddress() - Method in class org.apache.hadoop.ha.HAServiceTarget
 
getAdjustedEnd() - Method in class org.apache.hadoop.io.compress.SplitCompressionInputStream
After calling createInputStream, the values of start or end might change.
getAdjustedStart() - Method in class org.apache.hadoop.io.compress.SplitCompressionInputStream
After calling createInputStream, the values of start or end might change.
getAlgorithm() - Method in class org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
 
getAlgorithm() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
Get the algorithm from the cipher.
getAlgorithmName() - Method in class org.apache.hadoop.fs.FileChecksum
The checksum algorithm name
getAlgorithmName() - Method in class org.apache.hadoop.fs.store.EtagChecksum
 
getAlias() - Method in class org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
 
getAlias() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
getAlias() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
required string alias = 1;
getAlias() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
required string alias = 1;
getAliasBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
getAliasBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
required string alias = 1;
getAliasBytes() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
required string alias = 1;
getAliases() - Method in class org.apache.hadoop.security.alias.CredentialProvider
Get the aliases for all credentials.
getAllKeys() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
getAllPropertiesByTag(String) - Method in class org.apache.hadoop.conf.Configuration
Get all properties belonging to tag.
getAllPropertiesByTags(List<String>) - Method in class org.apache.hadoop.conf.Configuration
Get all properties belonging to list of input tags.
getAllSecretKeys() - Method in class org.apache.hadoop.security.Credentials
Return all the secret key entries in the in-memory map.
getAllShells() - Static method in class org.apache.hadoop.util.Shell
Static method to return a Set of all Shell objects.
getAllStatistics() - Static method in class org.apache.hadoop.fs.AbstractFileSystem
 
getAllStatistics() - Static method in class org.apache.hadoop.fs.FileContext
 
getAllStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
getAllStoragePolicies() - Method in class org.apache.hadoop.fs.AbstractFileSystem
Retrieve all the storage policies supported by this file system.
getAllStoragePolicies() - Method in class org.apache.hadoop.fs.FileContext
Retrieve all the storage policies supported by this file system.
getAllStoragePolicies() - Method in class org.apache.hadoop.fs.FileSystem
Retrieve all the storage policies supported by this file system.
getAllStoragePolicies() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getAllStoragePolicies() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getAllTokens() - Method in class org.apache.hadoop.security.Credentials
Return all the tokens in the in-memory map.
getAndAdvanceCurrentIndex() - Method in interface org.apache.hadoop.ipc.RpcMultiplexer
Should get current index and optionally perform whatever is needed to prepare the next index.
getAndAdvanceCurrentIndex() - Method in class org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
Use the mux by getting and advancing index.
getApproxChkSumLength(long) - Static method in class org.apache.hadoop.fs.ChecksumFileSystem
 
getArgs(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgs(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgs(int) - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgsBytes(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgsBytes(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgsBytes(int) - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgsCount() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgsCount() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgsCount() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgsList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgsList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgsList() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgument(int) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Returns the argument at the given position (starting from 1).
getArguments() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Returns the arguments of this expression
getAsyncReturnMessage() - Static method in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
getAsyncRpcResponse() - Static method in class org.apache.hadoop.ipc.Client
 
getAttributes() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getAttributes() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
 
getAuthenticationMethod(Configuration) - Static method in class org.apache.hadoop.security.SecurityUtil
 
getAuthenticationMethod() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the authentication method from the subject
getAuthMethod() - Method in enum org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
 
getAuths(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuths(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuths(int) - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsList() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsList() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsList() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilder(int) - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilderList() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAvailablePhysicalMemorySize() - Method in class org.apache.hadoop.util.SysInfo
Obtain the total size of the available physical memory present in the system.
getAvailableVirtualMemorySize() - Method in class org.apache.hadoop.util.SysInfo
Obtain the total size of the available virtual memory present in the system.
getAverageResponseTime() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getAverageResponseTime() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getAverageResponseTime() - Method in interface org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getBaseName(String) - Static method in class org.apache.hadoop.crypto.key.KeyProvider
Split the versionName in to a base name.
getBestUGI(String, String) - Static method in class org.apache.hadoop.security.UserGroupInformation
Find the most appropriate UserGroupInformation to use
getBitLength() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getBitLength() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
 
getBlockers() - Method in class org.apache.hadoop.service.AbstractService
 
getBlockers() - Method in interface org.apache.hadoop.service.Service
Get the blockers on a service -remote dependencies that are stopping the service from being live.
getBlockLocations() - Method in class org.apache.hadoop.fs.LocatedFileStatus
Get the file's block locations In HDFS, the returned BlockLocation will have different formats for replicated and erasure coded file.
getBlockReplication() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 block_replication = 10;
getBlockReplication() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 block_replication = 10;
getBlockReplication() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 block_replication = 10;
getBlockSize() - Method in class org.apache.hadoop.fs.FileStatus
Get the block size of the file.
getBlockSize(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getBlockSize() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getBlockSize() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 block_size = 11;
getBlockSize() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 block_size = 11;
getBlockSize() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 block_size = 11;
getBlockSize() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getBlockSize(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 
getBlockSize() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Returns the blocksize parameter specified at construction time.
getBloomFilter() - Method in class org.apache.hadoop.io.BloomMapFile.Reader
Retrieve the Bloom filter used by this instance of the Reader.
getBoolean(String, boolean) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a boolean.
getBranch() - Static method in class org.apache.hadoop.util.VersionInfo
Get the branch on which this originated.
getBuffer(boolean, int) - Method in interface org.apache.hadoop.io.ByteBufferPool
Get a new direct ByteBuffer.
getBuffer(boolean, int) - Method in class org.apache.hadoop.io.ElasticByteBufferPool
 
getBufferSize() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getBuildVersion() - Static method in class org.apache.hadoop.util.VersionInfo
Returns the buildVersion which includes version, revision, user and date.
getByName(String) - Method in class org.apache.hadoop.security.SecurityUtil.QualifiedHostResolver
Create an InetAddress with a fully qualified hostname of the given hostname.
getByName(String) - Method in class org.apache.hadoop.util.MachineList.InetAddressFactory
 
getBytes() - Method in class org.apache.hadoop.fs.FileChecksum
The value of the checksum in bytes
getBytes() - Method in class org.apache.hadoop.fs.store.EtagChecksum
 
getBytes() - Method in class org.apache.hadoop.io.BinaryComparable
Return representative byte array for this instance.
getBytes() - Method in class org.apache.hadoop.io.BytesWritable
Get the data backing the BytesWritable.
getBytes() - Method in class org.apache.hadoop.io.Text
Returns the raw bytes; however, only data up to Text.getLength() is valid.
getBytes() - Method in class org.apache.hadoop.security.token.TokenIdentifier
Get the bytes for the token identifier
getBytesPerChecksum() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getBytesPerChecksum() - Method in class org.apache.hadoop.fs.Options.ChecksumOpt
 
getBytesPerSum() - Method in class org.apache.hadoop.fs.ChecksumFileSystem
Return the bytes Per Checksum
getBytesRead() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes read.
getBytesRead() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesRead() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Returns the total number of uncompressed bytes input so far.
getBytesRead() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Returns the total number of compressed bytes input so far.
getBytesRead() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
getBytesRead() - Method in interface org.apache.hadoop.io.compress.Compressor
Return number of uncompressed bytes input so far.
getBytesRead() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Return number of bytes given to this compressor since last reset.
getBytesRead() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Return number of bytes given to this compressor since last reset.
getBytesRead() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Returns the total number of compressed bytes input so far, including gzip header/trailer bytes.
getBytesRead() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
Returns the total number of uncompressed bytes input so far.
getBytesRead() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
Returns the total number of compressed bytes input so far.
getBytesRead() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
Returns the total number of uncompressed bytes input so far.
getBytesReadByDistance(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
In the common network topology setup, distance value should be an even number such as 0, 2, 4, 6.
getBytesReadDistanceOfFiveOrLarger() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadDistanceOfOneOrTwo() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadDistanceOfThreeOrFour() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadErasureCoded() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes read on erasure-coded files.
getBytesReadErasureCoded() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadLocalHost() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesWritten() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes written.
getBytesWritten() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesWritten() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Returns the total number of compressed bytes output so far.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Returns the total number of uncompressed bytes output so far.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
getBytesWritten() - Method in interface org.apache.hadoop.io.compress.Compressor
Return number of compressed bytes output so far.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Return number of bytes consumed by callers of compress since last reset.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Return number of bytes consumed by callers of compress since last reset.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
Returns the total number of compressed bytes output so far.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
Returns the total number of uncompressed bytes output so far.
getBytesWritten() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
Returns the total number of compressed bytes output so far.
getBzip2Compressor(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate implementation of the bzip2 compressor.
getBzip2CompressorType(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate type of the bzip2 compressor.
getBzip2Decompressor(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate implementation of the bzip2 decompressor.
getBzip2DecompressorType(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate type of the bzip2 decompressor.
getCachedHosts() - Method in class org.apache.hadoop.fs.BlockLocation
Get the list of hosts (hostname) hosting a cached replica of the block
getCacheManipulator() - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
getCachePoolDefault() - Static method in class org.apache.hadoop.fs.permission.FsPermission
Get the default permission for cache pools.
getCallCountSnapshot() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallerContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallerContextBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallerContextOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallerContextOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallerContextOrBuilder() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required sint32 callId = 3;
getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required sint32 callId = 3;
getCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required sint32 callId = 3;
getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required uint32 callId = 1;
getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required uint32 callId = 1;
getCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required uint32 callId = 1;
getCallId() - Static method in class org.apache.hadoop.ipc.Server
Returns the currently active RPC call's sequential ID number.
getCallQueueLen() - Method in class org.apache.hadoop.ipc.Server
The number of rpc calls in the queue.
getCallRetryCount() - Static method in class org.apache.hadoop.ipc.Server
 
getCallVolumeSummary() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getCallVolumeSummary() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getCallVolumeSummary() - Method in interface org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getCanonicalServiceName() - Method in class org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
 
getCanonicalServiceName() - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getCanonicalServiceName() - Method in class org.apache.hadoop.fs.AbstractFileSystem
Get a canonical name for this file system.
getCanonicalServiceName() - Method in class org.apache.hadoop.fs.FileSystem
Get a canonical service name for this FileSystem.
getCanonicalUri() - Method in class org.apache.hadoop.fs.FileSystem
Return a canonicalized form of this FileSystem's URI.
getCanonicalUri() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getCanonicalUri() - Method in class org.apache.hadoop.fs.HarFileSystem
Used for delegation token related functionality.
getCapacity() - Method in class org.apache.hadoop.fs.FsStatus
Return the capacity in bytes of the file system
getCapacity() - Method in class org.apache.hadoop.io.BytesWritable
Get the capacity, which is the maximum size that could handled without resizing the backing storage.
getCategory() - Method in exception org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
getChallenge() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional bytes challenge = 5;
getChallenge() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional bytes challenge = 5;
getChallenge() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional bytes challenge = 5;
getChangedProperties(Configuration, Configuration) - Method in class org.apache.hadoop.conf.ReconfigurableBase
 
getChangedProperties(Configuration, Configuration) - Static method in class org.apache.hadoop.conf.ReconfigurationUtil
 
getChannel() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
 
getChannel() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
 
getChannel() - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
getCheckProcessIsAliveCommand(String) - Static method in class org.apache.hadoop.util.Shell
Return a command for determining if process with specified pid is alive.
getChecksumFile(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
Return the name of the checksum file associated with a file.
getChecksumFileLength(Path, long) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
Return the length of the checksum file given the size of the actual file.
getChecksumLength(long, int) - Static method in class org.apache.hadoop.fs.ChecksumFileSystem
Calculated the length of the checksum file in bytes.
getChecksumOpt() - Method in class org.apache.hadoop.fs.FileChecksum
 
getChecksumOpt() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getChecksumType() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getChecksumType() - Method in class org.apache.hadoop.fs.Options.ChecksumOpt
 
getChildFileSystems() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getChildFileSystems() - Method in class org.apache.hadoop.fs.HarFileSystem
Used for delegation token related functionality.
getChildFileSystems() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getChildren() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Returns the children of this expression.
getChildren() - Method in class org.apache.hadoop.net.InnerNodeImpl
 
getCipher() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getCipher() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
 
getClass(String, Class<?>) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a Class.
getClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a Class implementing the interface specified by xface.
getClass(byte) - Method in class org.apache.hadoop.io.AbstractMapWritable
 
getClass(T) - Static method in class org.apache.hadoop.util.ReflectionUtils
Return the correctly-typed Class of the given object.
getClassByName(String) - Method in class org.apache.hadoop.conf.Configuration
Load a class by name.
getClassByNameOrNull(String) - Method in class org.apache.hadoop.conf.Configuration
Load a class by name, returning null rather than throwing an exception if it couldn't be loaded.
getClasses(String, Class<?>...) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as an array of Class.
getClassLoader() - Method in class org.apache.hadoop.conf.Configuration
Get the ClassLoader for this job.
getClassLoader() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Override point: get the classloader to use.
getClassName() - Method in exception org.apache.hadoop.ipc.RemoteException
 
getClassName() - Method in class org.apache.hadoop.tracing.SpanReceiverInfo
 
getClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
getClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
required string className = 1;
getClassName() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
required string className = 1;
getClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
getClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required string className = 2;
getClassName() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required string className = 2;
getClassNameBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
getClassNameBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
required string className = 1;
getClassNameBytes() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
required string className = 1;
getClassNameBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
getClassNameBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required string className = 2;
getClassNameBytes() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required string className = 2;
getClientExecutor() - Static method in class org.apache.hadoop.ipc.Client
 
getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required bytes clientId = 4;
getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required bytes clientId = 4;
getClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required bytes clientId = 4;
getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional bytes clientId = 7;
getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional bytes clientId = 7;
getClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional bytes clientId = 7;
getClientId() - Static method in class org.apache.hadoop.ipc.Server
Returns the clientId from the current RPC request
getClientProperties(InetAddress) - Method in class org.apache.hadoop.security.SaslPropertiesResolver
Identify the Sasl Properties to be used for a connection with a server.
getClientProperties(InetAddress, int) - Method in class org.apache.hadoop.security.SaslPropertiesResolver
Identify the Sasl Properties to be used for a connection with a server.
getClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required uint64 clientProtocolVersion = 3;
getClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required uint64 clientProtocolVersion = 3;
getClientProtocolVersion() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required uint64 clientProtocolVersion = 3;
getClientVersion() - Method in exception org.apache.hadoop.ipc.RPC.VersionMismatch
Get the client's preferred version
getClosest(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Reader
Finds the record that is the closest match to the specified key.
getClosest(WritableComparable, Writable, boolean) - Method in class org.apache.hadoop.io.MapFile.Reader
Finds the record that is the closest match to the specified key.
getCNs(X509Certificate) - Static method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates
 
getCodec(Path) - Method in class org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the given file based on its filename suffix.
getCodecByClassName(String) - Method in class org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the codec's canonical class name.
getCodecByName(String) - Method in class org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the codec's canonical class name or by codec alias.
getCodecClassByName(String) - Method in class org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the codec's canonical class name or by codec alias and returns its implemetation class.
getCodecClasses(Configuration) - Static method in class org.apache.hadoop.io.compress.CompressionCodecFactory
Get the list of codecs discovered via a Java ServiceLoader, or listed in the configuration.
getCodecName() - Method in class org.apache.hadoop.io.erasurecode.ECSchema
Get the codec name
getCollection() - Method in class org.apache.hadoop.util.MachineList
returns the contents of the MachineList as a Collection This can be used for testing
getCommandFactory() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Return the command factory.
getCommandUsage() - Method in class org.apache.hadoop.crypto.key.KeyShell
 
getCommandUsage() - Method in class org.apache.hadoop.security.alias.CredentialShell
 
getCommandUsage() - Method in class org.apache.hadoop.security.token.DtUtilShell
 
getCommandUsage() - Method in class org.apache.hadoop.tools.CommandShell
Return usage string for the command including any summary of subcommands.
getComparator() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get an instance of the RawComparator that is constructed based on the string comparator representation.
getComparatorName() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get the string representation of the comparator.
getComponentType() - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
 
getCompressedData() - Method in class org.apache.hadoop.io.compress.BlockDecompressorStream
 
getCompressedData() - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
getCompressionAlgorithmByName(String) - Static method in class org.apache.hadoop.io.file.tfile.Compression
 
getCompressionBufferSize(Configuration) - Static method in class org.apache.hadoop.io.compress.ZStandardCodec
 
getCompressionCodec() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the compression codec of data in this file.
getCompressionCodec() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the compression codec of data in this file.
getCompressionLevel(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
 
getCompressionLevel(Configuration) - Static method in class org.apache.hadoop.io.compress.ZStandardCodec
 
getCompressionStrategy(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
 
getCompressionType() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Get the compression type for this file.
getCompressor(CompressionCodec, Configuration) - Static method in class org.apache.hadoop.io.compress.CodecPool
Get a Compressor for the given CompressionCodec from the pool or a new one.
getCompressor(CompressionCodec) - Static method in class org.apache.hadoop.io.compress.CodecPool
 
getCompressor() - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
getCompressorType() - Method in class org.apache.hadoop.io.compress.BZip2Codec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
getCompressorType() - Method in class org.apache.hadoop.io.compress.GzipCodec
 
getCompressorType() - Method in class org.apache.hadoop.io.compress.Lz4Codec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Get the type of Compressor needed by this CompressionCodec.
getConf() - Method in interface org.apache.hadoop.conf.Configurable
Return the configuration used by this object.
getConf() - Method in class org.apache.hadoop.conf.Configured
 
getConf() - Method in class org.apache.hadoop.crypto.key.KeyProvider
Return the provider configuration.
getConf() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getConf() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getConf() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getConf() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
getConf() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
getConf() - Method in class org.apache.hadoop.io.AbstractMapWritable
 
getConf() - Method in class org.apache.hadoop.io.compress.BZip2Codec
Return the configuration used by this object.
getConf() - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
getConf() - Method in class org.apache.hadoop.io.compress.Lz4Codec
Return the configuration used by this object.
getConf() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Return the configuration used by this object.
getConf() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Return the configuration used by this object.
getConf() - Method in class org.apache.hadoop.io.EnumSetWritable
 
getConf() - Method in class org.apache.hadoop.io.GenericWritable
 
getConf() - Method in class org.apache.hadoop.io.ObjectWritable
 
getConf() - Method in class org.apache.hadoop.io.WritableComparator
 
getConf() - Method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
 
getConf() - Method in class org.apache.hadoop.net.ScriptBasedMapping
 
getConf() - Method in class org.apache.hadoop.net.SocksSocketFactory
 
getConf() - Method in class org.apache.hadoop.net.TableMapping
 
getConf() - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getConf() - Method in class org.apache.hadoop.security.SaslPropertiesResolver
 
getConfig() - Method in class org.apache.hadoop.service.AbstractService
 
getConfig() - Method in interface org.apache.hadoop.service.Service
Get the configuration of this service.
getConfig(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfig(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfig(int) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigBuilderList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigCount() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigCount() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigCount() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigList() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilder(int) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilderList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilderList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilderList() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfiguration() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Return the Configuration return configuration Configuration
getConfiguration() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Get the configuration constructed from the command line arguments.
getConfigurationsToCreate() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Override point: Get a list of configuration classes to create.
getConfigViewFsPrefix(String) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Get the config variable prefix for the specified mount table
getConfigViewFsPrefix() - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Get the config variable prefix for the default mount table
getConfResourceAsInputStream(String) - Method in class org.apache.hadoop.conf.Configuration
Get an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - Method in class org.apache.hadoop.conf.Configuration
Get a Reader attached to the configuration resource with the given name.
getConnectionId() - Method in interface org.apache.hadoop.ipc.RpcInvocationHandler
Returns the connection id associated with the InvocationHandler instance.
getContentSummary(Path) - Method in class org.apache.hadoop.fs.FileContext.Util
Return the ContentSummary of path f.
getContentSummary(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the ContentSummary of a given Path.
getContentSummary(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getContentType() - Method in class org.apache.hadoop.log.Log4Json
 
getContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
getContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
required string context = 1;
getContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
required string context = 1;
getContextBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
getContextBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
required string context = 1;
getContextBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
required string context = 1;
getCount() - Method in interface org.apache.hadoop.log.LogThrottlingHelper.LogAction
Return the number of records encapsulated in this action; that is, the number of times record was called to produce this action, including the current one.
getCount() - Method in interface org.apache.hadoop.metrics2.util.QuantileEstimator
 
getCpuFrequency() - Method in class org.apache.hadoop.util.SysInfo
Obtain the CPU frequency of on the system.
getCpuUsagePercentage() - Method in class org.apache.hadoop.util.SysInfo
Obtain the CPU usage % of the machine.
getCrcType() - Method in class org.apache.hadoop.fs.MD5MD5CRC32CastagnoliFileChecksum
 
getCrcType() - Method in class org.apache.hadoop.fs.MD5MD5CRC32GzipFileChecksum
 
getCreated() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getCreationFallbacks() - Method in interface org.apache.hadoop.fs.BlockStoragePolicySpi
Get the fallback storage types for creating new block replicas.
getCredential() - Method in class org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
 
getCredentialEntry(String) - Method in class org.apache.hadoop.security.alias.CredentialProvider
Get the credential entry for a specific alias.
getCredentials() - Method in class org.apache.hadoop.security.UserGroupInformation
Obtain the tokens in credentials form associated with this user.
getCumulativeCpuTime() - Method in class org.apache.hadoop.util.SysInfo
Obtain the cumulative CPU time since the system is on.
getCurCall() - Static method in class org.apache.hadoop.ipc.Server
Get the current call
getCurrentKey(String) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
 
getCurrentKey(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Get the current version of the key, which should be used for encrypting new data.
getCurrentKey(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getCurrentKey(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getCurrentKeyId() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getCurrentTrashDir(Path) - Method in class org.apache.hadoop.fs.Trash
 
getCurrentTrashDir() - Method in class org.apache.hadoop.fs.TrashPolicy
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.
getCurrentTrashDir(Path) - Method in class org.apache.hadoop.fs.TrashPolicy
Get the current trash directory for path specified based on the Trash Policy
getCurrentUser() - Static method in class org.apache.hadoop.security.UserGroupInformation
Return the current user, including any doAs in the current stack.
getCurrentValue(Writable) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Get the 'value' corresponding to the last read 'key'.
getCurrentValue(Object) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Get the 'value' corresponding to the last read 'key'.
getCustomMessage() - Method in class org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getData() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get all statistics data.
getData() - Method in class org.apache.hadoop.io.DataInputByteBuffer
 
getDate() - Static method in class org.apache.hadoop.util.VersionInfo
The date that Hadoop was compiled.
getDecayFactor() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getDecayPeriodMillis() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getDeclaredClass() - Method in class org.apache.hadoop.io.ObjectWritable
Return the class this is meant to be.
getDeclaredComponentType() - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
 
getDeclaredFieldsIncludingInherited(Class<?>) - Static method in class org.apache.hadoop.util.ReflectionUtils
Gets all the declared fields of a class including fields declared in superclasses.
getDeclaredMethodsIncludingInherited(Class<?>) - Static method in class org.apache.hadoop.util.ReflectionUtils
Gets all the declared methods of a class including methods declared in superclasses.
getDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2;
getDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string declaringClassProtocolName = 2;
getDeclaringClassProtocolName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string declaringClassProtocolName = 2;
getDeclaringClassProtocolNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2;
getDeclaringClassProtocolNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string declaringClassProtocolName = 2;
getDeclaringClassProtocolNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string declaringClassProtocolName = 2;
getDecompressionBufferSize(Configuration) - Static method in class org.apache.hadoop.io.compress.ZStandardCodec
 
getDecompressor(CompressionCodec) - Static method in class org.apache.hadoop.io.compress.CodecPool
Get a Decompressor for the given CompressionCodec from the pool or a new one.
getDecompressor() - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
getDecompressorType() - Method in class org.apache.hadoop.io.compress.BZip2Codec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
getDecompressorType() - Method in class org.apache.hadoop.io.compress.GzipCodec
 
getDecompressorType() - Method in class org.apache.hadoop.io.compress.Lz4Codec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Get the type of Decompressor needed by this CompressionCodec.
getDefault(double) - Method in enum org.apache.hadoop.conf.StorageUnit
 
getDefault() - Static method in class org.apache.hadoop.fs.permission.FsPermission
Get the default permission for directory and symlink.
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getDefaultBlockSize(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the number of bytes that large input files should be optimally be split into to minimize I/O time.
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getDefaultBlockSize(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getDefaultBlockSize(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
getDefaultBlockSize() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultBlockSize(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultCompressionType(Configuration) - Static method in class org.apache.hadoop.io.SequenceFile
Get the compression type for the reduce outputs
getDefaultDelegationTokenAuthenticator() - Static method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns the default DelegationTokenAuthenticator class to use when an DelegationTokenAuthenticatedURL instance is created without specifying one.
getDefaultExtension() - Method in class org.apache.hadoop.io.compress.BZip2Codec
.bz2 is recognized as the default extension for compressed BZip2 files
getDefaultExtension() - Method in interface org.apache.hadoop.io.compress.CompressionCodec
Get the default filename extension for this kind of compression.
getDefaultExtension() - Method in class org.apache.hadoop.io.compress.DefaultCodec
 
getDefaultExtension() - Method in class org.apache.hadoop.io.compress.GzipCodec
 
getDefaultExtension() - Method in class org.apache.hadoop.io.compress.Lz4Codec
Get the default filename extension for this kind of compression.
getDefaultExtension() - Method in class org.apache.hadoop.io.compress.SnappyCodec
Get the default filename extension for this kind of compression.
getDefaultExtension() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
Get the default filename extension for this kind of compression.
getDefaultInstance() - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getDefaultInstance() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getDefaultPort() - Method in class org.apache.hadoop.fs.FileSystem
Get the default port for this FileSystem.
getDefaultPort() - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
Get the default port for this FTPFileSystem.
getDefaultProperties() - Method in class org.apache.hadoop.security.SaslPropertiesResolver
The default Sasl Properties read from the configuration
getDefaultReplication() - Method in class org.apache.hadoop.fs.FileSystem
getDefaultReplication(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the default replication for a path.
getDefaultReplication() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getDefaultReplication(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getDefaultReplication() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getDefaultReplication(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
getDefaultReplication() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultReplication(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultRetryPolicy(Configuration, String, boolean, String, String, String) - Static method in class org.apache.hadoop.io.retry.RetryUtils
Return the default retry policy set in conf.
getDefaultStoragePolicyId() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getDefaultUri(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get the default FileSystem URI from a configuration.
getDelay(TimeUnit) - Method in class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
Get the delay until this event should happen.
getDelegationKey(int) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getDelegationToken(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
 
getDelegationToken(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Requests a delegation token using the configured Authenticator for authentication.
getDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Requests a delegation token using the configured Authenticator for authentication.
getDelegationToken() - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
 
getDelegationToken(URL, AuthenticatedURL.Token, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Requests a delegation token using the configured Authenticator for authentication.
getDelegationToken(URL, AuthenticatedURL.Token, String, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Requests a delegation token using the configured Authenticator for authentication.
getDelegationTokens(String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getDelegationTokenSeqNum() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getDescription() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getDescription() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
 
getDescriptions(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptions(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptions(int) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsBuilderList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsCount() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsCount() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsCount() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsList() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilder(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilder(int) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilderList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilderList() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilderList() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
getDescriptor() - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getDescriptor() - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos
 
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getDescriptor() - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getDescriptor() - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getDescriptor() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getDescriptor() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getDescriptor() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getDescriptor() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getDescriptor() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getDescriptor() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos
 
getDescriptor() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getDescriptor() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getDescriptorForType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getDescriptorForType() - Method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getDescriptorForType() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getDescriptorForType() - Method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getDescriptorForType() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getDigest() - Method in class org.apache.hadoop.io.MD5Hash
Returns the digest bytes.
getDigester() - Static method in class org.apache.hadoop.io.MD5Hash
Create a thread local MD5 digester
getDirDefault() - Static method in class org.apache.hadoop.fs.permission.FsPermission
Get the default permission for directory.
getDirectoryCount() - Method in class org.apache.hadoop.fs.ContentSummary
 
getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates
Extracts the array of SubjectAlt DNS names from an X509Certificate.
getDouble(String, double) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a double.
getDU(File) - Static method in class org.apache.hadoop.fs.FileUtil
Takes an input dir and returns the du on that local directory.
getEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes ec_data = 17;
getEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes ec_data = 17;
getEcData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes ec_data = 17;
getEffectivePermission(AclEntry) - Method in class org.apache.hadoop.fs.permission.AclStatus
Get the effective permission for the AclEntry
getEffectivePermission(AclEntry, FsPermission) - Method in class org.apache.hadoop.fs.permission.AclStatus
Get the effective permission for the AclEntry.
getEffectiveUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
getEffectiveUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string effectiveUser = 1;
getEffectiveUser() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string effectiveUser = 1;
getEffectiveUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
getEffectiveUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string effectiveUser = 1;
getEffectiveUserBytes() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string effectiveUser = 1;
getElementType() - Method in class org.apache.hadoop.io.EnumSetWritable
Returns the class of all the elements of the underlying EnumSetWriable.
getEmptier() - Method in class org.apache.hadoop.fs.Trash
Return a Runnable that periodically empties the trash of all users, intended to be run by the superuser.
getEmptier() - Method in class org.apache.hadoop.fs.TrashPolicy
Return a Runnable that periodically empties the trash of all users, intended to be run by the superuser.
getEmptierInterval() - Method in class org.apache.hadoop.fs.TrashPolicyDefault.Emptier
 
getEnabledConfigKey() - Method in class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
getEncoded() - Method in class org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
 
getEncryptDataTransfer() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getEncryptedBit() - Method in class org.apache.hadoop.fs.permission.FsPermission
Deprecated.
Get encryption bit from the FileStatus object.
getEncryptedKeyIv() - Method in class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEncryptedKeyVersion() - Method in class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes encryption_data = 15;
getEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes encryption_data = 15;
getEncryptionData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes encryption_data = 15;
getEncryptionKeyName() - Method in class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEncryptionKeyVersionName() - Method in class org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEntries() - Method in class org.apache.hadoop.fs.permission.AclStatus
Returns the list of all ACL entries, ordered by their natural ordering.
getEntryComparator() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get a Comparator object to compare Entries.
getEntryCount() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get the number of key-value pair entries in TFile.
getEnum(String, T) - Method in class org.apache.hadoop.conf.Configuration
Return value matching this enumerated type.
getEnvironment(String) - Method in class org.apache.hadoop.util.Shell
Get an environment variable.
getEnvironmentVariableRegex() - Static method in class org.apache.hadoop.util.Shell
Return a regular expression string that match environment variables.
getErasureCodedBit() - Method in class org.apache.hadoop.fs.permission.FsPermission
Deprecated.
Get ec bit from the FileStatus object.
getErasureCodingPolicy() - Method in class org.apache.hadoop.fs.ContentSummary
 
getErr() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Returns the error stream to be used.
getErr() - Method in class org.apache.hadoop.tools.CommandShell
 
getErrno() - Method in exception org.apache.hadoop.io.nativeio.NativeIOException
 
getErrorCode() - Method in exception org.apache.hadoop.io.nativeio.NativeIOException
 
getErrorCode() - Method in exception org.apache.hadoop.ipc.RemoteException
 
getErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
getErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
getErrorDetail() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
getErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5;
getErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string errorMsg = 5;
getErrorMsg() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string errorMsg = 5;
getErrorMsgBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5;
getErrorMsgBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string errorMsg = 5;
getErrorMsgBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string errorMsg = 5;
getEstimator() - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
Get the quantile estimator.
getExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4;
getExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string exceptionClassName = 4;
getExceptionClassName() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string exceptionClassName = 4;
getExceptionClassNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4;
getExceptionClassNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string exceptionClassName = 4;
getExceptionClassNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string exceptionClassName = 4;
getExceptions() - Method in exception org.apache.hadoop.io.MultipleIOException
 
getExceptions() - Method in exception org.apache.hadoop.io.retry.MultiException
 
getExcludedHosts() - Method in class org.apache.hadoop.util.HostsFileReader.HostDetails
 
getExcludedMap() - Method in class org.apache.hadoop.util.HostsFileReader.HostDetails
 
getExcludesFile() - Method in class org.apache.hadoop.util.HostsFileReader.HostDetails
 
getExecString() - Method in class org.apache.hadoop.util.Shell
return an array containing the command name and its parameters.
getExecString() - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
 
getExitCode() - Method in exception org.apache.hadoop.service.ServiceStateException
 
getExitCode() - Method in interface org.apache.hadoop.util.ExitCodeProvider
Method to get the exit code.
getExitCode() - Method in exception org.apache.hadoop.util.ExitUtil.ExitException
 
getExitCode() - Method in exception org.apache.hadoop.util.ExitUtil.HaltException
 
getExitCode() - Method in interface org.apache.hadoop.util.Shell.CommandExecutor
 
getExitCode() - Method in exception org.apache.hadoop.util.Shell.ExitCodeException
 
getExitCode() - Method in class org.apache.hadoop.util.Shell
get the exit code.
getExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional int32 exitStatus = 1;
getExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional int32 exitStatus = 1;
getExitStatus() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional int32 exitStatus = 1;
getExpirationTime() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
 
getExpirationTime() - Method in interface org.apache.hadoop.util.LightWeightCache.Entry
Get the expiration time.
getExtension() - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getExtraOptions() - Method in class org.apache.hadoop.io.erasurecode.ECSchema
Get extra options specific to a erasure code.
getFactor() - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Get the number of streams to merge at once.
getFactory(Class) - Static method in class org.apache.hadoop.io.WritableFactories
Define a factory for a class.
getFailureCause() - Method in class org.apache.hadoop.service.AbstractService
 
getFailureCause() - Method in interface org.apache.hadoop.service.Service
Get the first exception raised during the service failure.
getFailureState() - Method in class org.apache.hadoop.service.AbstractService
 
getFailureState() - Method in interface org.apache.hadoop.service.Service
Get the state in which the failure in Service.getFailureCause() occurred.
getFencer() - Method in class org.apache.hadoop.ha.HAServiceTarget
 
getFencingParameters() - Method in class org.apache.hadoop.ha.HAServiceTarget
 
getFile(String, String) - Method in class org.apache.hadoop.conf.Configuration
Get a local file name under a directory named in dirsProp with the given path.
getFileAndDirectoryCount() - Method in class org.apache.hadoop.fs.QuotaUsage
Return the directory count.
getFileBlockLocations(Path, long, long) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileBlockLocations(Path, long, long) except that Path f must be for this file system.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hadoop.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(Path, long, long) - Method in class org.apache.hadoop.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hadoop.fs.HarFileSystem
Get block locations from the underlying fs and fix their offsets and lengths.
getFileBlockLocations(FileStatus, long, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileBlockLocations(Path, long, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getFileBufferSize() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileChecksum(Path) except that Path f must be for this file system.
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.FileContext
Get the checksum of a file.
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the checksum of a file, if the FS supports checksums.
getFileChecksum(Path, long) - Method in class org.apache.hadoop.fs.FileSystem
Get the checksum of a file, from the beginning of the file till the specific length.
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getFileChecksum(Path, long) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getFileChecksum(Path, long) - Method in class org.apache.hadoop.fs.HarFileSystem
 
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileChecksum(Path, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileChecksum(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getFileContext(AbstractFileSystem, Configuration) - Static method in class org.apache.hadoop.fs.FileContext
Create a FileContext with specified FS as default using the specified config.
getFileContext(AbstractFileSystem) - Static method in class org.apache.hadoop.fs.FileContext
Create a FileContext for specified file system using the default config.
getFileContext() - Static method in class org.apache.hadoop.fs.FileContext
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.
getFileContext(URI) - Static method in class org.apache.hadoop.fs.FileContext
Create a FileContext for specified URI using the default config.
getFileContext(URI, Configuration) - Static method in class org.apache.hadoop.fs.FileContext
Create a FileContext for specified default URI using the specified config.
getFileContext(Configuration) - Static method in class org.apache.hadoop.fs.FileContext
Create a FileContext using the passed config.
getFileCount() - Method in class org.apache.hadoop.fs.ContentSummary
 
getFileCount() - Method in class org.apache.hadoop.fs.DUHelper
 
getFileDefault() - Static method in class org.apache.hadoop.fs.permission.FsPermission
Get the default permission for file.
getFileDescriptor() - Method in class org.apache.hadoop.fs.FSDataInputStream
 
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileLinkStatus(Path) except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path leading up to the final path component.
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.FileContext
Return a file status object that represents the path.
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
Return a FileStatus representing the given path.
getFileLinkStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getFilename() - Method in class org.apache.hadoop.http.HttpRequestLogAppender
 
getFileStatus(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileStatus(Path) except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.
getFileStatus(Path) - Method in class org.apache.hadoop.fs.FileContext
Return a file status object that represents the path.
getFileStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return a file status object that represents the path.
getFileStatus(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
Get file status.
getFileStatus(Path) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
getFileStatus(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
return the filestatus of files in har archive.
getFileStatus(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getFileStatus(Path) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getFileStatus(PathData, int) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Returns the FileStatus from the PathData item.
getFileStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getFileSystem(Configuration) - Method in class org.apache.hadoop.fs.Path
Return the FileSystem that owns this Path.
getFileSystem(PathData) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Returns the FileSystem associated with the PathData item.
getFileSystemClass(String, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get the FileSystem implementation class of a filesystem.
getFileType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
getFileType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
getFileType() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
getFilterConfigMap(Configuration, String) - Static method in class org.apache.hadoop.security.AuthenticationFilterInitializer
 
getFilterParameters(Configuration, String) - Static method in class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
getFilterParams(Configuration, String) - Static method in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
Constructs a mapping of configuration properties to be used for filter initialization.
getFilterParams(Configuration, String) - Static method in class org.apache.hadoop.security.http.XFrameOptionsFilter
Constructs a mapping of configuration properties to be used for filter initialization.
getFinalParameters() - Method in class org.apache.hadoop.conf.Configuration
Get the set of parameters marked final.
getFirstKey() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get the first key in the TFile.
getFlags() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getFlags() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 flags = 18 [default = 0];
getFlags() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 flags = 18 [default = 0];
getFlags() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 flags = 18 [default = 0];
getFloat(String, float) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a float.
getFolderUsage(String) - Static method in class org.apache.hadoop.fs.DUHelper
 
getFormat() - Method in class org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
 
getFS() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getFsAction(String) - Static method in enum org.apache.hadoop.fs.permission.FsAction
Get the FsAction enum for String representation of permissions
getFSofPath(Path) - Method in class org.apache.hadoop.fs.FileContext
Get the file system of supplied path.
getFSofPath(Path, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
 
getFsStatus(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFsStatus(Path) except that Path f must be for this file system.
getFsStatus() - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFsStatus(Path).
getFsStatus(Path) - Method in class org.apache.hadoop.fs.FileContext
Returns a status object describing the use and capacity of the file system denoted by the Parh argument p.
getFsStatus() - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getFstat(FileDescriptor) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
Returns the file stat for a file descriptor.
getGangliaConfForMetric(String) - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
Lookup GangliaConf from cache.
getGcMonitorRunTime() - Method in class org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the time since the start of the associated GcTimeMonitor.
getGcTimePercentage() - Method in class org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the percentage (0..100) of time that the JVM spent in GC pauses within the observation window of the associated GcTimeMonitor.
getGetPermissionCommand() - Static method in class org.apache.hadoop.util.Shell
Return a command to get permission information.
getGid(String) - Method in interface org.apache.hadoop.security.IdMappingServiceProvider
 
getGid(String) - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getGidAllowingUnknown(String) - Method in interface org.apache.hadoop.security.IdMappingServiceProvider
 
getGidAllowingUnknown(String) - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getGidNameMap() - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getGlobalStorageStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
Get the global storage statistics.
getGroup() - Method in class org.apache.hadoop.fs.FileStatus
Get the group associated with the file.
getGroup() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
getGroup() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string group = 6;
getGroup() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string group = 6;
getGroup() - Method in class org.apache.hadoop.fs.permission.AclStatus
Returns the file group.
getGroup() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
 
getGroupAction() - Method in class org.apache.hadoop.fs.permission.FsPermission
Return group FsAction.
getGroupBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
getGroupBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string group = 6;
getGroupBytes() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string group = 6;
getGroupName(int, String) - Method in interface org.apache.hadoop.security.IdMappingServiceProvider
 
getGroupName(int, String) - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getGroupNames() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the group names for this user.
getGroups() - Method in class org.apache.hadoop.security.authorize.AccessControlList
Get the names of user groups allowed for this service.
getGroups(String) - Method in interface org.apache.hadoop.security.GroupMappingServiceProvider
Get all various group memberships of a given user.
getGroups(String) - Method in class org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
getGroups(String) - Method in class org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
getGroups(String) - Method in class org.apache.hadoop.security.NullGroupsMapping
Returns an empty list.
getGroups() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the group names for this user.
getGroups(int) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroups(int) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroups(int) - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
GetGroupsBase - Class in org.apache.hadoop.tools
Base class for the HDFS and MR implementations of tools which fetch and display the groups that users belong to.
GetGroupsBase(Configuration) - Constructor for class org.apache.hadoop.tools.GetGroupsBase
Create an instance of this tool using the given configuration.
GetGroupsBase(Configuration, PrintStream) - Constructor for class org.apache.hadoop.tools.GetGroupsBase
Used exclusively for testing.
getGroupsBytes(int) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroupsBytes(int) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroupsBytes(int) - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
getGroupsCommand() - Static method in class org.apache.hadoop.util.Shell
a Unix command to get the current user's groups list.
getGroupsCount() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroupsCount() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroupsCount() - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface
 
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto);
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface
rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto);
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
 
getGroupsForUser(String) - Method in class org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - Method in class org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolServerSideTranslatorPB
 
getGroupsForUserCommand(String) - Static method in class org.apache.hadoop.util.Shell
A command to get a given user's groups list.
getGroupsIDForUserCommand(String) - Static method in class org.apache.hadoop.util.Shell
A command to get a given user's group id list.
getGroupsList() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroupsList() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroupsList() - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
getHadoopHome() - Static method in class org.apache.hadoop.util.Shell
Get the Hadoop home directory.
getHarHash(Path) - Static method in class org.apache.hadoop.fs.HarFileSystem
the hash of the path p inside the filesystem
getHarVersion() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getHeader(boolean) - Static method in class org.apache.hadoop.fs.ContentSummary
Return the header of the output.
getHeader() - Static method in class org.apache.hadoop.fs.QuotaUsage
Return the header of the output.
getHeader(String) - Method in interface org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
Returns the value of a header.
getHeaderFields() - Static method in class org.apache.hadoop.fs.ContentSummary
Returns the names of the fields from the summary header.
getHealthMonitorAddress() - Method in class org.apache.hadoop.ha.HAServiceTarget
Returns an optional separate RPC server address for health checks at the target node.
getHealthMonitorProxy(Configuration, int) - Method in class org.apache.hadoop.ha.HAServiceTarget
Returns a proxy to connect to the target HA service for health monitoring.
getHealthReport() - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
Returns output from health script.
getHelp() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
getHelp() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Returns a description of the expression for use in help.
getHelp() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
getHomeDirectory() - Method in class org.apache.hadoop.fs.AbstractFileSystem
Return the current user's home directory in this file system.
getHomeDirectory() - Method in class org.apache.hadoop.fs.FileContext
Return the current user's home directory in this file system.
getHomeDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Return the current user's home directory in this FileSystem.
getHomeDirectory() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getHomeDirectory() - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
getHomeDirectory() - Method in class org.apache.hadoop.fs.HarFileSystem
return the top level archive path.
getHomeDirectory() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getHomeDirectory() - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getHomeDirectory() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getHomeDirectory() - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getHomeDirValue(Configuration) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Get the value of the home dir conf value for default mount table
getHomeDirValue(Configuration, String) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
Get the value of the home dir conf value for specified mount table
getHostAddress() - Method in class org.apache.hadoop.ipc.Server.Call
 
getHostAddress() - Method in class org.apache.hadoop.ipc.Server.Connection
 
getHostFromPrincipal(String) - Static method in class org.apache.hadoop.security.SecurityUtil
Get the host name from the principal name of format /host@realm.
getHostInetAddress() - Method in class org.apache.hadoop.ipc.Server.Call
 
getHostInetAddress() - Method in class org.apache.hadoop.ipc.Server.Connection
 
getHostName() - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
getHosts() - Method in class org.apache.hadoop.fs.BlockLocation
Get the list of hosts (hostname) hosting this block
getId(Class<?>) - Method in class org.apache.hadoop.io.AbstractMapWritable
 
getId() - Method in class org.apache.hadoop.tracing.SpanReceiverInfo
 
getId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
required int64 id = 1;
getId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
required int64 id = 1;
getId() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder
required int64 id = 1;
getId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
required int64 id = 1;
getId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
required int64 id = 1;
getId() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder
required int64 id = 1;
getId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required int64 id = 1;
getId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required int64 id = 1;
getId() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required int64 id = 1;
getIdentifier() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
getIdentifier() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
optional string identifier = 1;
getIdentifier() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
optional string identifier = 1;
getIdentifier() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes identifier = 1;
getIdentifier() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes identifier = 1;
getIdentifier() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes identifier = 1;
getIdentifier() - Method in class org.apache.hadoop.security.token.Token
Get the token identifier's byte representation.
getIdentifierBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
getIdentifierBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
optional string identifier = 1;
getIdentifierBytes() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
optional string identifier = 1;
getIn() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Returns the input stream to be used.
getIncludedHosts() - Method in class org.apache.hadoop.util.HostsFileReader.HostDetails
 
getIncludesFile() - Method in class org.apache.hadoop.util.HostsFileReader.HostDetails
 
getIndexInterval() - Method in class org.apache.hadoop.io.MapFile.Writer
The number of entries that are added before an index entry is added.
getInitialMessage() - Method in exception org.apache.hadoop.security.KerberosAuthException
 
getInitialUsed() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getInitialWorkingDirectory() - Method in class org.apache.hadoop.fs.AbstractFileSystem
Some file systems like LocalFileSystem have an initial workingDir that is used as the starting workingDir.
getInitialWorkingDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Note: with the new FileContext class, getWorkingDirectory() will be removed.
getInitialWorkingDirectory() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getInitialWorkingDirectory() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getInitialWorkingDirectory() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getInstance(Configuration, FileSystem, Path) - Static method in class org.apache.hadoop.fs.TrashPolicy
getInstance(Configuration, FileSystem) - Static method in class org.apache.hadoop.fs.TrashPolicy
Get an instance of the configured TrashPolicy based on the value of the configuration parameter fs.trash.classname.
getInstance(String, int, DecayRpcScheduler) - Static method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getInstance(Configuration) - Static method in class org.apache.hadoop.security.SaslPropertiesResolver
Returns an instance of SaslPropertiesResolver.
getInstances(String, Class<U>) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a List of objects implementing the interface specified by xface.
getInt(String, int) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as an int.
getInterface() - Method in class org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
getInterface() - Method in interface org.apache.hadoop.io.retry.FailoverProxyProvider
Return a reference to the interface this provider's proxy objects actually implement.
getInterfaceName() - Method in exception org.apache.hadoop.ipc.RPC.VersionMismatch
Get the interface name
getInterval() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getInterval() - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
 
getInts(String) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a set of comma-delimited int values.
getIssueDate() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getJarsInDirectory(String) - Static method in class org.apache.hadoop.fs.FileUtil
Returns all jars that are in the directory.
getJarsInDirectory(String, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
Returns all jars that are in the directory.
getJitter() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getKerberosInfo(Class<?>, Configuration) - Method in class org.apache.hadoop.security.AnnotatedSecurityInfo
 
getKerberosInfo(Class<?>, Configuration) - Static method in class org.apache.hadoop.security.SecurityUtil
Look up the KerberosInfo for a given protocol.
getKey() - Method in class org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getKey(BytesWritable) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key into BytesWritable.
getKey(byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key into user supplied buffer.
getKey(byte[], int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key into user supplied buffer.
getKey() - Method in interface org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Gets the current raw key
getKey() - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Returns the stored rawKey
getKey() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
getKey() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string key = 1;
getKey() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string key = 1;
getKeyBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
getKeyBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string key = 1;
getKeyBytes() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string key = 1;
getKeyClass() - Method in class org.apache.hadoop.io.MapFile.Reader
Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the class of keys in this file.
getKeyClass() - Method in class org.apache.hadoop.io.WritableComparator
Returns the WritableComparable implementation class.
getKeyClassName() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the name of the key class.
getKeyLength() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Get the length of the key.
getKeyNear(long) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get a sample key that is within a block whose starting offset is greater than or equal to the specified offset.
getKeyProvider() - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeyProviderUri() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getKeys() - Method in class org.apache.hadoop.crypto.key.KeyProvider
Get the key names for all keys.
getKeys() - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeys() - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKeysMetadata(String...) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Get key metadata in bulk.
getKeysMetadata(String...) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeysMetadata(String...) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKeyStream() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Streaming access to the key.
getKeytabFile() - Method in exception org.apache.hadoop.security.KerberosAuthException
 
getKeyVersion(String) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
 
getKeyVersion(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Get the key material for a specific version of the key.
getKeyVersion(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeyVersion(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKeyVersions(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Get the key material for all versions of a specific key name.
getKeyVersions(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeyVersions(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKind() - Method in class org.apache.hadoop.crypto.key.kms.KMSDelegationToken.KMSDelegationTokenIdentifier
 
getKind() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
getKind() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string kind = 3;
getKind() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string kind = 3;
getKind() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getKind() - Method in class org.apache.hadoop.security.token.Token
Get the token kind.
getKind() - Method in class org.apache.hadoop.security.token.Token.TrivialRenewer
 
getKind() - Method in class org.apache.hadoop.security.token.TokenIdentifier
Get the token kind
getKindBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
getKindBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string kind = 3;
getKindBytes() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string kind = 3;
getKlass() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getLargeReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the number of large file system read operations such as list files under a large directory.
getLargeReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getLastContact() - Method in class org.apache.hadoop.ipc.Server.Connection
 
getLastKey() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Get the last key in the TFile.
getLastReportedTime() - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
Returns time stamp when node health script was last run.
getLatestGcData() - Method in class org.apache.hadoop.util.GcTimeMonitor
Returns a copy of the most recent data measured by this monitor.
getLeaf(int, Node) - Method in class org.apache.hadoop.net.InnerNodeImpl
 
getLeasedCompressorsCount(CompressionCodec) - Static method in class org.apache.hadoop.io.compress.CodecPool
Return the number of leased Compressors for this CompressionCodec
getLeasedDecompressorsCount(CompressionCodec) - Static method in class org.apache.hadoop.io.compress.CodecPool
Return the number of leased Decompressors for this CompressionCodec
getLen() - Method in class org.apache.hadoop.fs.FileStatus
Get the length of this file, in bytes.
getLength() - Method in class org.apache.hadoop.fs.BlockLocation
Get the length of the block
getLength() - Method in class org.apache.hadoop.fs.ContentSummary
 
getLength() - Method in class org.apache.hadoop.fs.FileChecksum
The length of the checksum in bytes
getLength(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getLength() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 length = 3;
getLength() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 length = 3;
getLength() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 length = 3;
getLength() - Method in class org.apache.hadoop.fs.store.EtagChecksum
 
getLength() - Method in class org.apache.hadoop.io.BinaryComparable
Return n st bytes 0..n-1 from {#getBytes()} are valid.
getLength() - Method in class org.apache.hadoop.io.BytesWritable
Get the current size of the buffer.
getLength() - Method in class org.apache.hadoop.io.DataInputByteBuffer
 
getLength() - Method in interface org.apache.hadoop.io.ReadaheadPool.ReadaheadRequest
 
getLength() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the current length of the output file.
getLength() - Method in class org.apache.hadoop.io.Text
Returns the number of bytes in the byte array
getLibraryName() - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
getLibraryName(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.Lz4Codec
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.SnappyCodec
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.ZStandardCodec
 
getLibraryName() - Static method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
getLibraryName() - Static method in class org.apache.hadoop.io.erasurecode.ErasureCodeNative
Get the native library name that's available or supported.
getLifecycleHistory() - Method in class org.apache.hadoop.service.AbstractService
 
getLifecycleHistory() - Method in interface org.apache.hadoop.service.Service
Get a snapshot of the lifecycle history; it is a static list
getLinkCount(File) - Static method in class org.apache.hadoop.fs.HardLink
Retrieves the number of links to the specified file.
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Partially resolves the path.
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.FileContext
Returns the target of the given symbolic link as it was specified when the link was created.
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.FileSystem
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getLinkTarget(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getListenerAddress() - Method in class org.apache.hadoop.ipc.Server
Return the socket (ip+port) on which the RPC server is listening to.
getLoadingFailureReason() - Static method in class org.apache.hadoop.io.erasurecode.ErasureCodeNative
 
getLoc(String) - Method in class org.apache.hadoop.net.InnerNodeImpl
 
getLocal(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get the local FileSystem.
getLocalFSFileContext() - Static method in class org.apache.hadoop.fs.FileContext
 
getLocalFSFileContext(Configuration) - Static method in class org.apache.hadoop.fs.FileContext
 
getLocalPath(String, String) - Method in class org.apache.hadoop.conf.Configuration
Get a local file under a directory named by dirsProp with the given path.
getLoginUser() - Static method in class org.apache.hadoop.security.UserGroupInformation
Get the currently logged in user.
getLong(String, long) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a long.
getLong(String) - Method in class org.apache.hadoop.fs.StorageStatistics
Get the value of a statistic.
getLongBytes(String, long) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a long or human readable format.
getLongName() - Method in enum org.apache.hadoop.conf.StorageUnit
 
getLongStatistics() - Method in class org.apache.hadoop.fs.StorageStatistics
Get an iterator over all the currently tracked long statistics.
getMajor() - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
Get the major version.
getMandatoryKeys() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Get all the keys that are set as mandatory keys.
getMasked() - Method in class org.apache.hadoop.fs.permission.FsCreateModes
 
getMasked() - Method in class org.apache.hadoop.fs.permission.FsPermission
Get masked permission if exists.
getMasterKeyId() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getMaterial() - Method in class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
getMaxDate() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getMaxDepth() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Returns the maximum depth for applying expressions.
getMaxQueueSize() - Method in class org.apache.hadoop.ipc.Server
The maximum size of the rpc call queue of this server.
getMbeanNameName(ObjectName) - Static method in class org.apache.hadoop.metrics2.util.MBeans
 
getMbeanNameService(ObjectName) - Static method in class org.apache.hadoop.metrics2.util.MBeans
 
getMechanism() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
getMechanism() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string mechanism = 2;
getMechanism() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string mechanism = 2;
getMechanismBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
getMechanismBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string mechanism = 2;
getMechanismBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string mechanism = 2;
getMechanismName() - Method in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
Return the SASL mechanism name
getMechanismNames(Map<String, ?>) - Method in class org.apache.hadoop.security.SaslPlainServer.SaslPlainServerFactory
 
getMemlockLimit() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
getMemlockLimit() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
getMemlockLimit(Long) - Static method in class org.apache.hadoop.util.Shell
Static method to return the memory lock limit for datanode.
getMemory() - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Get the total amount of buffer memory, in bytes.
getMessage() - Method in exception org.apache.hadoop.fs.PathIOException
Format: cmd: {operation} `path' {to `target'}: error string
getMessage() - Method in exception org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
getMessage() - Method in exception org.apache.hadoop.fs.shell.CommandFormat.NotEnoughArgumentsException
 
getMessage() - Method in exception org.apache.hadoop.fs.shell.CommandFormat.TooManyArgumentsException
 
getMessage() - Method in exception org.apache.hadoop.fs.viewfs.NotInMountpointException
 
getMessage() - Method in class org.apache.hadoop.ipc.RefreshResponse
 
getMessage() - Method in exception org.apache.hadoop.security.KerberosAuthException
 
getMetaBlock(String) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Stream access to a meta block.``
getMetadata(String) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
 
getMetadata(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Get metadata about the key.
getMetadata(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
getMetadata(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getMetadata() - Method in class org.apache.hadoop.io.SequenceFile.Metadata
 
getMetadata() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the metadata object of the file
getMethod() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
getMethod() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string method = 1;
getMethod() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string method = 1;
getMethod() - Method in interface org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
Returns the method.
getMethodBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
getMethodBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string method = 1;
getMethodBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string method = 1;
getMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1;
getMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string methodName = 1;
getMethodName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string methodName = 1;
getMethodNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1;
getMethodNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string methodName = 1;
getMethodNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string methodName = 1;
getMethods(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
getMethods(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
repeated uint32 methods = 2;
getMethods(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
repeated uint32 methods = 2;
getMethods() - Method in class org.apache.hadoop.ipc.ProtocolSignature
 
getMethodsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
getMethodsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
repeated uint32 methods = 2;
getMethodsCount() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
repeated uint32 methods = 2;
getMethodsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
getMethodsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
repeated uint32 methods = 2;
getMethodsList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
repeated uint32 methods = 2;
getMetric(String) - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
Lookup a metric value
getMetricInstance(String) - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
Lookup a metric instance
getMetrics(MetricsCollector, boolean) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getMetrics(MetricsCollector, boolean) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getMetrics(MetricsCollector, boolean) - Method in interface org.apache.hadoop.metrics2.MetricsSource
Get metrics from the metrics source
getMillisToCede() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
required uint32 millisToCede = 1;
getMillisToCede() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
required uint32 millisToCede = 1;
getMillisToCede() - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder
required uint32 millisToCede = 1;
getMinDepth() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Returns the minimum depth for applying expressions.
getMinor() - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
Get the minor version.
getMode() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
 
getModificationTime() - Method in class org.apache.hadoop.fs.FileStatus
Get the modification time of the file.
getModificationTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 modification_time = 7;
getModificationTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 modification_time = 7;
getModificationTime() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 modification_time = 7;
getMountedOnPath() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint
 
getMountPoints() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getMountPoints() - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getMovableTypes() - Static method in enum org.apache.hadoop.fs.StorageType
 
getMtime() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional uint64 mtime = 1;
getMtime() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
optional uint64 mtime = 1;
getMtime() - Method in interface org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProtoOrBuilder
optional uint64 mtime = 1;
getMultipleLinearRandomRetry(Configuration, String, boolean, String, String) - Static method in class org.apache.hadoop.io.retry.RetryUtils
Return the MultipleLinearRandomRetry policy specified in the conf, or null if the feature is disabled.
getName() - Method in class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
getName() - Method in interface org.apache.hadoop.fs.BlockStoragePolicySpi
Return the name of the storage policy.
getName() - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
call FileSystem.getUri() instead.
getName() - Method in class org.apache.hadoop.fs.Path
Returns the final component of this path.
getName() - Method in class org.apache.hadoop.fs.permission.AclEntry
Returns the optional ACL entry name.
getName() - Method in class org.apache.hadoop.fs.StorageStatistics
Get the name of this StorageStatistics object.
getName() - Method in class org.apache.hadoop.fs.StorageStatistics.LongStatistic
 
getName() - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
getName() - Method in class org.apache.hadoop.service.AbstractService
 
getName() - Method in class org.apache.hadoop.service.launcher.IrqHandler.InterruptData
 
getName() - Method in interface org.apache.hadoop.service.Service
Get the name of this service.
getNamed(String, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getNames() - Method in class org.apache.hadoop.fs.BlockLocation
Get the list of names (IP:xferPort) hosting this block
getNetworkBytesRead() - Method in class org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes read over the network.
getNetworkBytesWritten() - Method in class org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes written to the network.
getNewConf() - Method in class org.apache.hadoop.conf.ReconfigurableBase
Create a new configuration.
getNewExpiryTime() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
required uint64 newExpiryTime = 1;
getNewExpiryTime() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
required uint64 newExpiryTime = 1;
getNewExpiryTime() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder
required uint64 newExpiryTime = 1;
getNewKeys() - Method in class org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getNewValue() - Method in exception org.apache.hadoop.conf.ReconfigurationException
Get value to which property was supposed to be changed.
getNext() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
 
getNext() - Method in interface org.apache.hadoop.util.LightWeightGSet.LinkedElement
Get the next element.
getNextAncestorName(Node) - Method in class org.apache.hadoop.net.InnerNodeImpl
 
getNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3;
getNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional string notReadyReason = 3;
getNotReadyReason() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional string notReadyReason = 3;
getNotReadyReasonBytes() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3;
getNotReadyReasonBytes() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional string notReadyReason = 3;
getNotReadyReasonBytes() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional string notReadyReason = 3;
getNumber() - Method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getNumber() - Method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getNumber() - Method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getNumber() - Method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getNumber() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getNumber() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getNumber() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getNumber() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getNumber() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getNumber() - Method in class org.apache.hadoop.service.launcher.IrqHandler.InterruptData
 
getNumCores() - Method in class org.apache.hadoop.util.SysInfo
Obtain total number of physical cores present on the system.
getNumDataUnits() - Method in class org.apache.hadoop.io.erasurecode.ECSchema
Get required data units count in a coding group
getNumDroppedConnections() - Method in class org.apache.hadoop.ipc.Server
The number of RPC connections dropped due to too many connections.
getNumOfLeaves() - Method in class org.apache.hadoop.net.InnerNodeImpl
 
getNumOpenConnections() - Method in class org.apache.hadoop.ipc.Server
The number of open RPC conections
getNumOpenConnectionsPerUser() - Method in class org.apache.hadoop.ipc.Server
Get the NumOpenConnections/User.
getNumParityUnits() - Method in class org.apache.hadoop.io.erasurecode.ECSchema
Get required parity units count in a coding group
getNumProcessors() - Method in class org.apache.hadoop.util.SysInfo
Obtain the total number of logical processors present on the system.
getNumReaders() - Method in class org.apache.hadoop.ipc.Server
The number of reader threads for this server.
getNumVCoresUsed() - Method in class org.apache.hadoop.util.SysInfo
Obtain the number of VCores used.
getOffset() - Method in class org.apache.hadoop.fs.BlockLocation
Get the start offset of file associated with this block
getOffset() - Method in interface org.apache.hadoop.io.ReadaheadPool.ReadaheadRequest
 
getOldValue() - Method in exception org.apache.hadoop.conf.ReconfigurationException
Get old value of property that cannot be changed.
getOperatingSystemPageSize() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
getOperatingSystemPageSize() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
getOpt(Class<T>, Options.HandleOpt...) - Static method in class org.apache.hadoop.fs.Options.HandleOpt
Utility method to extract a HandleOpt from the set provided.
getOpt(String) - Method in class org.apache.hadoop.fs.shell.CommandFormat
Return if the option is set or not
getOption() - Method in exception org.apache.hadoop.fs.shell.CommandFormat.UnknownOptionException
 
getOption(Class<T>, base[]) - Static method in class org.apache.hadoop.util.Options
Find the first option of the required class.
getOptions() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getOptions() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Return the options to be used by this expression.
getOpts() - Method in class org.apache.hadoop.fs.shell.CommandFormat
Returns all the options that are set
getOptValue(String) - Method in class org.apache.hadoop.fs.shell.CommandFormat
get the option's value
getOtherAction() - Method in class org.apache.hadoop.fs.permission.FsPermission
Return other FsAction.
getOut() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Returns the output stream to be used.
getOut() - Method in class org.apache.hadoop.tools.CommandShell
 
getOutput() - Method in interface org.apache.hadoop.util.Shell.CommandExecutor
 
getOutput() - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
Get the output of the shell command.
getOverflowedCalls() - Method in class org.apache.hadoop.ipc.FairCallQueue
 
getOverflowedCalls() - Method in interface org.apache.hadoop.ipc.FairCallQueueMXBean
 
getOwner() - Method in class org.apache.hadoop.fs.FileStatus
Get the owner of the file.
getOwner() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
getOwner() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string owner = 5;
getOwner() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string owner = 5;
getOwner() - Method in class org.apache.hadoop.fs.permission.AclStatus
Returns the file owner.
getOwner() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
 
getOwner() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getOwnerBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
getOwnerBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string owner = 5;
getOwnerBytes() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string owner = 5;
getParameter(String) - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Unquote the name and quote the value.
getParameterMap() - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
 
getParameterNames() - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Return the set of parameter names, quoting each name.
getParameterValues(String) - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
 
getParent() - Method in class org.apache.hadoop.fs.Path
Returns the parent of a path or null if at root.
getParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 parentId = 2;
getParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 parentId = 2;
getParentId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 parentId = 2;
getParserForType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getParserForType() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getParserForType() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getParserForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getParserForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getParserForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getParserForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getPassword(String) - Method in class org.apache.hadoop.conf.Configuration
Get the value for a known password configuration element.
getPassword() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes password = 2;
getPassword() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes password = 2;
getPassword() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes password = 2;
getPassword() - Method in class org.apache.hadoop.security.token.Token
Get the token password/secret.
getPasswordFromConfig(String) - Method in class org.apache.hadoop.conf.Configuration
Fallback to clear text passwords in configuration.
getPasswordFromCredentialProviders(String) - Method in class org.apache.hadoop.conf.Configuration
Try and resolve the provided element name as a credential provider alias.
getPasswordReader() - Method in class org.apache.hadoop.security.alias.CredentialShell
 
getPath() - Method in class org.apache.hadoop.fs.FileStatus
 
getPath() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getPath() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
getPath() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
required string path = 2;
getPath() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required string path = 2;
getPath() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional string path = 2;
getPath() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
optional string path = 2;
getPath() - Method in interface org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProtoOrBuilder
optional string path = 2;
getPath() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getPath() - Method in class org.apache.hadoop.fs.LocalFileSystemPathHandle
 
getPath() - Method in exception org.apache.hadoop.fs.PathIOException
 
getPath(PathData) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
Returns the Path from the PathData item.
getPathBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
getPathBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
required string path = 2;
getPathBytes() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required string path = 2;
getPathBytes() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional string path = 2;
getPathBytes() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
optional string path = 2;
getPathBytes() - Method in interface org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProtoOrBuilder
optional string path = 2;
getPathHandle(FileStatus, Options.HandleOpt...) - Method in class org.apache.hadoop.fs.FileSystem
Create a durable, serializable handle to the referent of the given entity.
getPathWithoutSchemeAndAuthority(Path) - Static method in class org.apache.hadoop.fs.Path
Return a version of the given Path without the scheme information.
getPattern(String, Pattern) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a Pattern.
getPayload() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
 
getPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
required uint32 perm = 1;
getPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
required uint32 perm = 1;
getPerm() - Method in interface org.apache.hadoop.fs.FSProtos.FsPermissionProtoOrBuilder
required uint32 perm = 1;
getPermission() - Method in class org.apache.hadoop.fs.FileStatus
Get FsPermission associated with the file.
getPermission() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getPermission() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermission() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermission() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermission() - Method in class org.apache.hadoop.fs.permission.AclEntry
Returns the set of permissions in the ACL entry.
getPermission() - Method in class org.apache.hadoop.fs.permission.AclStatus
Returns the permission set for the path
getPermissionBuilder() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermissionOrBuilder() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermissionOrBuilder() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermissionOrBuilder() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPhysicalMemorySize() - Method in class org.apache.hadoop.util.SysInfo
Obtain the total size of the physical memory present in the system.
getPingInterval(Configuration) - Static method in class org.apache.hadoop.ipc.Client
Get the ping interval from configuration; If not set in the configuration, return the default value.
getPort() - Method in class org.apache.hadoop.ipc.Server
Get the port on which the IPC Server is listening for incoming connections.
getPos() - Method in exception org.apache.hadoop.fs.ChecksumException
 
getPos() - Method in class org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
getPos() - Method in class org.apache.hadoop.fs.FSDataInputStream
Get the current position in the input stream.
getPos() - Method in class org.apache.hadoop.fs.FSDataOutputStream
Get the current position in the output stream.
getPos() - Method in class org.apache.hadoop.fs.FSInputStream
Return the current offset from the start of the file
getPos() - Method in interface org.apache.hadoop.fs.Seekable
Return the current offset from the start of the file
getPos() - Method in class org.apache.hadoop.io.compress.CompressionInputStream
This method returns the current position in the stream.
getPosition() - Method in class org.apache.hadoop.io.DataInputByteBuffer
 
getPosition() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Return the current byte position in the input file.
getPrecedence() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
getPrecedence() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Returns the precedence of this expression (only applicable to operators).
getPrecedence() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
getPrefix() - Method in class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
getPrimaryGroupName() - Method in class org.apache.hadoop.security.UserGroupInformation
 
getPrincipal() - Method in exception org.apache.hadoop.security.KerberosAuthException
 
getPriorityLevel(Schedulable) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
Compute the appropriate priority for a schedulable based on past requests.
getPriorityLevel(Schedulable) - Method in class org.apache.hadoop.ipc.DefaultRpcScheduler
 
getPriorityLevel(Schedulable) - Method in interface org.apache.hadoop.ipc.RpcScheduler
Returns priority level greater than zero as a hint for scheduling.
getPriorityLevel() - Method in class org.apache.hadoop.ipc.Server.Call
 
getPriorityLevel() - Static method in class org.apache.hadoop.ipc.Server
Return the priority level assigned by call queue to an RPC Returns 0 in case no priority is assigned.
getProcess() - Method in class org.apache.hadoop.util.Shell
get the current sub-process executing the given command.
getProcessedByteCount() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
This method reports the processed bytes so far.
getProgress() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getProgress() - Method in interface org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Gets the Progress object; this has a float (0.0 - 1.0) indicating the bytes processed by the iterator so far
getProperty() - Method in exception org.apache.hadoop.conf.ReconfigurationException
Get property that cannot be changed.
getPropertySources(String) - Method in class org.apache.hadoop.conf.Configuration
Gets information about why a property was set.
getProps() - Method in class org.apache.hadoop.conf.Configuration
 
getPropsWithPrefix(String) - Method in class org.apache.hadoop.conf.Configuration
Constructs a mapping of configuration and includes all properties that start with the specified configuration prefix.
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional string protocol = 3;
getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional string protocol = 3;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string protocol = 1;
getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string protocol = 1;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
required string protocol = 1;
getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
required string protocol = 1;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string protocol = 3;
getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string protocol = 3;
getProtocol() - Method in class org.apache.hadoop.ipc.Server.Call
 
getProtocol() - Static method in class org.apache.hadoop.ipc.Server
 
getProtocolAddress(Configuration) - Method in class org.apache.hadoop.tools.GetGroupsBase
Must be overridden by subclasses to get the address where the GetUserMappingsProtocol implementation is running.
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional string protocol = 3;
getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string protocol = 1;
getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string protocol = 1;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
required string protocol = 1;
getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
required string protocol = 1;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string protocol = 3;
getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string protocol = 3;
getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - Method in interface org.apache.hadoop.ipc.RpcEngine
Returns a proxy for ProtocolMetaInfoPB, which uses the given connection id.
getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - Method in class org.apache.hadoop.ipc.WritableRpcEngine
Deprecated.
 
getProtocolSignature(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignature(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignature(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.BlockingInterface
 
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
rpc getProtocolSignature(.hadoop.common.GetProtocolSignatureRequestProto) returns (.hadoop.common.GetProtocolSignatureResponseProto);
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
rpc getProtocolSignature(.hadoop.common.GetProtocolSignatureRequestProto) returns (.hadoop.common.GetProtocolSignatureResponseProto);
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
 
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto) - Method in class org.apache.hadoop.ipc.ProtocolMetaInfoServerSideTranslatorPB
 
getProtocolSignature(int, long, Class<? extends VersionedProtocol>) - Static method in class org.apache.hadoop.ipc.ProtocolSignature
Get a server protocol's signature
getProtocolSignature(String, long) - Static method in class org.apache.hadoop.ipc.ProtocolSignature
 
getProtocolSignature(VersionedProtocol, String, long, int) - Static method in class org.apache.hadoop.ipc.ProtocolSignature
Get a server protocol's signature
getProtocolSignature(String, long, int) - Method in interface org.apache.hadoop.ipc.VersionedProtocol
Return protocol version corresponding to protocol interface.
getProtocolSignatureBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureCount() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilder(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilderList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolVersion(String, long) - Method in interface org.apache.hadoop.ipc.VersionedProtocol
Return protocol version corresponding to protocol interface.
getProtocolVersions(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersions(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersions(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.BlockingInterface
 
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
rpc getProtocolVersions(.hadoop.common.GetProtocolVersionsRequestProto) returns (.hadoop.common.GetProtocolVersionsResponseProto);
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
rpc getProtocolVersions(.hadoop.common.GetProtocolVersionsRequestProto) returns (.hadoop.common.GetProtocolVersionsResponseProto);
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
 
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto) - Method in class org.apache.hadoop.ipc.ProtocolMetaInfoServerSideTranslatorPB
 
getProtocolVersionsBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsCount() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilder(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilder(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilderList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilderList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocVersion() - Static method in class org.apache.hadoop.util.VersionInfo
Returns the protoc version used for the build.
getProviders(Configuration) - Static method in class org.apache.hadoop.crypto.key.KeyProviderFactory
 
getProviders() - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getProviders(Configuration) - Static method in class org.apache.hadoop.security.alias.CredentialProviderFactory
 
getProxy(Configuration, int) - Method in class org.apache.hadoop.ha.HAServiceTarget
 
getProxy() - Method in class org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
getProxy() - Method in interface org.apache.hadoop.io.retry.FailoverProxyProvider
Get the proxy object which should be used until the next failover event occurs.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProxy() - Method in class org.apache.hadoop.ipc.ProtocolProxy
 
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - Method in interface org.apache.hadoop.ipc.RpcEngine
Construct a client-side proxy object.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean) - Method in interface org.apache.hadoop.ipc.RpcEngine
Construct a client-side proxy object.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - Method in class org.apache.hadoop.ipc.WritableRpcEngine
Deprecated.
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean) - Method in class org.apache.hadoop.ipc.WritableRpcEngine
Deprecated.
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxyGroups() - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getProxyHosts() - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getProxySuperuserGroupConfKey(String) - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
Returns configuration key for effective groups allowed for a superuser
getProxySuperuserIpConfKey(String) - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
Return configuration key for superuser ip addresses
getProxySuperuserUserConfKey(String) - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
Returns configuration key for effective usergroups allowed for a superuser
getQualifiedBin(String) - Static method in class org.apache.hadoop.util.Shell
Fully qualify the path to a binary that should be in a known hadoop bin location.
getQualifiedBinPath(String) - Static method in class org.apache.hadoop.util.Shell
Fully qualify the path to a binary that should be in a known hadoop bin location.
getQueueSizes() - Method in class org.apache.hadoop.ipc.FairCallQueue
 
getQueueSizes() - Method in interface org.apache.hadoop.ipc.FairCallQueueMXBean
 
getQuota() - Method in class org.apache.hadoop.fs.QuotaUsage
Return the directory quota.
getQuotaHeaderFields() - Static method in class org.apache.hadoop.fs.ContentSummary
Returns the names of the fields used in the quota summary.
getQuotaUsage(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the QuotaUsage of a given Path.
getQuotaUsage(boolean) - Method in class org.apache.hadoop.fs.QuotaUsage
 
getQuotaUsage(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getRange(String, String) - Method in class org.apache.hadoop.conf.Configuration
Parse the given attribute as a set of integer ranges
getRangeStart() - Method in class org.apache.hadoop.conf.Configuration.IntegerRanges
Get range start for the first integer range.
getRaw(String) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property, without doing variable expansion.If the key is deprecated, it returns the value of the first key which replaces the deprecated key and is not null.
getRaw() - Method in class org.apache.hadoop.fs.LocalFileSystem
 
getRawFileSystem() - Method in class org.apache.hadoop.fs.ChecksumFileSystem
get the raw file system
getRawFileSystem() - Method in class org.apache.hadoop.fs.FilterFileSystem
Get the raw file system
getReadlinkCommand(String) - Static method in class org.apache.hadoop.util.Shell
Return a command to read the target of the a symbolic link.
getReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the number of file system read operations such as list files.
getReadOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional bool readyToBecomeActive = 2;
getReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional bool readyToBecomeActive = 2;
getReadyToBecomeActive() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional bool readyToBecomeActive = 2;
getRealAuthenticationMethod() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the authentication method from the real user's subject.
getRealAuthenticationMethod(UserGroupInformation) - Static method in class org.apache.hadoop.security.UserGroupInformation
Returns the authentication method of a ugi.
getRealUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
getRealUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string realUser = 2;
getRealUser() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string realUser = 2;
getRealUser() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getRealUser() - Method in class org.apache.hadoop.security.UserGroupInformation
get RealUser (vs.
getRealUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
getRealUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string realUser = 2;
getRealUserBytes() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string realUser = 2;
getRecommendedBufferSize() - Static method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
getRecommendedBufferSize() - Static method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
getReconfigurableProperties() - Method in interface org.apache.hadoop.conf.Reconfigurable
Return all the properties that can be changed at run time.
getReconfigurableProperties() - Method in class org.apache.hadoop.conf.ReconfigurableBase
Return all the properties that can be changed at run time.
getReconfigurationTaskStatus() - Method in class org.apache.hadoop.conf.ReconfigurableBase
 
getRecordNum() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Get the RecordNum corresponding to the entry pointed by the cursor.
getRecordNumNear(long) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
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.
getReferenceCount() - Method in class org.apache.hadoop.util.CloseableReferenceCount
Get the current reference count.
getRemaining() - Method in class org.apache.hadoop.fs.FsStatus
Return the number of remaining bytes on the file system
getRemaining() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Returns the number of bytes remaining in the input buffers; normally called when finished() is true to determine amount of post-gzip-stream data.
getRemaining() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
getRemaining() - Method in interface org.apache.hadoop.io.compress.Decompressor
Returns the number of bytes remaining in the compressed data buffer.
getRemaining() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns 0.
getRemaining() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns 0.
getRemaining() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Returns the number of bytes remaining in the input buffer; normally called when finished() is true to determine amount of post-gzip-stream data.
getRemaining() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
Returns the number of bytes remaining in the input buffers; normally called when finished() is true to determine amount of post-gzip-stream data.
getRemaining() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
Returns the number of bytes remaining in the input buffers; normally called when finished() is true to determine amount of post-stream data.
getRemoteAddress() - Static method in class org.apache.hadoop.ipc.Server
Returns remote address as a string when invoked inside an RPC.
getRemoteIp() - Static method in class org.apache.hadoop.ipc.Server
Returns the remote side ip address when invoked inside an RPC Returns null incase of an error.
getRemoteUser() - Method in class org.apache.hadoop.ipc.ExternalCall
 
getRemoteUser() - Method in class org.apache.hadoop.ipc.Server.Call
 
getRemoteUser() - Static method in class org.apache.hadoop.ipc.Server
Returns the RPC remote user when invoked inside an RPC.
getRenewDate() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
returns renew date
getRenewer() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
getRenewer() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
required string renewer = 1;
getRenewer() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProtoOrBuilder
required string renewer = 1;
getRenewer() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getRenewerBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
getRenewerBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
required string renewer = 1;
getRenewerBytes() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProtoOrBuilder
required string renewer = 1;
getRenewToken() - Method in interface org.apache.hadoop.fs.DelegationTokenRenewer.Renewable
 
getReplication() - Method in class org.apache.hadoop.fs.FileStatus
Get the replication factor of a file.
getReplication(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getReplication() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getReplication() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getReplicationFallbacks() - Method in interface org.apache.hadoop.fs.BlockStoragePolicySpi
Get the fallback storage types for replicating existing block replicas.
getReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqSource() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
required .hadoop.common.HARequestSource reqSource = 1;
getReqSource() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
required .hadoop.common.HARequestSource reqSource = 1;
getReqSource() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder
required .hadoop.common.HARequestSource reqSource = 1;
getRequestLog(String) - Static method in class org.apache.hadoop.http.HttpRequestLog
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getRequestURL() - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Quote the url so that users specifying the HOST HTTP header can't inject attacks.
getResource(String) - Method in class org.apache.hadoop.conf.Configuration
Get the URL for the named resource.
getResource(String) - Method in class org.apache.hadoop.util.ApplicationClassLoader
 
getResourceAsStream(String) - Static method in class org.apache.hadoop.util.ThreadUtil
Convenience method that returns a resource as inputstream from the classpath.
getResourceAsStream(ClassLoader, String) - Static method in class org.apache.hadoop.util.ThreadUtil
Convenience method that returns a resource as inputstream from the classpath using given classloader.
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getResponses(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponses(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponses(int) - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesBuilder(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesBuilderList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesCount() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesCount() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesCount() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesList() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilder(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilder(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilder(int) - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilderList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilderList() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilderList() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponseTimeCountInLastWindow() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getResponseTimeCountInLastWindow() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getResponseTimeCountInLastWindow() - Method in interface org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getRetainDays() - Method in class org.apache.hadoop.http.HttpRequestLogAppender
 
getRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional sint32 retryCount = 5 [default = -1];
getRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional sint32 retryCount = 5 [default = -1];
getRetryCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional sint32 retryCount = 5 [default = -1];
getRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional sint32 retryCount = 8 [default = -1];
getRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional sint32 retryCount = 8 [default = -1];
getRetryCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional sint32 retryCount = 8 [default = -1];
getReturnCode() - Method in class org.apache.hadoop.ipc.RefreshResponse
 
getRevision() - Method in interface org.apache.hadoop.ipc.FairCallQueueMXBean
 
getRevision() - Static method in class org.apache.hadoop.util.VersionInfo
Get the Git commit hash of the repository when compiled.
getRollInterval() - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
Extract the roll interval from the configuration and return it in milliseconds.
getRpcDetailedMetrics() - Method in class org.apache.hadoop.ipc.Server
 
getRpcErrorCodeProto() - Method in exception org.apache.hadoop.ipc.RPC.VersionMismatch
get the detailed rpc status corresponding to this exception
getRpcErrorCodeProto() - Method in exception org.apache.hadoop.ipc.RpcNoSuchMethodException
get the detailed rpc status corresponding to this exception
getRpcErrorCodeProto() - Method in exception org.apache.hadoop.ipc.RpcNoSuchProtocolException
get the detailed rpc status corresponding to this exception
getRpcErrorCodeProto() - Method in exception org.apache.hadoop.ipc.RpcServerException
get the detailed rpc status corresponding to this exception
getRpcInvoker(RPC.RpcKind) - Static method in class org.apache.hadoop.ipc.Server
 
getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2;
getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string rpcKind = 2;
getRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string rpcKind = 2;
getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1;
getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
required string rpcKind = 1;
getRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
required string rpcKind = 1;
getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcKindProto rpcKind = 1;
getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcKindProto rpcKind = 1;
getRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcKindProto rpcKind = 1;
getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2;
getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string rpcKind = 2;
getRpcKindBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string rpcKind = 2;
getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1;
getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
required string rpcKind = 1;
getRpcKindBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
required string rpcKind = 1;
getRpcMetrics() - Method in class org.apache.hadoop.ipc.Server
Returns a handle to the rpcMetrics (required in tests)
getRpcOp() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
getRpcOp() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
getRpcOp() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
getRpcRequestWrapper(RpcHeaderProtos.RpcKindProto) - Method in class org.apache.hadoop.ipc.Server
 
getRpcStatusProto() - Method in exception org.apache.hadoop.ipc.RPC.VersionMismatch
get the rpc status corresponding to this exception
getRpcStatusProto() - Method in exception org.apache.hadoop.ipc.RpcNoSuchMethodException
get the rpc status corresponding to this exception
getRpcStatusProto() - Method in exception org.apache.hadoop.ipc.RpcNoSuchProtocolException
get the rpc status corresponding to this exception
getRpcStatusProto() - Method in exception org.apache.hadoop.ipc.RpcServerException
get the rpc status corresponding to this exception
getRpcTimeout(Configuration) - Static method in class org.apache.hadoop.ipc.Client
The time after which a RPC will timeout.
getRunScriptCommand(File) - Static method in class org.apache.hadoop.util.Shell
Returns a command to run the given script.
getSaslQop() - Method in enum org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
 
getSchedulingDecisionSummary() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getSchedulingDecisionSummary() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getSchedulingDecisionSummary() - Method in interface org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getScheme() - Method in class org.apache.hadoop.fs.FileSystem
Return the protocol scheme for this FileSystem.
getScheme() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the uri scheme associated with this statistics object.
getScheme() - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
Return the protocol scheme for the FileSystem.
getScheme() - Method in class org.apache.hadoop.fs.HarFileSystem
Return the protocol scheme for the FileSystem.
getScheme() - Method in class org.apache.hadoop.fs.http.HttpFileSystem
 
getScheme() - Method in class org.apache.hadoop.fs.http.HttpsFileSystem
 
getScheme() - Method in class org.apache.hadoop.fs.LocalFileSystem
Return the protocol scheme for the FileSystem.
getScheme() - Method in class org.apache.hadoop.fs.StorageStatistics
 
getScheme() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
Return the protocol scheme for the FileSystem.
getScope() - Method in class org.apache.hadoop.fs.permission.AclEntry
Returns the scope of the ACL entry.
getSecret() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional bytes secret = 3;
getSecret() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional bytes secret = 3;
getSecret() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional bytes secret = 3;
getSecretKey(Text) - Method in class org.apache.hadoop.security.Credentials
Returns the key bytes for the alias.
getSecrets(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecrets(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecrets(int) - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsBuilderList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsCount() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsCount() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsCount() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsList() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilder(int) - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilderList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilderList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilderList() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3;
getSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string senderName = 3;
getSenderName() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string senderName = 3;
getSenderName() - Method in class org.apache.hadoop.ipc.RefreshResponse
 
getSenderNameBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3;
getSenderNameBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string senderName = 3;
getSenderNameBytes() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string senderName = 3;
getSequenceNumber() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getSerializedSize() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getSerializedSize() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getSerializedSize() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getSerializedSize() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getSerializedSize() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String) - Method in interface org.apache.hadoop.ipc.RpcEngine
Construct a server for a protocol implementation instance.
getServer() - Method in class org.apache.hadoop.ipc.Server.Connection
 
getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String) - Method in class org.apache.hadoop.ipc.WritableRpcEngine
Deprecated.
 
getServerDefaults() - Method in class org.apache.hadoop.fs.AbstractFileSystem
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Return a set of server default configuration values based on path.
getServerDefaults() - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return a set of server default configuration values.
getServerDefaults() - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getServerDefaults() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
getServerDefaults() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getServerDefaults() - Method in class org.apache.hadoop.fs.viewfs.ViewFs
Deprecated.
getServerDefaults(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getServerId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
getServerId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string serverId = 4;
getServerId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string serverId = 4;
getServerIdBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
getServerIdBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string serverId = 4;
getServerIdBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string serverId = 4;
getServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional uint32 serverIpcVersionNum = 3;
getServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional uint32 serverIpcVersionNum = 3;
getServerIpcVersionNum() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional uint32 serverIpcVersionNum = 3;
getServerName() - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Quote the server name so that users specifying the HOST HTTP header can't inject attacks.
getServerName() - Method in class org.apache.hadoop.ipc.Server
 
getServerPrincipal(String, String) - Static method in class org.apache.hadoop.security.SecurityUtil
Convert Kerberos principal name pattern to valid Kerberos principal names.
getServerPrincipal(String, InetAddress) - Static method in class org.apache.hadoop.security.SecurityUtil
Convert Kerberos principal name pattern to valid Kerberos principal names.
getServerProperties(InetAddress, int) - Method in class org.apache.hadoop.security.IngressPortBasedResolver
Identify the Sasl Properties to be used for a connection with a client.
getServerProperties(InetAddress) - Method in class org.apache.hadoop.security.SaslPropertiesResolver
Identify the Sasl Properties to be used for a connection with a client.
getServerProperties(InetAddress, int) - Method in class org.apache.hadoop.security.SaslPropertiesResolver
Identify the Sasl Properties to be used for a connection with a client.
getServerProperties(InetAddress) - Method in class org.apache.hadoop.security.WhitelistBasedResolver
Identify the Sasl Properties to be used for a connection with a client.
getServerProperties(String) - Method in class org.apache.hadoop.security.WhitelistBasedResolver
 
getServerVersion() - Method in exception org.apache.hadoop.ipc.RPC.VersionMismatch
Get the server's agreed to version.
getService() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
getService() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string service = 4;
getService() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string service = 4;
getService() - Method in class org.apache.hadoop.security.token.Token
Get the service on which the token is supposed to be used.
getService() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Get the service.
getServiceBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
getServiceBytes() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string service = 4;
getServiceBytes() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string service = 4;
getServiceClass() - Method in class org.apache.hadoop.ipc.Server.Connection
Get service class for connection
getServiceException() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Get the exit exception used to end this service.
getServiceExitCode() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
The exit code from a successful service execution.
getServiceName() - Method in interface org.apache.hadoop.security.token.DtFetcher
Return a key used to identify the object/service implementation.
getServiceName() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Get the service name via Service.getName().
getServices() - Method in class org.apache.hadoop.service.CompositeService
Get a cloned list of services
getServiceState() - Method in class org.apache.hadoop.service.AbstractService
 
getServiceState() - Method in interface org.apache.hadoop.service.Service
Get the current service state
getServiceStatus() - Method in interface org.apache.hadoop.ha.HAServiceProtocol
Return the current status of the service.
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
 
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
rpc getServiceStatus(.hadoop.common.GetServiceStatusRequestProto) returns (.hadoop.common.GetServiceStatusResponseProto);
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
rpc getServiceStatus(.hadoop.common.GetServiceStatusRequestProto) returns (.hadoop.common.GetServiceStatusResponseProto);
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
 
getSetOwnerCommand(String) - Static method in class org.apache.hadoop.util.Shell
Return a command to set owner.
getSetPermissionCommand(String, boolean) - Static method in class org.apache.hadoop.util.Shell
Return a command to set permission.
getSetPermissionCommand(String, boolean, String) - Static method in class org.apache.hadoop.util.Shell
Return a command to set permission for specific file.
getShortName() - Method in enum org.apache.hadoop.conf.StorageUnit
 
getShortUserName() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the user's login name.
getSignalKillCommand(int, String) - Static method in class org.apache.hadoop.util.Shell
Return a command to send a signal to a given pid.
getSignature() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
optional bytes signature = 2;
getSignature() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
optional bytes signature = 2;
getSignature() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
optional bytes signature = 2;
getSize() - Method in class org.apache.hadoop.io.BytesWritable
Deprecated.
getSize() - Method in interface org.apache.hadoop.io.SequenceFile.ValueBytes
Size of stored data.
getSnapshotDirectoryCount() - Method in class org.apache.hadoop.fs.ContentSummary
 
getSnapshotFileCount() - Method in class org.apache.hadoop.fs.ContentSummary
 
getSnapshotLength() - Method in class org.apache.hadoop.fs.ContentSummary
 
getSnapshotSpaceConsumed() - Method in class org.apache.hadoop.fs.ContentSummary
 
getSocketAddr(String, String, String, int) - Method in class org.apache.hadoop.conf.Configuration
Get the socket address for hostProperty as a InetSocketAddress.
getSocketAddr(String, String, int) - Method in class org.apache.hadoop.conf.Configuration
Get the socket address for name property as a InetSocketAddress.
getSource() - Method in class org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo
 
getSpaceConsumed() - Method in class org.apache.hadoop.fs.QuotaUsage
Return (disk) space consumed.
getSpaceQuota() - Method in class org.apache.hadoop.fs.QuotaUsage
Return (disk) space quota.
GetSpaceUsed - Interface in org.apache.hadoop.fs
 
GetSpaceUsed.Builder - Class in org.apache.hadoop.fs
The builder class
getSrcChecksum() - Static method in class org.apache.hadoop.util.VersionInfo
Get the checksum of the source files from which Hadoop was built.
getStackTrace() - Method in exception org.apache.hadoop.security.authorize.AuthorizationException
 
getStartTime() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Returns the start time of this Find command.
getStartTime() - Method in class org.apache.hadoop.service.AbstractService
 
getStartTime() - Method in interface org.apache.hadoop.service.Service
Get the service start time
getStat(String) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
Return the file stat for a file path.
getState() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
required .hadoop.common.HAServiceStateProto state = 1;
getState() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
required .hadoop.common.HAServiceStateProto state = 1;
getState() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
required .hadoop.common.HAServiceStateProto state = 1;
getState() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
getState() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
required .hadoop.common.RpcSaslProto.SaslState state = 2;
getState() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
getState() - Method in class org.apache.hadoop.service.ServiceStateModel
Query the service state.
getStatistics() - Method in class org.apache.hadoop.fs.AbstractFileSystem
 
getStatistics(URI) - Static method in class org.apache.hadoop.fs.AbstractFileSystem
Get the statistics for a particular file system.
getStatistics(URI) - Static method in class org.apache.hadoop.fs.FileContext
Get the statistics for a particular file system
getStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
getStatistics(String, Class<? extends FileSystem>) - Static method in class org.apache.hadoop.fs.FileSystem
getStats(int) - Method in interface org.apache.hadoop.log.LogThrottlingHelper.LogAction
Return summary information for the value that was recorded at index idx.
getStats(long) - Method in class org.apache.hadoop.metrics2.lib.MutableRollingAverages
Retrieve a map of metric name -> (aggregate).
getStatus() - Method in class org.apache.hadoop.fs.FileSystem
Returns a status object describing the use and capacity of the filesystem.
getStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Returns a status object describing the use and capacity of the filesystem.
getStatus(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getStatus(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
getStatus(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getStatus() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getStatus(FileSystem, Path) - Static method in class org.apache.hadoop.fs.viewfs.ViewFileSystemUtil
Get FsStatus for all ViewFsMountPoints matching path for the given ViewFileSystem.
getStatus() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
getStatus() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
getStatus() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
getStickyBit() - Method in class org.apache.hadoop.fs.permission.FsPermission
 
getStorageBytesRead() - Method in class org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes read from disks.
getStorageBytesWritten() - Method in class org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes written to disks.
getStorageIds() - Method in class org.apache.hadoop.fs.BlockLocation
Get the storageID of each replica of the block.
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Retrieve the storage policy for a given file or directory.
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileContext
Query the effective storage policy ID for the given file or directory.
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileSystem
Query the effective storage policy ID for the given file or directory.
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getStoragePolicy(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
Retrieve the storage policy for a given file or directory.
getStorageSize(String, String, StorageUnit) - Method in class org.apache.hadoop.conf.Configuration
Gets the Storage Size from the config, or returns the defaultValue.
getStorageSize(String, double, StorageUnit) - Method in class org.apache.hadoop.conf.Configuration
Gets storage size from a config file.
getStorageStatistics() - Method in class org.apache.hadoop.fs.FileSystem
Get the StorageStatistics for this FileSystem object.
getStorageTypeHeader(List<StorageType>) - Static method in class org.apache.hadoop.fs.QuotaUsage
return the header of with the StorageTypes.
getStorageTypes() - Method in class org.apache.hadoop.fs.BlockLocation
Get the storage type of each replica of the block.
getStorageTypes() - Method in interface org.apache.hadoop.fs.BlockStoragePolicySpi
Return the preferred storage types associated with this policy.
getString(String) - Method in class org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
getStringCollection(String) - Method in class org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings.
getStrings(String) - Method in class org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String, String...) - Method in class org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getSubject() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the underlying subject from this ugi.
getSuffixChar() - Method in enum org.apache.hadoop.conf.StorageUnit
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.io.file.tfile.TFile
Get names of supported compression algorithms.
getSwitchMap() - Method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
Get a copy of the map (for diagnostics)
getSwitchMap() - Method in class org.apache.hadoop.net.CachedDNSToSwitchMapping
Get the (host x switch) map.
getSymlink() - Method in class org.apache.hadoop.fs.FileStatus
 
getSymlink() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
getSymlink() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string symlink = 9;
getSymlink() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string symlink = 9;
getSymlinkBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
getSymlinkBytes() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string symlink = 9;
getSymlinkBytes() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string symlink = 9;
getSymlinkCommand(String, String) - Static method in class org.apache.hadoop.util.Shell
Return a command to create symbolic links.
getTag(String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Get a tag by name
getTag(String) - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
Lookup a tag value
getTargetFileSystemURIs() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint
 
getTargetPath() - Method in exception org.apache.hadoop.fs.PathIOException
 
getTestProvider() - Static method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getThisBuilder() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Return the concrete implementation of the builder instance.
getThreadStatistics() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get or create the thread-local data associated with the current thread.
getThresholds() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getTicketCacheFile() - Method in exception org.apache.hadoop.security.KerberosAuthException
 
getTimeDuration(String, long, TimeUnit) - Method in class org.apache.hadoop.conf.Configuration
Return time duration in the given time unit.
getTimeDuration(String, String, TimeUnit) - Method in class org.apache.hadoop.conf.Configuration
 
getTimeDurationHelper(String, String, TimeUnit) - Method in class org.apache.hadoop.conf.Configuration
Return time duration in the given time unit.
getTimeDurations(String, TimeUnit) - Method in class org.apache.hadoop.conf.Configuration
 
getTimeout(Configuration) - Static method in class org.apache.hadoop.ipc.Client
Deprecated.
getTimeout() - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getTimeoutInterval() - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
Returns the timeout value set for the executor's sub-commands.
getTimerTask() - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
Used only by tests to access the timer task directly
getTimestamp() - Method in class org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the absolute timestamp when this measurement was taken.
getToken() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional bytes token = 3;
getToken() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional bytes token = 3;
getToken() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional bytes token = 3;
getToken(Text) - Method in class org.apache.hadoop.security.Credentials
Returns the Token object for the alias.
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional .hadoop.common.TokenProto token = 2;
getToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional .hadoop.common.TokenProto token = 2;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
optional .hadoop.common.TokenProto token = 1;
getToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtoOrBuilder
optional .hadoop.common.TokenProto token = 1;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getTokenBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
getTokenBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
getTokenBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenFile(File, String, Text, Text, String, String, Configuration) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Fetch a token from a service and save to file in the local filesystem.
getTokenIdentifiers() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the set of TokenIdentifiers belonging to this UGI
getTokenInfo(Class<?>, Configuration) - Method in class org.apache.hadoop.security.AnnotatedSecurityInfo
 
getTokenInfo(Class<?>, Configuration) - Static method in class org.apache.hadoop.security.SecurityUtil
Look up the TokenInfo for a given protocol.
getTokenInfo(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
optional .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtoOrBuilder
optional .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getTokens(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokens(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokens(int) - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokens() - Method in class org.apache.hadoop.security.UserGroupInformation
Obtain the collection of tokens associated with this user.
getTokensBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensBuilderList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensCount() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensCount() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensCount() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokenServiceAddr(Token<?>) - Static method in class org.apache.hadoop.security.SecurityUtil
Decode the given token's service field into an InetAddress
getTokensList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensList() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilder(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilder(int) - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilderList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilderList() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilderList() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokenTrackingId(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
getTopologyPaths() - Method in class org.apache.hadoop.fs.BlockLocation
Get the list of network topology paths for each of the hosts.
getTotalCallSnapshot() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getTotalCallVolume() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getTotalCallVolume() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getTotalCallVolume() - Method in interface org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getTotalRawCallVolume() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 traceId = 1;
getTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 traceId = 1;
getTraceId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 traceId = 1;
getTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTraceInfo() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTraceInfoBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTraceInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTraceInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTraceInfoOrBuilder() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
getTrackingId() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
returns tracking id
getTrackingId() - Method in class org.apache.hadoop.security.token.TokenIdentifier
Returns a tracking identifier that can be used to associate usages of a token across multiple client sessions.
getTrackingIdIfEnabled(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
getTrashInterval() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getTrashRoot(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get the root directory of Trash for current user when the path specified is deleted.
getTrashRoot(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getTrashRoot(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
Get the trash root directory for current user when the path specified is deleted.
getTrashRoots(boolean) - Method in class org.apache.hadoop.fs.FileSystem
Get all the trash roots for current user or all users.
getTrashRoots(boolean) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getTrashRoots(boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
Get all the trash roots for current user or all users.
getTrimmed(String) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a trimmed String, null if no such property exists.
getTrimmed(String, String) - Method in class org.apache.hadoop.conf.Configuration
Get the value of the name property as a trimmed String, defaultValue if no such property exists.
getTrimmedStringCollection(String) - Method in class org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String) - Method in class org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String, String...) - Method in class org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getType() - Method in class org.apache.hadoop.fs.permission.AclEntry
Returns the ACL entry type.
getTypeConsumed(StorageType) - Method in class org.apache.hadoop.fs.QuotaUsage
Return storage type consumed.
getTypeQuota(StorageType) - Method in class org.apache.hadoop.fs.QuotaUsage
Return storage type quota.
getTypes() - Method in class org.apache.hadoop.io.GenericWritable
Return all classes that may be wrapped.
getTypesQuotaUsage(boolean, List<StorageType>) - Method in class org.apache.hadoop.fs.QuotaUsage
 
getTypesSupportingQuota() - Static method in enum org.apache.hadoop.fs.StorageType
 
getUgi() - Method in class org.apache.hadoop.fs.FileContext
Gets the ugi in the file-context
getUgi(IpcConnectionContextProtos.IpcConnectionContextProto) - Static method in class org.apache.hadoop.util.ProtoUtil
 
getUgi(IpcConnectionContextProtos.UserInformationProto) - Static method in class org.apache.hadoop.util.ProtoUtil
 
getUGIFromSubject(Subject) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a UserGroupInformation from a Subject with Kerberos principal.
getUGIFromTicketCache(String, String) - Static method in class org.apache.hadoop.security.UserGroupInformation
Create a UserGroupInformation from a Kerberos ticket cache.
getUgmProtocol() - Method in class org.apache.hadoop.tools.GetGroupsBase
Get a client of the GetUserMappingsProtocol.
getUid(String) - Method in interface org.apache.hadoop.security.IdMappingServiceProvider
 
getUid(String) - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getUidAllowingUnknown(String) - Method in interface org.apache.hadoop.security.IdMappingServiceProvider
 
getUidAllowingUnknown(String) - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getUidNameMap() - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getUMask() - Method in class org.apache.hadoop.fs.FileContext
 
getUMask(Configuration) - Static method in class org.apache.hadoop.fs.permission.FsPermission
Get the user file creation mask (umask) UMASK_LABEL config param has umask value that is either symbolic or octal.
getUnderlyingProxyObject() - Method in class org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
getUniqueIdentityCount() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
 
getUniqueIdentityCount() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getUniqueIdentityCount() - Method in interface org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getUnit() - Method in class org.apache.hadoop.conf.StorageSize
 
getUnknownFields() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getUnknownFields() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getUnknownFields() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getUnknownFields() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getUnknownFields() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getUnmasked() - Method in class org.apache.hadoop.fs.permission.FsCreateModes
 
getUnmasked() - Method in class org.apache.hadoop.fs.permission.FsPermission
Get unmasked permission if exists.
getUri() - Method in class org.apache.hadoop.fs.AbstractFileSystem
Returns a URI whose scheme and authority identify this FileSystem.
getUri() - Method in class org.apache.hadoop.fs.FileSystem
Returns a URI which identifies this FileSystem.
getUri() - Method in class org.apache.hadoop.fs.FilterFileSystem
Returns a URI whose scheme and authority identify this FileSystem.
getUri() - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
getUri() - Method in class org.apache.hadoop.fs.HarFileSystem
Returns the uri of this filesystem.
getUri() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getUri() - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getUri() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getUriDefaultPort() - Method in class org.apache.hadoop.fs.AbstractFileSystem
The default port of this file system.
getUriDefaultPort() - Method in class org.apache.hadoop.fs.HarFs
 
getUriDefaultPort() - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getUriPath(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Get the path-part of a pathname.
getUrl() - Static method in class org.apache.hadoop.util.VersionInfo
Get the URL for the Hadoop repository.
getUsage() - Method in class org.apache.hadoop.fs.DUHelper
 
getUsage() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
getUsage() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Returns brief usage instructions for this expression.
getUsage() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
getUsage() - Method in class org.apache.hadoop.tools.CommandShell.SubCommand
 
getUsageMessage() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Get the usage message, ideally dynamically.
getUsed() - Method in class org.apache.hadoop.fs.FileSystem
Return the total size of all files in the filesystem.
getUsed(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return the total size of all files from a specified path.
getUsed() - Method in class org.apache.hadoop.fs.FilterFileSystem
Return the total size of all files in the filesystem.
getUsed(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
Return the total size of all files from a specified path.
getUsed() - Method in class org.apache.hadoop.fs.FsStatus
Return the number of bytes used on the file system
getUsed() - Method in interface org.apache.hadoop.fs.GetSpaceUsed
 
getUsed() - Method in class org.apache.hadoop.fs.HarFileSystem
 
getUsed(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
Return the total size of all files from a specified path.
getUsed() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
Return the total size of all files under "/", if Constants.CONFIG_VIEWFS_LINK_MERGE_SLASH is supported and is a valid mount point.
getUser() - Method in exception org.apache.hadoop.security.KerberosAuthException
 
getUser() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
Get the username encoded in the token identifier
getUser() - Method in class org.apache.hadoop.security.token.TokenIdentifier
Get the Ugi with the username encoded in the token identifier
getUser() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
getUser() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
required string user = 1;
getUser() - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder
required string user = 1;
getUser() - Static method in class org.apache.hadoop.util.VersionInfo
The user that compiled Hadoop.
getUserAction() - Method in class org.apache.hadoop.fs.permission.FsPermission
Return user FsAction.
getUserBytes() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
getUserBytes() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
required string user = 1;
getUserBytes() - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder
required string user = 1;
getUserGroupInformation() - Method in class org.apache.hadoop.ipc.Server.Call
 
getUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfo() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfoBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional .hadoop.common.UserInformationProto userInfo = 2;
getUserInfoOrBuilder() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional .hadoop.common.UserInformationProto userInfo = 2;
GetUserMappingsProtocolClientSideTranslatorPB - Class in org.apache.hadoop.tools.protocolPB
 
GetUserMappingsProtocolClientSideTranslatorPB(GetUserMappingsProtocolPB) - Constructor for class org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
GetUserMappingsProtocolProtos - Class in org.apache.hadoop.tools.proto
 
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto - Class in org.apache.hadoop.tools.proto
Protobuf type hadoop.common.GetGroupsForUserRequestProto
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder - Class in org.apache.hadoop.tools.proto
Protobuf type hadoop.common.GetGroupsForUserRequestProto
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder - Interface in org.apache.hadoop.tools.proto
 
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto - Class in org.apache.hadoop.tools.proto
Protobuf type hadoop.common.GetGroupsForUserResponseProto
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder - Class in org.apache.hadoop.tools.proto
Protobuf type hadoop.common.GetGroupsForUserResponseProto
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder - Interface in org.apache.hadoop.tools.proto
 
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService - Class in org.apache.hadoop.tools.proto
Protobuf service hadoop.common.GetUserMappingsProtocolService
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface - Interface in org.apache.hadoop.tools.proto
 
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface - Interface in org.apache.hadoop.tools.proto
 
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub - Class in org.apache.hadoop.tools.proto
 
GetUserMappingsProtocolServerSideTranslatorPB - Class in org.apache.hadoop.tools.protocolPB
 
GetUserMappingsProtocolServerSideTranslatorPB(GetUserMappingsProtocol) - Constructor for class org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolServerSideTranslatorPB
 
GetUserMappingsProtocolService() - Constructor for class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2;
getUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string userMessage = 2;
getUserMessage() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string userMessage = 2;
getUserMessageBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2;
getUserMessageBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string userMessage = 2;
getUserMessageBytes() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string userMessage = 2;
getUserName(int, String) - Method in interface org.apache.hadoop.security.IdMappingServiceProvider
 
getUserName(int, String) - Method in class org.apache.hadoop.security.ShellBasedIdMapping
 
getUserName() - Method in class org.apache.hadoop.security.UserGroupInformation
Get the user's full principal name.
getUsers() - Method in class org.apache.hadoop.security.authorize.AccessControlList
Get the names of users allowed for this service.
getUsersForNetgroupCommand(String) - Static method in class org.apache.hadoop.util.Shell
A command to get a given netgroup's user list.
getVal() - Method in class org.apache.hadoop.util.Waitable
 
getValByRegex(String) - Method in class org.apache.hadoop.conf.Configuration
get keys matching the the regex
getValue() - Method in class org.apache.hadoop.conf.StorageSize
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.BlockSize
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.BufferSize
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.BytesPerChecksum
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.ChecksumParam
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.CreateParent
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.Perms
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.Progress
 
getValue() - Method in class org.apache.hadoop.fs.Options.CreateOpts.ReplicationFactor
 
getValue() - Method in class org.apache.hadoop.fs.StorageStatistics.LongStatistic
 
getValue() - Method in enum org.apache.hadoop.fs.StreamCapabilities.StreamCapability
Deprecated.
 
getValue(BytesWritable) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the value into BytesWritable.
getValue(byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy value into user-supplied buffer.
getValue(byte[], int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy value into user-supplied buffer.
getValue() - Method in interface org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Gets the current raw value
getValue(T) - Method in class org.apache.hadoop.ipc.RpcWritable.Buffer
 
getValue() - Method in enum org.apache.hadoop.service.Service.STATE
Get the integer value of a state
getValue() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
getValue() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string value = 2;
getValue() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string value = 2;
getValue() - Method in class org.apache.hadoop.util.Options.BooleanOption
 
getValue() - Method in class org.apache.hadoop.util.Options.ClassOption
 
getValue() - Method in class org.apache.hadoop.util.Options.FSDataInputStreamOption
 
getValue() - Method in class org.apache.hadoop.util.Options.FSDataOutputStreamOption
 
getValue() - Method in class org.apache.hadoop.util.Options.IntegerOption
 
getValue() - Method in class org.apache.hadoop.util.Options.LongOption
 
getValue() - Method in class org.apache.hadoop.util.Options.PathOption
 
getValue() - Method in class org.apache.hadoop.util.Options.ProgressableOption
 
getValue() - Method in class org.apache.hadoop.util.Options.StringOption
 
getValue() - Method in class org.apache.hadoop.util.PureJavaCrc32
 
getValue() - Method in class org.apache.hadoop.util.PureJavaCrc32C
 
getValueBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
getValueBytes() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string value = 2;
getValueBytes() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string value = 2;
getValueClass() - Method in class org.apache.hadoop.io.ArrayWritable
 
getValueClass() - Method in class org.apache.hadoop.io.MapFile.Reader
Returns the class of values in this file.
getValueClass() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the class of values in this file.
getValueClass() - Method in class org.apache.hadoop.io.SequenceFile.Writer
Returns the class of values in this file.
getValueClassName() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns the name of the value class.
getValueDescriptor() - Method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getValueDescriptor() - Method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getValueDescriptor() - Method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getValueDescriptor() - Method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getValueDescriptor() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getValueDescriptor() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getValueDescriptor() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getValueDescriptor() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getValueDescriptor() - Method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getValueLength() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Get the length of the value.
getValueStream() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Stream access to value.
getVectorSize() - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
getVersion() - Method in class org.apache.hadoop.io.VersionedWritable
Return the version number of the current implementation.
getVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
required uint64 version = 1;
getVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
required uint64 version = 1;
getVersion() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
required uint64 version = 1;
getVersion() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional uint32 version = 1;
getVersion() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional uint32 version = 1;
getVersion() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional uint32 version = 1;
getVersion() - Method in class org.apache.hadoop.ipc.ProtocolSignature
 
getVersion() - Static method in class org.apache.hadoop.util.VersionInfo
Get the Hadoop version.
getVersionName() - Method in class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
getVersions() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getVersions(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2;
getVersions(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
repeated uint64 versions = 2;
getVersions(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
repeated uint64 versions = 2;
getVersionsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2;
getVersionsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
repeated uint64 versions = 2;
getVersionsCount() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
repeated uint64 versions = 2;
getVersionsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2;
getVersionsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
repeated uint64 versions = 2;
getVersionsList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
repeated uint64 versions = 2;
getVIntSize(long) - Static method in class org.apache.hadoop.io.WritableUtils
Get the encoded length if an integer is stored in a variable-length format
getVirtualMemorySize() - Method in class org.apache.hadoop.util.SysInfo
Obtain the total size of the virtual memory present in the system.
getWaitingThread() - Method in class org.apache.hadoop.util.Shell
get the thread that is waiting on this instance of Shell.
getWinUtilsFile() - Static method in class org.apache.hadoop.util.Shell
Get a file reference to winutils.
getWinUtilsPath() - Static method in class org.apache.hadoop.util.Shell
Locate the winutils binary, or fail with a meaningful exception and stack trace as an RTE.
getWorkFactor(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 
getWorkingDirectory() - Method in class org.apache.hadoop.fs.FileContext
Gets the working directory for wd-relative names (such a "foo/bar").
getWorkingDirectory() - Method in class org.apache.hadoop.fs.FileSystem
Get the current working directory for the given FileSystem
getWorkingDirectory() - Method in class org.apache.hadoop.fs.FilterFileSystem
Get the current working directory for the given file system
getWorkingDirectory() - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
getWorkingDirectory() - Method in class org.apache.hadoop.fs.HarFileSystem
return the top level archive.
getWorkingDirectory() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
getWorkingDirectory() - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getWorkingDirectory() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getWriteOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Get the number of file system write operations such as create, append rename etc.
getWriteOps() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getWritePacketSize() - Method in class org.apache.hadoop.fs.FsServerDefaults
 
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Get an xattr for a file or directory.
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.FileContext
Get an xattr for a file or directory.
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Get an xattr name and value for a file or directory.
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getXAttr(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getXAttrs(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Get all of the xattrs for a file or directory.
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Get all of the xattrs for a file or directory.
getXAttrs(Path) - Method in class org.apache.hadoop.fs.FileContext
Get all of the xattrs for a file or directory.
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.FileContext
Get all of the xattrs for a file or directory.
getXAttrs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get all of the xattr name/value pairs for a file or directory.
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.FileSystem
Get all of the xattrs name/value pairs for a file or directory.
getXAttrs(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
getXAttrs(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getXAttrs(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getXAttrs(Path, List<String>) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
getZKAuthInfos(Configuration, String) - Static method in class org.apache.hadoop.security.SecurityUtil
Utility method to fetch ZK auth info from the configuration.
getZKFCAddress() - Method in class org.apache.hadoop.ha.HAServiceTarget
 
getZKFCProxy(Configuration, int) - Method in class org.apache.hadoop.ha.HAServiceTarget
 
getZlibCompressor(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate implementation of the zlib compressor.
getZlibCompressorType(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate type of the zlib compressor.
getZlibDecompressor(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate implementation of the zlib decompressor.
getZlibDecompressorType(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate type of the zlib decompressor.
getZlibDirectDecompressor(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate implementation of the zlib direct decompressor.
GlobalStorageStatistics - Enum in org.apache.hadoop.fs
Stores global storage statistics objects.
GlobalStorageStatistics.StorageStatisticsProvider - Interface in org.apache.hadoop.fs
A callback API for creating new StorageStatistics instances.
GlobFilter - Class in org.apache.hadoop.fs
A filter for POSIX glob pattern with brace expansions.
GlobFilter(String) - Constructor for class org.apache.hadoop.fs.GlobFilter
Creates a glob filter with the specified file pattern.
GlobFilter(String, PathFilter) - Constructor for class org.apache.hadoop.fs.GlobFilter
Creates a glob filter with the specified file pattern and an user filter.
GlobFilter - Class in org.apache.hadoop.metrics2.filter
A glob pattern filter for metrics.
GlobFilter() - Constructor for class org.apache.hadoop.metrics2.filter.GlobFilter
 
globStatus(Path) - Method in class org.apache.hadoop.fs.FileContext.Util
Return all the files that match filePattern and are not checksum files.
globStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileContext.Util
Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
globStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
Return all the files that match filePattern and are not checksum files.
globStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto) - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface
 
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback<ZKFCProtocolProtos.GracefulFailoverResponseProto>) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
rpc gracefulFailover(.hadoop.common.GracefulFailoverRequestProto) returns (.hadoop.common.GracefulFailoverResponseProto);
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback<ZKFCProtocolProtos.GracefulFailoverResponseProto>) - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Interface
rpc gracefulFailover(.hadoop.common.GracefulFailoverRequestProto) returns (.hadoop.common.GracefulFailoverResponseProto);
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback<ZKFCProtocolProtos.GracefulFailoverResponseProto>) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Stub
 
gracefulFailover() - Method in class org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
Graphite(String, int) - Constructor for class org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
GraphiteSink - Class in org.apache.hadoop.metrics2.sink
A metrics sink that writes to a Graphite server
GraphiteSink() - Constructor for class org.apache.hadoop.metrics2.sink.GraphiteSink
 
GraphiteSink.Graphite - Class in org.apache.hadoop.metrics2.sink
 
GREATER_ICOST - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
group - Variable in class org.apache.hadoop.fs.FsShellPermissions.Chown
 
group(String) - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
Sets the file group.
GROUP_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
GROUP_MAPPING_CONFIG_PREFIX - Static variable in interface org.apache.hadoop.security.GroupMappingServiceProvider
 
GroupMappingServiceProvider - Interface in org.apache.hadoop.security
An interface for the implementation of a user-to-groups mapping service used by Groups.
GROUPS_FIELD_NUMBER - Static variable in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
GzipCodec - Class in org.apache.hadoop.io.compress
This class creates gzip compressors/decompressors.
GzipCodec() - Constructor for class org.apache.hadoop.io.compress.GzipCodec
 
GzipCodec.GzipOutputStream - Class in org.apache.hadoop.io.compress
A bridge that wraps around a DeflaterOutputStream to make it a CompressionOutputStream.
GzipOutputStream(OutputStream) - Constructor for class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
GzipOutputStream(CompressorStream) - Constructor for class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
Allow children types to put a different type in here.

H

HAAdmin.UsageInfo - Class in org.apache.hadoop.ha
UsageInfo class holds args and help details.
HADOOP_AUTHENTICATION_IS_DISABLED - Static variable in class org.apache.hadoop.security.KDiag
 
HADOOP_CALLER_CONTEXT_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_ENABLED_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_MAX_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_MAX_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CUSTOM_TAGS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Deprecated.
Please use CommonConfigurationKeysPublic.HADOOP_TAGS_CUSTOM instead See https://issues.apache.org/jira/browse/HADOOP-15474
HADOOP_HTTP_AUTHENTICATION_TYPE - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_HTTP_LOGS_ENABLED - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_HTTP_LOGS_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_HTTP_LOGS_ENABLED
HADOOP_JAAS_DEBUG - Static variable in class org.apache.hadoop.security.KDiag
 
HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN
HADOOP_RPC_PROTECTION - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_RPC_PROTECTION_NON_WHITELIST - Static variable in class org.apache.hadoop.security.WhitelistBasedResolver
comma separated list containing alternate hadoop.rpc.protection values for clients which are not in whitelist
HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTH_TO_LOCAL - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTH_TO_LOCAL_MECHANISM - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTHENTICATION - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTHORIZATION - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_PASSWORD_FILE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_PROVIDER_PATH - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY
HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_KEY_PREFIX - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_JCE_PROVIDER_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_JCEKS_KEY_SERIALFILTER - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_DNS_INTERFACE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_DNS_NAMESERVER_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_MAPPING - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_SECS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_SECS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_IMPERSONATION_PROVIDER_CLASS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Class to override Impersonation provider
HADOOP_SECURITY_INSTRUMENTATION_REQUIRES_ADMIN - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY
HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY.
HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_KEY_DEFAULT_CIPHER_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY.
HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_KEY_PROVIDER_PATH - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SASL_FIXEDWHITELIST_FILE - Static variable in class org.apache.hadoop.security.WhitelistBasedResolver
Path to the file to containing subnets and ip addresses to form fixed whitelist.
HADOOP_SECURITY_SASL_PROPS_RESOLVER_CLASS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Class to override Sasl Properties for a connection
HADOOP_SECURITY_SASL_VARIABLEWHITELIST_CACHE_SECS - Static variable in class org.apache.hadoop.security.WhitelistBasedResolver
time in seconds by which the variable whitelist file is checked for updates
HADOOP_SECURITY_SASL_VARIABLEWHITELIST_ENABLE - Static variable in class org.apache.hadoop.security.WhitelistBasedResolver
Enables/Disables variable whitelist
HADOOP_SECURITY_SASL_VARIABLEWHITELIST_FILE - Static variable in class org.apache.hadoop.security.WhitelistBasedResolver
Path to the file to containing subnets and ip addresses to form variable whitelist.
HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SECURE_RANDOM_IMPL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SERVICE_USER_NAME_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SOCKS_SERVER_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SYSTEM_TAGS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Deprecated.
Please use CommonConfigurationKeysPublic.HADOOP_TAGS_SYSTEM instead See https://issues.apache.org/jira/browse/HADOOP-15474
HADOOP_TAGS_CUSTOM - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_TAGS_SYSTEM - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_TOKEN_FILE_LOCATION - Static variable in class org.apache.hadoop.security.UserGroupInformation
Environment variable pointing to the token cache file
HADOOP_TOKEN_FILES - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_UTIL_HASH_TYPE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for HADOOP_UTIL_HASH_TYPE_KEY
HADOOP_UTIL_HASH_TYPE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HadoopExecutors - Class in org.apache.hadoop.util.concurrent
Factory methods for ExecutorService, ScheduledExecutorService instances.
HadoopIllegalArgumentException - Exception in org.apache.hadoop
Indicates that a method has been passed illegal or invalid argument.
HadoopIllegalArgumentException(String) - Constructor for exception org.apache.hadoop.HadoopIllegalArgumentException
Constructs exception with the specified detail message.
HadoopScheduledThreadPoolExecutor - Class in org.apache.hadoop.util.concurrent
An extension of ScheduledThreadPoolExecutor that provides additional functionality.
HadoopScheduledThreadPoolExecutor(int) - Constructor for class org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopScheduledThreadPoolExecutor(int, ThreadFactory) - Constructor for class org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - Constructor for class org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopThreadPoolExecutor - Class in org.apache.hadoop.util.concurrent
An extension of ThreadPoolExecutor that provides additional functionality.
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopUncaughtExceptionHandler - Class in org.apache.hadoop.service.launcher
This class is intended to be installed by calling Thread.setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler) in the main entry point.
HadoopUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Constructor for class org.apache.hadoop.service.launcher.HadoopUncaughtExceptionHandler
Create an instance delegating to the supplied handler if the exception is considered "simple".
HadoopUncaughtExceptionHandler() - Constructor for class org.apache.hadoop.service.launcher.HadoopUncaughtExceptionHandler
Basic exception handler -logs simple exceptions, then continues.
halfDigest() - Method in class org.apache.hadoop.io.MD5Hash
Construct a half-sized version of this MD5.
HaltException(int, Throwable) - Constructor for exception org.apache.hadoop.util.ExitUtil.HaltException
 
HaltException(int, String) - Constructor for exception org.apache.hadoop.util.ExitUtil.HaltException
 
HaltException(int, String, Throwable) - Constructor for exception org.apache.hadoop.util.ExitUtil.HaltException
 
handle(DomainSocket) - Method in interface org.apache.hadoop.net.unix.DomainSocketWatcher.Handler
Handles an event on a socket.
handle(Callback[]) - Method in class org.apache.hadoop.security.SaslRpcServer.SaslDigestCallbackHandler
 
handle(Callback[]) - Method in class org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler
 
handleEmptyDstDirectoryOnWindows(Path, File, Path, File) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
handleHttpInteraction(RestCsrfPreventionFilter.HttpInteraction) - Method in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
Handles an RestCsrfPreventionFilter.HttpInteraction by applying the filtering logic.
handleKind(Text) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
handleKind(Text) - Method in class org.apache.hadoop.security.token.Token.TrivialRenewer
 
handleKind(Text) - Method in class org.apache.hadoop.security.token.TokenRenewer
Does this renewer handle this kind of token?
HandleOpt() - Constructor for class org.apache.hadoop.fs.Options.HandleOpt
 
handleRefresh(String, String[]) - Method in interface org.apache.hadoop.ipc.RefreshHandler
Implement this method to accept refresh requests from the administrator.
HardLink() - Constructor for class org.apache.hadoop.fs.FileUtil.HardLink
Deprecated.
 
HardLink - Class in org.apache.hadoop.fs
Class for creating hardlinks.
HardLink() - Constructor for class org.apache.hadoop.fs.HardLink
 
HardLink.LinkStats - Class in org.apache.hadoop.fs
HardLink statistics counters and methods.
HarFileSystem - Class in org.apache.hadoop.fs
This is an implementation of the Hadoop Archive Filesystem.
HarFileSystem() - Constructor for class org.apache.hadoop.fs.HarFileSystem
public construction of harfilesystem
HarFileSystem(FileSystem) - Constructor for class org.apache.hadoop.fs.HarFileSystem
Constructor to create a HarFileSystem with an underlying filesystem.
HarFs - Class in org.apache.hadoop.fs
 
HAS_ACL_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
HAS_ACL = 1;
HAS_CRYPT_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
HAS_CRYPT = 2;
HAS_EC_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
HAS_EC = 4;
hasAccessTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 access_time = 8;
hasAccessTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 access_time = 8;
hasAccessTime() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 access_time = 8;
hasAcl() - Method in class org.apache.hadoop.fs.FileStatus
Tell whether the underlying file or directory has ACLs set.
hasAlias() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
hasAlias() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
required string alias = 1;
hasAlias() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
required string alias = 1;
hasBlockReplication() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 block_replication = 10;
hasBlockReplication() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 block_replication = 10;
hasBlockReplication() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 block_replication = 10;
hasBlockSize() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 block_size = 11;
hasBlockSize() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 block_size = 11;
hasBlockSize() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 block_size = 11;
hasCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
hasCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
hasCallerContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required sint32 callId = 3;
hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required sint32 callId = 3;
hasCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required sint32 callId = 3;
hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required uint32 callId = 1;
hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required uint32 callId = 1;
hasCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required uint32 callId = 1;
hasCapability(String) - Method in class org.apache.hadoop.fs.FSDataInputStream
 
hasCapability(String) - Method in class org.apache.hadoop.fs.FSDataOutputStream
 
hasCapability(String) - Method in interface org.apache.hadoop.fs.StreamCapabilities
Query the stream for a specific capability.
hasChallenge() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional bytes challenge = 5;
hasChallenge() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional bytes challenge = 5;
hasChallenge() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional bytes challenge = 5;
hasClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
hasClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
required string className = 1;
hasClassName() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
required string className = 1;
hasClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
hasClassName() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required string className = 2;
hasClassName() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required string className = 2;
hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required bytes clientId = 4;
hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required bytes clientId = 4;
hasClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required bytes clientId = 4;
hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional bytes clientId = 7;
hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional bytes clientId = 7;
hasClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional bytes clientId = 7;
hasClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required uint64 clientProtocolVersion = 3;
hasClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required uint64 clientProtocolVersion = 3;
hasClientProtocolVersion() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required uint64 clientProtocolVersion = 3;
hasContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
hasContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
required string context = 1;
hasContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
required string context = 1;
hasDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2;
hasDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string declaringClassProtocolName = 2;
hasDeclaringClassProtocolName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string declaringClassProtocolName = 2;
hasEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes ec_data = 17;
hasEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes ec_data = 17;
hasEcData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes ec_data = 17;
hasEffectiveUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
hasEffectiveUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string effectiveUser = 1;
hasEffectiveUser() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string effectiveUser = 1;
hasEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes encryption_data = 15;
hasEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes encryption_data = 15;
hasEncryptionData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes encryption_data = 15;
hasErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
hasErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
hasErrorDetail() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
hasErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5;
hasErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string errorMsg = 5;
hasErrorMsg() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string errorMsg = 5;
HAServiceProtocol - Interface in org.apache.hadoop.ha
Protocol interface that provides High Availability related primitives to monitor and fail-over the service.
HAServiceProtocol.HAServiceState - Enum in org.apache.hadoop.ha
An HA service may be in active or standby state.
HAServiceProtocol.RequestSource - Enum in org.apache.hadoop.ha
 
HAServiceProtocol.StateChangeRequestInfo - Class in org.apache.hadoop.ha
Information describing the source for a request to change state.
HAServiceProtocolHelper - Class in org.apache.hadoop.ha
Helper for making HAServiceProtocol RPC calls.
HAServiceProtocolHelper() - Constructor for class org.apache.hadoop.ha.HAServiceProtocolHelper
 
HAServiceProtocolPB - Interface in org.apache.hadoop.ha.protocolPB
 
HAServiceProtocolProtos - Class in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.GetServiceStatusRequestProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.GetServiceStatusRequestProto
HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.GetServiceStatusRequestProto
HAServiceProtocolProtos.GetServiceStatusRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.GetServiceStatusResponseProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.GetServiceStatusResponseProto
HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.GetServiceStatusResponseProto
HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.HARequestSource - Enum in org.apache.hadoop.ha.proto
Protobuf enum hadoop.common.HARequestSource
HAServiceProtocolProtos.HAServiceProtocolService - Class in org.apache.hadoop.ha.proto
Protobuf service hadoop.common.HAServiceProtocolService
HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.HAServiceProtocolService.Interface - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.HAServiceProtocolService.Stub - Class in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.HAServiceStateProto - Enum in org.apache.hadoop.ha.proto
Protobuf enum hadoop.common.HAServiceStateProto
HAServiceProtocolProtos.HAStateChangeRequestInfoProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.HAStateChangeRequestInfoProto
HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.HAStateChangeRequestInfoProto
HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.MonitorHealthRequestProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.MonitorHealthRequestProto
HAServiceProtocolProtos.MonitorHealthRequestProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.MonitorHealthRequestProto
HAServiceProtocolProtos.MonitorHealthRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.MonitorHealthResponseProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.MonitorHealthResponseProto
HAServiceProtocolProtos.MonitorHealthResponseProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.MonitorHealthResponseProto
HAServiceProtocolProtos.MonitorHealthResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.TransitionToActiveRequestProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToActiveRequestProto
HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToActiveRequestProto
HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.TransitionToActiveResponseProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToActiveResponseProto
HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToActiveResponseProto
HAServiceProtocolProtos.TransitionToActiveResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.TransitionToStandbyRequestProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToStandbyRequestProto
HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToStandbyRequestProto
HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolProtos.TransitionToStandbyResponseProto - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToStandbyResponseProto
HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder - Class in org.apache.hadoop.ha.proto
Protobuf type hadoop.common.TransitionToStandbyResponseProto
HAServiceProtocolProtos.TransitionToStandbyResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
 
HAServiceProtocolService() - Constructor for class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
HAServiceTarget - Class in org.apache.hadoop.ha
Represents a target of the client side HA administration commands.
HAServiceTarget() - Constructor for class org.apache.hadoop.ha.HAServiceTarget
 
hasExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4;
hasExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string exceptionClassName = 4;
hasExceptionClassName() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string exceptionClassName = 4;
hasExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional int32 exitStatus = 1;
hasExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional int32 exitStatus = 1;
hasExitStatus() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional int32 exitStatus = 1;
hasFileType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
hasFileType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
hasFileType() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
hasFlags() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 flags = 18 [default = 0];
hasFlags() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 flags = 18 [default = 0];
hasFlags() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 flags = 18 [default = 0];
hasFlushed - Static variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
hasGroup() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
hasGroup() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string group = 6;
hasGroup() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string group = 6;
hash(Key) - Method in class org.apache.hadoop.util.bloom.HashFunction
Hashes a specified key into several integers.
HASH_COUNT - Static variable in class org.apache.hadoop.io.BloomMapFile
 
hashBytes(byte[], int, int) - Static method in class org.apache.hadoop.io.WritableComparator
Compute hash for binary data.
hashBytes(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Compute hash for binary data.
hashCode() - Method in class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
hashCode() - Method in class org.apache.hadoop.fs.AbstractFileSystem
 
hashCode() - Method in class org.apache.hadoop.fs.ContentSummary
 
hashCode() - Method in class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
hashCode() - Method in class org.apache.hadoop.fs.FileChecksum
 
hashCode() - Method in class org.apache.hadoop.fs.FileStatus
Returns a hash code value for the object, which is defined as the hash code of the path name.
hashCode() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
hashCode() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
hashCode() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
hashCode() - Method in class org.apache.hadoop.fs.LocalFileSystemPathHandle
 
hashCode() - Method in class org.apache.hadoop.fs.LocatedFileStatus
Returns a hash code value for the object, which is defined as the hash code of the path name.
hashCode() - Method in class org.apache.hadoop.fs.Path
 
hashCode() - Method in class org.apache.hadoop.fs.permission.AclEntry
 
hashCode() - Method in class org.apache.hadoop.fs.permission.AclStatus
 
hashCode() - Method in class org.apache.hadoop.fs.permission.FsCreateModes
 
hashCode() - Method in class org.apache.hadoop.fs.permission.FsPermission
 
hashCode() - Method in class org.apache.hadoop.fs.QuotaUsage
 
hashCode() - Method in class org.apache.hadoop.fs.shell.find.Result
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
hashCode() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
hashCode() - Method in class org.apache.hadoop.io.BinaryComparable
Return a hash of the bytes returned from {#getBytes()}.
hashCode() - Method in class org.apache.hadoop.io.BooleanWritable
 
hashCode() - Method in class org.apache.hadoop.io.BytesWritable
 
hashCode() - Method in class org.apache.hadoop.io.ByteWritable
 
hashCode() - Method in class org.apache.hadoop.io.DoubleWritable
 
hashCode() - Method in class org.apache.hadoop.io.EnumSetWritable
 
hashCode() - Method in class org.apache.hadoop.io.erasurecode.ECSchema
 
hashCode() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
 
hashCode() - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
 
hashCode() - Method in class org.apache.hadoop.io.FloatWritable
 
hashCode() - Method in class org.apache.hadoop.io.IntWritable
 
hashCode() - Method in class org.apache.hadoop.io.LongWritable
 
hashCode() - Method in class org.apache.hadoop.io.MapWritable
 
hashCode() - Method in class org.apache.hadoop.io.MD5Hash
Returns a hash code value for this object.
hashCode() - Method in class org.apache.hadoop.io.NullWritable
 
hashCode() - Method in class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
 
hashCode() - Method in class org.apache.hadoop.io.SequenceFile.Metadata
 
hashCode() - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
 
hashCode() - Method in class org.apache.hadoop.io.ShortWritable
hash code
hashCode() - Method in class org.apache.hadoop.io.SortedMapWritable
 
hashCode() - Method in class org.apache.hadoop.io.Text
 
hashCode() - Method in class org.apache.hadoop.io.VIntWritable
 
hashCode() - Method in class org.apache.hadoop.io.VLongWritable
 
hashCode() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
hashCode() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
hashCode() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
hashCode() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
hashCode() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
hashCode() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
hashCode() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
 
hashCode() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
Override hashcode to avoid findbugs warnings
hashCode() - Method in class org.apache.hadoop.metrics2.AbstractMetric
 
hashCode() - Method in class org.apache.hadoop.metrics2.MetricsTag
 
hashCode() - Method in class org.apache.hadoop.net.InnerNodeImpl
 
hashCode() - Method in class org.apache.hadoop.net.SocksSocketFactory
 
hashCode() - Method in class org.apache.hadoop.net.StandardSocketFactory
 
hashCode() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
hashCode() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
hashCode() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
hashCode() - Method in class org.apache.hadoop.security.token.Token
 
hashCode() - Method in class org.apache.hadoop.security.UserGroupInformation
Return the hash of the subject.
hashCode() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
hashCode() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
hashCode() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
hashCode() - Method in class org.apache.hadoop.util.ComparableVersion
 
HashFunction - Class in org.apache.hadoop.util.bloom
Implements a hash object that returns a certain number of hashed values.
HashFunction(int, int, int) - Constructor for class org.apache.hadoop.util.bloom.HashFunction
Constructor.
hasId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
required int64 id = 1;
hasId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
required int64 id = 1;
hasId() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder
required int64 id = 1;
hasId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
required int64 id = 1;
hasId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
required int64 id = 1;
hasId() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder
required int64 id = 1;
hasId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required int64 id = 1;
hasId() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required int64 id = 1;
hasId() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required int64 id = 1;
hasIdentifier() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
hasIdentifier() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
optional string identifier = 1;
hasIdentifier() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
optional string identifier = 1;
hasIdentifier() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes identifier = 1;
hasIdentifier() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes identifier = 1;
hasIdentifier() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes identifier = 1;
hasKerberosCredentials() - Method in class org.apache.hadoop.security.UserGroupInformation
checks if logged in using kerberos
hasKey() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
hasKey() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string key = 1;
hasKey() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string key = 1;
hasKind() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
hasKind() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string kind = 3;
hasKind() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string kind = 3;
hasLength() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 length = 3;
hasLength() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 length = 3;
hasLength() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 length = 3;
hasMechanism() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
hasMechanism() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string mechanism = 2;
hasMechanism() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string mechanism = 2;
hasMethod() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
hasMethod() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string method = 1;
hasMethod() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string method = 1;
hasMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1;
hasMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string methodName = 1;
hasMethodName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string methodName = 1;
hasMillisToCede() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
required uint32 millisToCede = 1;
hasMillisToCede() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
required uint32 millisToCede = 1;
hasMillisToCede() - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder
required uint32 millisToCede = 1;
hasModificationTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 modification_time = 7;
hasModificationTime() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 modification_time = 7;
hasModificationTime() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 modification_time = 7;
hasMore() - Method in interface org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries
 
hasMore() - Method in class org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
 
hasMtime() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional uint64 mtime = 1;
hasMtime() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
optional uint64 mtime = 1;
hasMtime() - Method in interface org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProtoOrBuilder
optional uint64 mtime = 1;
hasNewExpiryTime() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
required uint64 newExpiryTime = 1;
hasNewExpiryTime() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
required uint64 newExpiryTime = 1;
hasNewExpiryTime() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder
required uint64 newExpiryTime = 1;
hasNext() - Method in class org.apache.hadoop.fs.BatchedRemoteIterator
 
hasNext() - Method in class org.apache.hadoop.fs.FileSystem.DirListingIterator
 
hasNext() - Method in interface org.apache.hadoop.fs.RemoteIterator
Returns true if the iteration has more elements.
hasNext() - Method in class org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
hasNext() - Method in class org.apache.hadoop.util.LightWeightGSet.SetIterator
 
hasNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3;
hasNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional string notReadyReason = 3;
hasNotReadyReason() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional string notReadyReason = 3;
hasOwner() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
hasOwner() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string owner = 5;
hasOwner() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string owner = 5;
hasParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 parentId = 2;
hasParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 parentId = 2;
hasParentId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 parentId = 2;
hasPassword() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes password = 2;
hasPassword() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes password = 2;
hasPassword() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes password = 2;
hasPath() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
hasPath() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
required string path = 2;
hasPath() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required string path = 2;
hasPath() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
optional string path = 2;
hasPath() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
optional string path = 2;
hasPath() - Method in interface org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProtoOrBuilder
optional string path = 2;
hasPattern() - Method in class org.apache.hadoop.fs.GlobFilter
 
hasPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
required uint32 perm = 1;
hasPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
required uint32 perm = 1;
hasPerm() - Method in interface org.apache.hadoop.fs.FSProtos.FsPermissionProtoOrBuilder
required uint32 perm = 1;
hasPermission() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
hasPermission() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional .hadoop.fs.FsPermissionProto permission = 4;
hasPermission() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional .hadoop.fs.FsPermissionProto permission = 4;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional string protocol = 3;
hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string protocol = 1;
hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string protocol = 1;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
required string protocol = 1;
hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
required string protocol = 1;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string protocol = 3;
hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string protocol = 3;
hasReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional bool readyToBecomeActive = 2;
hasReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional bool readyToBecomeActive = 2;
hasReadyToBecomeActive() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional bool readyToBecomeActive = 2;
hasRealUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
hasRealUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string realUser = 2;
hasRealUser() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string realUser = 2;
hasRenewer() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
hasRenewer() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
required string renewer = 1;
hasRenewer() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProtoOrBuilder
required string renewer = 1;
hasReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqSource() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
required .hadoop.common.HARequestSource reqSource = 1;
hasReqSource() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
required .hadoop.common.HARequestSource reqSource = 1;
hasReqSource() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder
required .hadoop.common.HARequestSource reqSource = 1;
hasRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional sint32 retryCount = 5 [default = -1];
hasRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional sint32 retryCount = 5 [default = -1];
hasRetryCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional sint32 retryCount = 5 [default = -1];
hasRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional sint32 retryCount = 8 [default = -1];
hasRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional sint32 retryCount = 8 [default = -1];
hasRetryCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional sint32 retryCount = 8 [default = -1];
hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2;
hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string rpcKind = 2;
hasRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string rpcKind = 2;
hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1;
hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
required string rpcKind = 1;
hasRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
required string rpcKind = 1;
hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcKindProto rpcKind = 1;
hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcKindProto rpcKind = 1;
hasRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcKindProto rpcKind = 1;
hasRpcOp() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
hasRpcOp() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
hasRpcOp() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
hasSecret() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional bytes secret = 3;
hasSecret() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional bytes secret = 3;
hasSecret() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional bytes secret = 3;
hasSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3;
hasSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string senderName = 3;
hasSenderName() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string senderName = 3;
hasServerId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
hasServerId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string serverId = 4;
hasServerId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string serverId = 4;
hasServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional uint32 serverIpcVersionNum = 3;
hasServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional uint32 serverIpcVersionNum = 3;
hasServerIpcVersionNum() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional uint32 serverIpcVersionNum = 3;
hasService() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
hasService() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string service = 4;
hasService() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string service = 4;
hasShutdownHook(Runnable) - Method in class org.apache.hadoop.util.ShutdownHookManager
Indicates if a shutdownHook is registered or not.
hasSignature() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
optional bytes signature = 2;
hasSignature() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
optional bytes signature = 2;
hasSignature() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
optional bytes signature = 2;
hasState() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
required .hadoop.common.HAServiceStateProto state = 1;
hasState() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
required .hadoop.common.HAServiceStateProto state = 1;
hasState() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
required .hadoop.common.HAServiceStateProto state = 1;
hasState() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
hasState() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
required .hadoop.common.RpcSaslProto.SaslState state = 2;
hasState() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
hasStatus() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
hasStatus() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
hasStatus() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
hasSymlink() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
hasSymlink() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string symlink = 9;
hasSymlink() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string symlink = 9;
hasToken() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional bytes token = 3;
hasToken() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional bytes token = 3;
hasToken() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional bytes token = 3;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
hasToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional .hadoop.common.TokenProto token = 2;
hasToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional .hadoop.common.TokenProto token = 2;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
optional .hadoop.common.TokenProto token = 1;
hasToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtoOrBuilder
optional .hadoop.common.TokenProto token = 1;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
hasToken() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
hasToken() - Method in interface org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
hasTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 traceId = 1;
hasTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 traceId = 1;
hasTraceId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 traceId = 1;
hasTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
hasTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
hasTraceInfo() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
hasUser() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
hasUser() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
required string user = 1;
hasUser() - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder
required string user = 1;
hasUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2;
hasUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional .hadoop.common.UserInformationProto userInfo = 2;
hasUserInfo() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional .hadoop.common.UserInformationProto userInfo = 2;
hasUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2;
hasUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string userMessage = 2;
hasUserMessage() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string userMessage = 2;
hasVal() - Method in class org.apache.hadoop.util.Waitable
 
hasValue() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
hasValue() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string value = 2;
hasValue() - Method in interface org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string value = 2;
hasVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
required uint64 version = 1;
hasVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
required uint64 version = 1;
hasVersion() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
required uint64 version = 1;
hasVersion() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional uint32 version = 1;
hasVersion() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional uint32 version = 1;
hasVersion() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional uint32 version = 1;
hasWarnedDeprecation(String) - Static method in class org.apache.hadoop.conf.Configuration
Returns whether or not a deprecated name has been warned.
hasWinutilsPath() - Static method in class org.apache.hadoop.util.Shell
Predicate to indicate whether or not the path to winutils is known.
hbMakeCodeLengths(char[], int[], int, int) - Static method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This method is accessible by subclasses for historical purposes.
HEADER_DEFAULT - Static variable in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
HEADER_SIZE - Static variable in class org.apache.hadoop.http.JettyUtils
 
HEADER_USER_AGENT - Static variable in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
headMap(K) - Method in class org.apache.hadoop.io.SortedMapWritable
 
HealthCheckFailedException - Exception in org.apache.hadoop.ha
Exception thrown to indicate that health check of a service failed.
HealthCheckFailedException(String) - Constructor for exception org.apache.hadoop.ha.HealthCheckFailedException
 
HealthCheckFailedException(String, Throwable) - Constructor for exception org.apache.hadoop.ha.HealthCheckFailedException
 
Help() - Constructor for class org.apache.hadoop.fs.FsShell.Help
 
help - Variable in class org.apache.hadoop.ha.HAAdmin.UsageInfo
 
hflush() - Method in class org.apache.hadoop.fs.FSDataOutputStream
 
HFLUSH - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
Stream hflush capability implemented by Syncable.hflush().
hflush() - Method in interface org.apache.hadoop.fs.Syncable
Flush out the data in client's user buffer.
hflush() - Method in class org.apache.hadoop.io.SequenceFile.Writer
 
HHXOR_CODEC_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
 
hideHeaders() - Method in class org.apache.hadoop.tools.TableListing.Builder
Whether to hide column headers in table output
hostName(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
Set the hostname of the http server.
HOSTNAME_PATTERN - Static variable in class org.apache.hadoop.security.SecurityUtil
 
HostsFileReader.HostDetails - Class in org.apache.hadoop.util
An atomic view of the included and excluded hosts
hsync() - Method in class org.apache.hadoop.fs.FSDataOutputStream
 
HSYNC - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
Stream hsync capability implemented by Syncable.hsync().
hsync() - Method in interface org.apache.hadoop.fs.Syncable
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).
hsync() - Method in class org.apache.hadoop.io.SequenceFile.Writer
 
HtmlQuoting - Class in org.apache.hadoop.http
This class is responsible for quoting HTML characters.
HtmlQuoting() - Constructor for class org.apache.hadoop.http.HtmlQuoting
 
HttpConfig.Policy - Enum in org.apache.hadoop.http
 
HttpCrossOriginFilterInitializer - Class in org.apache.hadoop.security
 
HttpCrossOriginFilterInitializer() - Constructor for class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
HttpFileSystem - Class in org.apache.hadoop.fs.http
A Filesystem that reads from HTTP endpoint.
HttpFileSystem() - Constructor for class org.apache.hadoop.fs.http.HttpFileSystem
 
HttpRequestLog - Class in org.apache.hadoop.http
RequestLog object for use with Http
HttpRequestLog() - Constructor for class org.apache.hadoop.http.HttpRequestLog
 
HttpRequestLogAppender - Class in org.apache.hadoop.http
Log4j Appender adapter for HttpRequestLog
HttpRequestLogAppender() - Constructor for class org.apache.hadoop.http.HttpRequestLogAppender
 
HttpServer2.Builder - Class in org.apache.hadoop.http
Class to construct instances of HTTP server with specific options.
HttpServer2.QuotingInputFilter - Class in org.apache.hadoop.http
A Servlet input filter that quotes all HTML active characters in the parameter names and values.
HttpServer2.QuotingInputFilter.RequestQuoter - Class in org.apache.hadoop.http
 
HttpServer2.StackServlet - Class in org.apache.hadoop.http
A very simple servlet to serve up a text representation of the current stack traces.
HttpServer2.XFrameOption - Enum in org.apache.hadoop.http
The X-FRAME-OPTIONS header in HTTP response to mitigate clickjacking attack.
HttpsFileSystem - Class in org.apache.hadoop.fs.http
A Filesystem that reads from HTTPS endpoint.
HttpsFileSystem() - Constructor for class org.apache.hadoop.fs.http.HttpsFileSystem
 

I

id - Variable in enum org.apache.hadoop.util.DataChecksum.Type
 
ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
Idempotent - Annotation Type in org.apache.hadoop.io.retry
Used to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
IDENTIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
IdentityHashStore.Visitor<K,V> - Interface in org.apache.hadoop.util
 
IdMappingConstant - Class in org.apache.hadoop.security
Some constants for IdMapping
IdMappingConstant() - Constructor for class org.apache.hadoop.security.IdMappingConstant
 
IdMappingServiceProvider - Interface in org.apache.hadoop.security
An interface for the implementation of mapping and mapping
ignoreError - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
ignoresThrowable() - Method in class org.apache.hadoop.log.Log4Json
This appender does not ignore throwables
IllegalNumberOfArgumentsException(int, int) - Constructor for exception org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
ImpersonationProvider - Interface in org.apache.hadoop.security.authorize
 
implies(FsAction) - Method in enum org.apache.hadoop.fs.permission.FsAction
Return true if this action implies that action.
in - Variable in class org.apache.hadoop.io.compress.CompressionInputStream
The input stream to be compressed.
includes(String) - Method in class org.apache.hadoop.util.MachineList
Accepts an ip address and return true if ipAddress is in the list
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableCounter
Increment the metric value by 1.
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableCounterInt
 
incr(int) - Method in class org.apache.hadoop.metrics2.lib.MutableCounterInt
Increment the value by a delta
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableCounterLong
 
incr(long) - Method in class org.apache.hadoop.metrics2.lib.MutableCounterLong
Increment the value by a delta
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableGauge
Increment the value of the metric by 1
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeFloat
 
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
 
incr(int) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
Increment by delta
incr() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
 
incr(long) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
Increment by delta
incrementBytesRead(long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read in the statistics.
incrementBytesReadByDistance(int, long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
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.
incrementBytesReadErasureCoded(long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read on erasure-coded files in the statistics.
incrementBytesWritten(long) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes written in the statistics.
incrementCurrentKeyId() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
incrementDelegationTokenSeqNum() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
incrementLargeReadOps(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of large read operations.
incrementReadOps(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of read operations.
incrementWriteOps(int) - Method in class org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of write operations.
INDEX_FILE_NAME - Static variable in class org.apache.hadoop.io.MapFile
The name of the index file.
InetAddressFactory() - Constructor for class org.apache.hadoop.util.MachineList.InetAddressFactory
 
info() - Method in class org.apache.hadoop.metrics2.AbstractMetric
 
info(String, String) - Static method in class org.apache.hadoop.metrics2.lib.Interns
Get a metric info object.
info() - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
 
info() - Method in class org.apache.hadoop.metrics2.lib.MutableCounter
 
info() - Method in class org.apache.hadoop.metrics2.lib.MutableGauge
 
info() - Method in class org.apache.hadoop.metrics2.MetricsTag
 
IngressPortBasedResolver - Class in org.apache.hadoop.security
An implementation of SaslPropertiesResolver.
IngressPortBasedResolver() - Constructor for class org.apache.hadoop.security.IngressPortBasedResolver
 
inheritParentEnv - Variable in class org.apache.hadoop.util.Shell
Indicates if the parent env vars should be inherited or not
init() - Method in class org.apache.hadoop.conf.ReconfigurationServlet
 
init(String[]) - Method in class org.apache.hadoop.crypto.key.KeyShell
Parse the command line arguments and initialize the data.
init(FilterConfig) - Method in class org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.http.NoCacheFilter
 
init() - Method in class org.apache.hadoop.jmx.JMXJsonServlet
Initialize this servlet.
init(Class<?>) - Method in class org.apache.hadoop.metrics2.lib.MutableRates
Initialize the registry with all the methods in a protocol so they all show up in the first snapshot.
init(Class<?>) - Method in class org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
Initialize the registry with all the methods in a protocol so they all show up in the first snapshot.
init(SubsetConfiguration) - Method in interface org.apache.hadoop.metrics2.MetricsPlugin
Initialize the plugin
init(SubsetConfiguration) - Method in class org.apache.hadoop.metrics2.sink.FileSink
 
init(SubsetConfiguration) - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
init(SubsetConfiguration) - Method in class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
init(SubsetConfiguration) - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink
 
init(SubsetConfiguration) - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
init(SubsetConfiguration) - Method in class org.apache.hadoop.metrics2.sink.StatsDSink
 
init(String[]) - Method in class org.apache.hadoop.security.alias.CredentialShell
Parse the command line arguments and initialize the data.
init(String) - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
init(String) - Method in interface org.apache.hadoop.security.authorize.ImpersonationProvider
Specifies the configuration prefix for the proxy user properties and initializes the provider.
init(FilterConfig) - Method in class org.apache.hadoop.security.http.CrossOriginFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
init(FilterConfig) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter
 
init(String[]) - Method in class org.apache.hadoop.security.token.DtUtilShell
Parse the command line arguments and initialize subcommand.
init(Configuration) - Method in class org.apache.hadoop.service.AbstractService
Initialize the service.
init(Configuration) - Method in interface org.apache.hadoop.service.Service
Initialize the service.
init(String[]) - Method in class org.apache.hadoop.tools.CommandShell
Parse the command line arguments and initialize subcommand instance.
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.http.FilterInitializer
Initialize a Filter to a FilterContainer.
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.http.lib.StaticUserWebFilter
 
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.security.AuthenticationFilterInitializer
Initializes hadoop-auth AuthenticationFilter.
initFilter(FilterContainer, Configuration) - Method in class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.FileSystem
Initialize a FileSystem.
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.FilterFileSystem
Called after a new FileSystem instance is constructed.
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.HarFileSystem
Initialize a Har filesystem per har archive.
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.LocalFileSystem
 
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
initialize(Configuration, FileSystem, Path) - Method in class org.apache.hadoop.fs.TrashPolicy
initialize(Configuration, FileSystem) - Method in class org.apache.hadoop.fs.TrashPolicy
Used to setup the trash policy.
initialize(URI, Configuration) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
Called after a new FileSystem instance is constructed.
initialize(String) - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
Convenience method to initialize the metrics system
INITIALIZING_VALUE - Static variable in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
INITIALIZING = 0;
INITIATE_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
INITIATE = 2;
inMiniClusterMode() - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
 
InnerNode.Factory<N extends org.apache.hadoop.net.InnerNode> - Interface in org.apache.hadoop.net
 
InnerNodeImpl - Class in org.apache.hadoop.net
InnerNode represents a switch/router of a data center or rack.
InnerNodeImpl(String) - Constructor for class org.apache.hadoop.net.InnerNodeImpl
Construct an InnerNode from a path-like string
InnerNodeImpl(String, String, InnerNode, int) - Constructor for class org.apache.hadoop.net.InnerNodeImpl
Construct an InnerNode from its name, its network location, its parent, and its level
InnerNodeImpl.Factory - Class in org.apache.hadoop.net
 
insert(long) - Method in interface org.apache.hadoop.metrics2.util.QuantileEstimator
 
instance() - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
 
instantiateService(Configuration) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Instantiate the service defined in serviceClassName.
IntegerOption(int) - Constructor for class org.apache.hadoop.util.Options.IntegerOption
 
IntegerRanges() - Constructor for class org.apache.hadoop.conf.Configuration.IntegerRanges
 
IntegerRanges(String) - Constructor for class org.apache.hadoop.conf.Configuration.IntegerRanges
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
internalGetValueMap() - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
internalGetValueMap() - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
internalGetValueMap() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
Interns - Class in org.apache.hadoop.metrics2.lib
Helpers to create interned metrics info.
Interns() - Constructor for class org.apache.hadoop.metrics2.lib.Interns
 
internStringsInArray(String[]) - Static method in class org.apache.hadoop.util.StringInterner
Interns all the strings in the given array in place, returning the same array.
InterruptData(String, int) - Constructor for class org.apache.hadoop.service.launcher.IrqHandler.InterruptData
 
interrupted(IrqHandler.InterruptData) - Method in interface org.apache.hadoop.service.launcher.IrqHandler.Interrupted
Handle an interrupt.
InterruptEscalator.ServiceForcedShutdown - Class in org.apache.hadoop.service.launcher
Forced shutdown runnable.
IntrusiveCollection.IntrusiveIterator - Class in org.apache.hadoop.util
An iterator over the intrusive collection.
IntWritable - Class in org.apache.hadoop.io
A WritableComparable for ints.
IntWritable() - Constructor for class org.apache.hadoop.io.IntWritable
 
IntWritable(int) - Constructor for class org.apache.hadoop.io.IntWritable
 
IntWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for IntWritable.
invalidateCache(String) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
 
invalidateCache(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
Can be used by implementing classes to invalidate the caches.
invalidateCache(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
invalidateCache(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
InvalidChecksumSizeException - Exception in org.apache.hadoop.util
Thrown when bytesPerChecksun field in the meta file is less than or equal to 0 or type is invalid.
InvalidChecksumSizeException(String) - Constructor for exception org.apache.hadoop.util.InvalidChecksumSizeException
 
InvalidPathException - Exception in org.apache.hadoop.fs
Path string is invalid either because it has invalid characters or due to other file system specific reasons.
InvalidPathException(String) - Constructor for exception org.apache.hadoop.fs.InvalidPathException
Constructs exception with the specified detail message.
InvalidPathException(String, String) - Constructor for exception org.apache.hadoop.fs.InvalidPathException
Constructs exception with the specified detail message.
InvalidPathHandleException - Exception in org.apache.hadoop.fs
Thrown when the constraints enoded in a PathHandle do not hold.
InvalidPathHandleException(String) - Constructor for exception org.apache.hadoop.fs.InvalidPathHandleException
 
InvalidPathHandleException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.InvalidPathHandleException
 
InvalidRequestException - Exception in org.apache.hadoop.fs
Thrown when the user makes a malformed request, for example missing required parameters or parameters that are not valid.
InvalidRequestException(String) - Constructor for exception org.apache.hadoop.fs.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.InvalidRequestException
 
InvalidToken(String) - Constructor for exception org.apache.hadoop.security.token.SecretManager.InvalidToken
 
InvalidTopologyException(String) - Constructor for exception org.apache.hadoop.net.NetworkTopology.InvalidTopologyException
 
IO_COMPRESSION_CODEC_LZO_CLASS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Codec class that implements Lzo compression algorithm
IO_FILE_BUFFER_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_FILE_BUFFER_SIZE_KEY
IO_FILE_BUFFER_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAP_INDEX_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAP_INDEX_INTERVAL_DEFAULT
IO_MAP_INDEX_INTERVAL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAP_INDEX_SKIP_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAP_INDEX_SKIP_KEY
IO_MAP_INDEX_SKIP_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAPFILE_BLOOM_ERROR_RATE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAPFILE_BLOOM_ERROR_RATE_KEY
IO_MAPFILE_BLOOM_ERROR_RATE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAPFILE_BLOOM_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAPFILE_BLOOM_SIZE_KEY
IO_MAPFILE_BLOOM_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SEQFILE_COMPRESS_BLOCKSIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY
IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SERIALIZATIONS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SKIP_CHECKSUM_ERRORS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_SKIP_CHECKSUM_ERRORS_KEY
IO_SKIP_CHECKSUM_ERRORS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SORT_FACTOR_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
IO_SORT_FACTOR_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Deprecated.
Moved to mapreduce, see mapreduce.task.io.sort.factor in mapred-default.xml See https://issues.apache.org/jira/browse/HADOOP-6801 For SequenceFile.Sorter control instead, see CommonConfigurationKeysPublic.SEQ_IO_SORT_FACTOR_KEY.
IO_SORT_MB_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
IO_SORT_MB_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Deprecated.
Moved to mapreduce, see mapreduce.task.io.sort.mb in mapred-default.xml See https://issues.apache.org/jira/browse/HADOOP-6801 For SequenceFile.Sorter control instead, see CommonConfigurationKeysPublic.SEQ_IO_SORT_MB_KEY.
IOUtils - Class in org.apache.hadoop.io
An utility class for I/O related functionality.
IOUtils() - Constructor for class org.apache.hadoop.io.IOUtils
 
IOUtils.NullOutputStream - Class in org.apache.hadoop.io
The /dev/null of OutputStreams.
IPC_CALLQUEUE_PRIORITY_LEVELS_DEFAULT - Static variable in class org.apache.hadoop.ipc.FairCallQueue
Deprecated.
IPC_CALLQUEUE_PRIORITY_LEVELS_KEY - Static variable in class org.apache.hadoop.ipc.FairCallQueue
Deprecated.
IPC_CALLQUEUE_WRRMUX_WEIGHTS_KEY - Static variable in class org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
 
IPC_CLIENT_CONNECT_MAX_RETRIES_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_MAX_RETRIES_KEY
IPC_CLIENT_CONNECT_MAX_RETRIES_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY
IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECT_RETRY_INTERVAL_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY
IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECT_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_TIMEOUT_KEY
IPC_CLIENT_CONNECT_TIMEOUT_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECTION_MAXIDLETIME_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY
IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_IDLETHRESHOLD_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_IDLETHRESHOLD_DEFAULT
IPC_CLIENT_IDLETHRESHOLD_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_KILL_MAX_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_KILL_MAX_KEY
IPC_CLIENT_KILL_MAX_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_LOW_LATENCY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Enable low-latency connections from the client
IPC_CLIENT_LOW_LATENCY_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value of IPC_CLIENT_LOW_LATENCY
IPC_CLIENT_TCPNODELAY_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_TCPNODELAY_KEY
IPC_CLIENT_TCPNODELAY_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_THRESHOLDS_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_DECAYSCHEDULER_THRESHOLDS_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
Thresholds are specified as integer percentages, and specify which usage range each queue will be allocated to.
IPC_FCQ_DECAYSCHEDULER_FACTOR_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
Deprecated.
IPC_FCQ_DECAYSCHEDULER_PERIOD_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
Deprecated.
IPC_FCQ_DECAYSCHEDULER_THRESHOLDS_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
Deprecated.
IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_DEFAULT - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
Decay factor controls how much each count is suppressed by on each sweep.
IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_DEFAULT - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_KEY - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
Period controls how many milliseconds between each decay sweep.
IPC_SERVER_LISTEN_QUEUE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_SERVER_LISTEN_QUEUE_SIZE_KEY
IPC_SERVER_LISTEN_QUEUE_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_SERVER_LOG_SLOW_RPC - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Logs if a RPC is really slow compared to rest of RPCs.
IPC_SERVER_LOG_SLOW_RPC_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_SERVER_MAX_CONNECTIONS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_SERVER_MAX_CONNECTIONS_KEY
IPC_SERVER_MAX_CONNECTIONS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_SERVER_TCPNODELAY_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_SERVER_TCPNODELAY_KEY
IPC_SERVER_TCPNODELAY_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IpcConnectionContextProtos - Class in org.apache.hadoop.ipc.protobuf
 
IpcConnectionContextProtos.IpcConnectionContextProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.IpcConnectionContextProto
IpcConnectionContextProtos.IpcConnectionContextProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.IpcConnectionContextProto
IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
IpcConnectionContextProtos.UserInformationProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.UserInformationProto
IpcConnectionContextProtos.UserInformationProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.UserInformationProto
IpcConnectionContextProtos.UserInformationProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
IpcException - Exception in org.apache.hadoop.ipc
IPC exception is thrown by IPC layer when the IPC connection cannot be established.
IpcException(String) - Constructor for exception org.apache.hadoop.ipc.IpcException
 
IPList - Interface in org.apache.hadoop.util
 
IrqHandler.InterruptData - Class in org.apache.hadoop.service.launcher
Interrupt data to pass on.
IrqHandler.Interrupted - Interface in org.apache.hadoop.service.launcher
Callback issues on an interrupt.
isAbsolute() - Method in class org.apache.hadoop.fs.Path
Returns true if the path component (i.e.
isAbsoluteAndSchemeAuthorityNull() - Method in class org.apache.hadoop.fs.Path
Returns true if the path component (i.e.
isAction() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
isAction() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Indicates whether this expression performs an action, i.e.
isAction() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
isActive() - Method in class org.apache.hadoop.http.IsActiveServlet
 
IsActiveServlet - Class in org.apache.hadoop.http
Used by Load Balancers to detect the active NameNode/ResourceManager/Router.
IsActiveServlet() - Constructor for class org.apache.hadoop.http.IsActiveServlet
 
isAllAllowed() - Method in class org.apache.hadoop.security.authorize.AccessControlList
 
isAncestor(Node) - Method in class org.apache.hadoop.net.InnerNodeImpl
Judge if this node is an ancestor of node n
isAsynchronousMode() - Static method in class org.apache.hadoop.ipc.Client
Check if RPC is in asynchronous mode or not.
isAutoFailoverEnabled() - Method in class org.apache.hadoop.ha.HAServiceTarget
 
isAvailable() - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
Return true if the JNI-based native IO extensions are available.
isBlockCompressed() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns true if records are block-compressed.
isBrowser(String) - Method in class org.apache.hadoop.security.http.RestCsrfPreventionFilter
This method interrogates the User-Agent String and returns whether it refers to a browser.
isChecksumFile(Path) - Static method in class org.apache.hadoop.fs.ChecksumFileSystem
Return true iff file is a checksum file name.
isClientBackoffEnabled() - Method in class org.apache.hadoop.ipc.Server
 
isCompressed() - Method in class org.apache.hadoop.io.SequenceFile.Reader
Returns true if values are compressed.
isConnected() - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
isCopyOnCreateFile() - Method in interface org.apache.hadoop.fs.BlockStoragePolicySpi
Returns true if the policy is inherit-only and cannot be changed for an existing file.
isCorrupt() - Method in class org.apache.hadoop.fs.BlockLocation
Get the corrupt flag.
isDeclaredComponentType(Class<?>) - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
 
isDeprecated(String) - Static method in class org.apache.hadoop.conf.Configuration
checks whether the given key is deprecated.
isDepthFirst() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Should directory tree be traversed depth first?
isDescend() - Method in class org.apache.hadoop.fs.shell.find.Result
Should further directories be descended.
isDir() - Method in class org.apache.hadoop.fs.FileStatus
isDirectory() - Method in class org.apache.hadoop.fs.FileStatus
Is this a directory?
isDirectory(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
isDone() - Method in interface org.apache.hadoop.util.concurrent.AsyncGet
 
isDone() - Method in class org.apache.hadoop.util.concurrent.AsyncGetFuture
 
isEmpty() - Method in class org.apache.hadoop.conf.Configuration.IntegerRanges
 
isEmpty() - Method in class org.apache.hadoop.io.MapWritable
 
isEmpty() - Method in class org.apache.hadoop.io.MultipleIOException.Builder
 
isEmpty() - Method in class org.apache.hadoop.io.SortedMapWritable
 
isEnabled() - Method in class org.apache.hadoop.fs.Trash
Returns whether the trash is enabled for this filesystem
isEnabled() - Method in class org.apache.hadoop.fs.TrashPolicy
Returns whether the Trash Policy is enabled for this filesystem.
isEncrypted() - Method in class org.apache.hadoop.fs.FileStatus
Tell whether the underlying file or directory is encrypted or not.
isEqual(Object, Object) - Static method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
isErasureCoded() - Method in class org.apache.hadoop.fs.FileStatus
Tell whether the underlying file or directory is erasure coded or not.
isFile() - Method in class org.apache.hadoop.fs.FileStatus
Is this a file?
isFile(Path) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
isFollowArgLink() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Should command line symbolic links be follows?
isFollowLink() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
Should symbolic links be follows?
isFromKeytab() - Method in class org.apache.hadoop.security.UserGroupInformation
Is this user logged in from a keytab file managed by the UGI?
isHealthy() - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
Gets the if the node is healthy or not
isHttpEnabled() - Method in enum org.apache.hadoop.http.HttpConfig.Policy
 
isHttpsEnabled() - Method in enum org.apache.hadoop.http.HttpConfig.Policy
 
isIn(String) - Method in class org.apache.hadoop.util.CacheableIPList
 
isIn(String) - Method in class org.apache.hadoop.util.CombinedIPList
 
isIn(String) - Method in class org.apache.hadoop.util.CombinedIPWhiteList
 
isIn(String) - Method in class org.apache.hadoop.util.FileBasedIPList
 
isIn(String) - Method in interface org.apache.hadoop.util.IPList
returns true if the ipAddress is in the IPList.
isIncluded(int) - Method in class org.apache.hadoop.conf.Configuration.IntegerRanges
Is the given value in the set of ranges
isInitialized() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
isInitialized() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
isInitialized() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
isInitialized() - Static method in class org.apache.hadoop.security.UserGroupInformation
 
isInitialized() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
isInitialized() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
isInitialized() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
isInState(Service.STATE) - Method in class org.apache.hadoop.service.AbstractService
 
isInState(Service.STATE) - Method in interface org.apache.hadoop.service.Service
Query to see if the service is in a specific state.
isInState(Service.STATE) - Method in class org.apache.hadoop.service.ServiceStateModel
Query that the state is in a specific state
isInstrumentationAccessAllowed(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.jmx.JMXJsonServlet
 
isIP4Address(String) - Static method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
isJava7OrAbove() - Static method in class org.apache.hadoop.util.Shell
Deprecated.
This call isn't needed any more: please remove uses of it.
isJavaVersionAtLeast(int) - Static method in class org.apache.hadoop.util.Shell
Query to see if major version of Java specification of the system is equal or greater than the parameter.
isLocalhost(String) - Static method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
isLoginKeytabBased() - Static method in class org.apache.hadoop.security.UserGroupInformation
Did the login happen via keytab
isLoginTicketBased() - Static method in class org.apache.hadoop.security.UserGroupInformation
Did the login happen via ticket cache
isLogSlowRPC() - Method in class org.apache.hadoop.ipc.Server
Checks if LogSlowRPC is set true.
isManaged(Token<?>) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
isManaged() - Method in class org.apache.hadoop.security.token.Token
Is this token managed so that it can be renewed or cancelled?
isManaged(Token<?>) - Method in class org.apache.hadoop.security.token.Token.TrivialRenewer
 
isManaged(Token<?>) - Method in class org.apache.hadoop.security.token.TokenRenewer
Is the given token managed? Only managed tokens may be renewed or cancelled.
isMappingSingleSwitch(DNSToSwitchMapping) - Static method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
Query for a DNSToSwitchMapping instance being on a single switch.
isMethodSupported(String) - Method in class org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
isMethodSupported(String) - Method in class org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
isMethodSupported(String, Class<?>...) - Method in class org.apache.hadoop.ipc.ProtocolProxy
Check if a method is supported by the server or not
isMethodSupported(Object, Class<?>, RPC.RpcKind, long, String) - Static method in class org.apache.hadoop.ipc.RpcClientUtil
Returns whether the given method is supported or not.
isMethodSupported(String) - Method in class org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
isMethodSupported(String) - Method in class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
isMethodSupported(String) - Method in class org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
isMovable() - Method in enum org.apache.hadoop.fs.StorageType
 
isNativeBzip2Loaded(Configuration) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Check if native-bzip2 code is loaded & initialized correctly and can be loaded for this job.
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.Lz4Codec
Are the native lz4 libraries loaded & initialized?
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
 
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
 
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.SnappyCodec
 
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.ZStandardCodec
 
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
isNativeCodeLoaded() - Static method in class org.apache.hadoop.io.erasurecode.ErasureCodeNative
Are native libraries loaded?
isNativeZlibLoaded(Configuration) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Check if native-zlib code is loaded & initialized correctly and can be loaded for this job.
isNegativeVInt(byte) - Static method in class org.apache.hadoop.io.WritableUtils
Given the first byte of a vint/vlong, determine the sign
isOpen() - Method in class org.apache.hadoop.util.CloseableReferenceCount
Return true if the status is currently open.
isOperator() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
isOperator() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Identifies the expression as an operator rather than a primary.
isOperator() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
isOriginalTGT(KerberosTicket) - Static method in class org.apache.hadoop.security.SecurityUtil
Check whether the server principal is the TGS's principal
isParent(Node) - Method in class org.apache.hadoop.net.InnerNodeImpl
Judge if this node is the parent of node n
isPass() - Method in class org.apache.hadoop.fs.shell.find.Result
Should processing continue.
isPrivate() - Method in class org.apache.hadoop.security.token.Token
Whether this is a private token.
isPrivateCloneOf(Text) - Method in class org.apache.hadoop.security.token.Token
Whether this is a private clone of a public token.
isPrivilegedPort(int) - Static method in class org.apache.hadoop.security.SecurityUtil
 
isPropertyReconfigurable(String) - Method in interface org.apache.hadoop.conf.Reconfigurable
Return whether a given property is changeable at run time.
isPropertyReconfigurable(String) - Method in class org.apache.hadoop.conf.ReconfigurableBase
Return whether a given property is changeable at run time.
isPropertyTag(String) - Method in class org.apache.hadoop.conf.Configuration
Get Property tag Enum corresponding to given source.
isProxyServer(String) - Static method in class org.apache.hadoop.security.authorize.ProxyServers
 
isRack() - Method in class org.apache.hadoop.net.InnerNodeImpl
Judge if this node represents a rack
isRecursive() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Return true to create the parent directories if they do not exist.
isResponseDeferred() - Method in class org.apache.hadoop.ipc.Server.Call
 
isRoot() - Method in class org.apache.hadoop.fs.Path
Returns true if and only if this path represents the root of a file system.
isRpcInvocation() - Static method in class org.apache.hadoop.ipc.Server
Return true if the invocation was through an RPC.
isRunning() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
is secretMgr running
isRunning() - Method in class org.apache.hadoop.util.StopWatch
The method is used to find out if the StopWatch is started.
isSecurityEnabled() - Static method in class org.apache.hadoop.security.UserGroupInformation
Determine if UserGroupInformation is using Kerberos to determine user identities or is relying on simple authentication
isSetsidAvailable - Static variable in class org.apache.hadoop.util.Shell
Flag which is true if setsid exists.
isShutdownInProgress() - Method in class org.apache.hadoop.util.ShutdownHookManager
Indicates if shutdown is in progress or not.
isSimpleAuthentication(Configuration) - Method in class org.apache.hadoop.security.KDiag
Is the authentication method of this configuration "simple"?
isSingleSwitch() - Method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
Predicate that indicates that the switch mapping is known to be single-switch.
isSingleSwitch() - Method in class org.apache.hadoop.net.CachedDNSToSwitchMapping
Delegate the switch topology query to the raw mapping, via AbstractDNSToSwitchMapping.isMappingSingleSwitch(DNSToSwitchMapping)
isSingleSwitch() - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
Declare that the mapper is single-switched if a script was not named in the configuration.
isSingleSwitchByScriptPolicy() - Method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
 
isSnapshotEnabled() - Method in class org.apache.hadoop.fs.FileStatus
Check if directory is Snapshot enabled or not.
isSorted() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader
Is the TFile sorted?
isStickyBit() - Method in class org.apache.hadoop.fs.permission.AclStatus
Returns the sticky bit.
isSuccess() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
 
isSupported() - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
isSupportSparseMetrics() - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
isSymlink() - Method in class org.apache.hadoop.fs.FileStatus
Is this a symbolic link?
isSystemClass(String, List<String>) - Static method in class org.apache.hadoop.util.ApplicationClassLoader
Checks if a class should be included as a system class.
isTimedOut() - Method in class org.apache.hadoop.util.Shell
To check if the passed script to shell command executor timed out or not.
isTokenRequired() - Method in interface org.apache.hadoop.security.token.DtFetcher
Used to allow the service API to indicate whether a token is required.
isTracked(String) - Method in class org.apache.hadoop.fs.StorageStatistics
Return true if a statistic is being tracked.
isTransient() - Method in class org.apache.hadoop.crypto.key.KeyProvider
Indicates whether this provider represents a store that is intended for transient use - such as the UserProvider is.
isTransient() - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
 
isTransient() - Method in enum org.apache.hadoop.fs.StorageType
 
isTransient() - Method in class org.apache.hadoop.security.alias.CredentialProvider
Indicates whether this provider represents a store that is intended for transient use - such as the UserProvider is.
isTypeConsumedAvailable() - Method in class org.apache.hadoop.fs.QuotaUsage
Return true if any storage type consumption information is available.
isTypeQuotaSet() - Method in class org.apache.hadoop.fs.QuotaUsage
Return true if any storage type quota has been set.
isUriPathAbsolute() - Method in class org.apache.hadoop.fs.Path
Returns true if the path component (i.e.
isUserAllowed(UserGroupInformation) - Method in class org.apache.hadoop.security.authorize.AccessControlList
 
isUserInList(UserGroupInformation) - Method in class org.apache.hadoop.security.authorize.AccessControlList
Checks if a user represented by the provided UserGroupInformation is a member of the Access Control List
isValid() - Method in class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
isValidName(String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Returns true if the specified string is considered valid in the path part of a URI by this file system.
isValidName(String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
isValidProtocol(String) - Static method in class org.apache.hadoop.log.LogLevel
 
isValidStateTransition(Service.STATE, Service.STATE) - Static method in class org.apache.hadoop.service.ServiceStateModel
Is a state transition valid? There are no checks for current==proposed as that is considered a non-transition.
isValueLengthKnown() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Check whether it is safe to call getValueLength().
isViewFileSystem(FileSystem) - Static method in class org.apache.hadoop.fs.viewfs.ViewFileSystemUtil
Check if the FileSystem is a ViewFileSystem.
isWindowsAbsolutePath(String, boolean) - Static method in class org.apache.hadoop.fs.Path
Determine whether a given path string represents an absolute path on Windows.
iterator() - Method in class org.apache.hadoop.conf.Configuration.IntegerRanges
 
iterator() - Method in class org.apache.hadoop.conf.Configuration
Get an Iterator to go through the list of String key-value pairs in the configuration.
iterator() - Method in enum org.apache.hadoop.fs.GlobalStorageStatistics
Get an iterator that we can use to iterate throw all the global storage statistics objects.
iterator() - Method in class org.apache.hadoop.io.EnumSetWritable
 
iterator() - Method in class org.apache.hadoop.ipc.CallQueueManager
 
iterator() - Method in class org.apache.hadoop.ipc.FairCallQueue
Iterator is not implemented, as it is not needed.

J

JAVA_SECURITY_KRB5_CONF - Static variable in class org.apache.hadoop.security.KDiag
 
JAVA_SECURITY_KRB5_KDC_ADDRESS - Static variable in class org.apache.hadoop.security.KDiag
 
JAVA_SECURITY_KRB5_REALM - Static variable in class org.apache.hadoop.security.KDiag
 
JavaKeyStoreProvider.Factory - Class in org.apache.hadoop.crypto.key
The factory to create JksProviders, which is used by the ServiceLoader.
JavaKeyStoreProvider.Factory - Class in org.apache.hadoop.security.alias
The factory to create JksProviders, which is used by the ServiceLoader.
JavaKeyStoreProvider.KeyMetadata - Class in org.apache.hadoop.crypto.key
An adapter between a KeyStore Key and our Metadata.
JavaSerialization - Class in org.apache.hadoop.io.serializer
An experimental Serialization for Java Serializable classes.
JavaSerialization() - Constructor for class org.apache.hadoop.io.serializer.JavaSerialization
 
JavaSerializationComparator<T extends Serializable & Comparable<T>> - Class in org.apache.hadoop.io.serializer
A RawComparator that uses a JavaSerialization Deserializer to deserialize objects that are then compared via their Comparable interfaces.
JavaSerializationComparator() - Constructor for class org.apache.hadoop.io.serializer.JavaSerializationComparator
 
JCEKS_KEY_SERIAL_FILTER - Static variable in class org.apache.hadoop.crypto.key.KeyProvider
 
JCEKS_KEY_SERIALFILTER_DEFAULT - Static variable in class org.apache.hadoop.crypto.key.KeyProvider
 
JettyUtils - Class in org.apache.hadoop.http
Contains utility methods and constants relating to Jetty.
JMXJsonServlet - Class in org.apache.hadoop.jmx
Provides Read only web access to JMX.
JMXJsonServlet() - Constructor for class org.apache.hadoop.jmx.JMXJsonServlet
 
JniBasedUnixGroupsMappingWithFallback - Class in org.apache.hadoop.security
 
JniBasedUnixGroupsMappingWithFallback() - Constructor for class org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
JniBasedUnixGroupsNetgroupMappingWithFallback - Class in org.apache.hadoop.security
 
JniBasedUnixGroupsNetgroupMappingWithFallback() - Constructor for class org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
join() - Method in class org.apache.hadoop.ipc.Server
Wait for the server to be stopped.
JSON_TYPE - Static variable in class org.apache.hadoop.log.Log4Json
 
jsonFactory - Variable in class org.apache.hadoop.jmx.JMXJsonServlet
Json Factory to create Json generators for write objects in json format

K

KDiag - Class in org.apache.hadoop.security
Kerberos diagnostics This operation expands some of the diagnostic output of the security code, but not all.
KDiag(Configuration, PrintWriter, File, String, long, boolean) - Constructor for class org.apache.hadoop.security.KDiag
 
KDiag() - Constructor for class org.apache.hadoop.security.KDiag
 
KDiag.KerberosDiagsFailure - Exception in org.apache.hadoop.security
Diagnostics failures return the exit code 41, "unauthorized".
KDIAG_FAILURE - Static variable in class org.apache.hadoop.security.KDiag
The exit code for a failure of the diagnostics: 41 == HTTP 401 == unauth.
KERBEROS_KINIT_COMMAND - Static variable in class org.apache.hadoop.security.KDiag
 
KerberosAuthException - Exception in org.apache.hadoop.security
Thrown when UserGroupInformation failed with an unrecoverable error, such as failure in kerberos login/logout, invalid subject etc.
KerberosAuthException(String) - Constructor for exception org.apache.hadoop.security.KerberosAuthException
 
KerberosAuthException(Throwable) - Constructor for exception org.apache.hadoop.security.KerberosAuthException
 
KerberosAuthException(String, Throwable) - Constructor for exception org.apache.hadoop.security.KerberosAuthException
 
KerberosDelegationTokenAuthenticator - Class in org.apache.hadoop.security.token.delegation.web
The KerberosDelegationTokenAuthenticator provides support for Kerberos SPNEGO authentication mechanism and support for Hadoop Delegation Token operations.
KerberosDelegationTokenAuthenticator() - Constructor for class org.apache.hadoop.security.token.delegation.web.KerberosDelegationTokenAuthenticator
 
KerberosDiagsFailure(String, String) - Constructor for exception org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
KerberosDiagsFailure(String, String, Object...) - Constructor for exception org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
KerberosDiagsFailure(String, Throwable, String, Object...) - Constructor for exception org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
key() - Method in class org.apache.hadoop.io.ArrayFile.Reader
Returns the key associated with the most recent call to ArrayFile.Reader.seek(long), ArrayFile.Reader.next(Writable), or ArrayFile.Reader.get(long,Writable).
KEY_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
KEY_PROVIDER_PATH - Static variable in class org.apache.hadoop.crypto.key.KeyProviderFactory
 
keyClass(Class<? extends WritableComparable>) - Static method in class org.apache.hadoop.io.MapFile.Writer
 
keyClass(Class<?>) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
keyPassword(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
 
KeyProvider - Class in org.apache.hadoop.crypto.key
A provider of secret key material for Hadoop applications.
KeyProvider(Configuration) - Constructor for class org.apache.hadoop.crypto.key.KeyProvider
Constructor.
KeyProvider.KeyVersion - Class in org.apache.hadoop.crypto.key
The combination of both the key version name and the key material.
KeyProvider.Metadata - Class in org.apache.hadoop.crypto.key
Key metadata that is associated with the key.
KeyProvider.Options - Class in org.apache.hadoop.crypto.key
Options when creating key objects.
KeyProviderCryptoExtension.CryptoExtension - Interface in org.apache.hadoop.crypto.key
CryptoExtension is a type of Extension that exposes methods to generate EncryptedKeys and to decrypt the same.
KeyProviderCryptoExtension.EncryptedKeyVersion - Class in org.apache.hadoop.crypto.key
An encrypted encryption key (EEK) and related information.
KeyProviderDelegationTokenExtension - Class in org.apache.hadoop.crypto.key
A KeyProvider extension with the ability to add a renewer's Delegation Tokens to the provided Credentials.
KeyProviderDelegationTokenExtension.DelegationTokenExtension - Interface in org.apache.hadoop.crypto.key
DelegationTokenExtension is a type of Extension that exposes methods needed to work with Delegation Tokens.
KeyProviderExtension<E extends KeyProviderExtension.Extension> - Class in org.apache.hadoop.crypto.key
This is a utility class used to extend the functionality of KeyProvider, that takes a KeyProvider and an Extension.
KeyProviderExtension(KeyProvider, E) - Constructor for class org.apache.hadoop.crypto.key.KeyProviderExtension
 
KeyProviderExtension.Extension - Interface in org.apache.hadoop.crypto.key
A marker interface for the KeyProviderExtension subclass implement.
KeyProviderFactory - Class in org.apache.hadoop.crypto.key
A factory to create a list of KeyProvider based on the path given in a Configuration.
KeyProviderFactory() - Constructor for class org.apache.hadoop.crypto.key.KeyProviderFactory
 
keySerializer - Variable in class org.apache.hadoop.io.SequenceFile.Writer
 
keySet() - Method in class org.apache.hadoop.io.MapWritable
 
keySet() - Method in class org.apache.hadoop.io.SortedMapWritable
 
KeyShell - Class in org.apache.hadoop.crypto.key
This program is the CLI utility for the KeyProvider facilities in Hadoop.
KeyShell() - Constructor for class org.apache.hadoop.crypto.key.KeyShell
 
keyStore(String, String, String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
 
KeyVersion(String, String, byte[]) - Constructor for class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
KIND_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_CACHE_EXPIRY (12 hrs)
KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_MS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_NUM_REFILL_THREADS
KMS_CLIENT_ENC_KEY_CACHE_SIZE - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_CACHE_SIZE
KMS_CLIENT_FAILOVER_MAX_RETRIES_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value is the number of providers specified.
KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value is 100 ms.
KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value is 2 secs.
KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_TIMEOUT_SECONDS - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMSClientProvider.Factory - Class in org.apache.hadoop.crypto.key.kms
The factory to create KMSClientProvider, which is used by the ServiceLoader.
KMSClientProvider.KMSEncryptedKeyVersion - Class in org.apache.hadoop.crypto.key.kms
 
KMSClientProvider.KMSKeyVersion - Class in org.apache.hadoop.crypto.key.kms
 
KMSClientProvider.KMSMetadata - Class in org.apache.hadoop.crypto.key.kms
 
KMSClientProvider.KMSTokenRenewer - Class in org.apache.hadoop.crypto.key.kms
The KMS implementation of TokenRenewer.
KMSDelegationToken.KMSDelegationTokenIdentifier - Class in org.apache.hadoop.crypto.key.kms
DelegationTokenIdentifier used for the KMS.
KMSDelegationTokenIdentifier() - Constructor for class org.apache.hadoop.crypto.key.kms.KMSDelegationToken.KMSDelegationTokenIdentifier
 
KMSEncryptedKeyVersion(String, String, byte[], String, byte[]) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSEncryptedKeyVersion
 
KMSKeyVersion(String, String, byte[]) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSKeyVersion
 
KMSMetadata(String, int, String, Map<String, String>, Date, int) - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSMetadata
 
KMSTokenRenewer() - Constructor for class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
KRB5_CCNAME - Static variable in class org.apache.hadoop.security.KDiag
Location of the kerberos ticket cache as passed down via an environment variable.
KRB5_CONFIG - Static variable in class org.apache.hadoop.security.KDiag
Location of main kerberos configuration file as passed down via an environment variable.

L

lastKey() - Method in class org.apache.hadoop.io.SortedMapWritable
 
lastStat() - Method in class org.apache.hadoop.metrics2.lib.MutableStat
Return a SampleStat object that supports calls like StdDev and Mean.
LaunchableService - Interface in org.apache.hadoop.service.launcher
An interface which services can implement to have their execution managed by the ServiceLauncher.
LauncherArguments - Interface in org.apache.hadoop.service.launcher
Standard launcher arguments.
LauncherExitCodes - Interface in org.apache.hadoop.service.launcher
Common Exit codes.
launchService(Configuration, List<String>, boolean, boolean) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Launch a service catching all exceptions and downgrading them to exit codes after logging.
launchServiceAndExit(List<String>) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Launch the service and exit.
length() - Method in class org.apache.hadoop.fs.AvroFSInput
 
length(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
 
length(long) - Static method in class org.apache.hadoop.io.SequenceFile.Reader
Create an option to specify the number of bytes to read.
LENGTH_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
LESSER_ICOST - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
LEVEL - Static variable in class org.apache.hadoop.log.Log4Json
 
LifecycleEvent - Class in org.apache.hadoop.service
A serializable lifecycle event: the time a state transition occurred, and what state was entered.
LifecycleEvent() - Constructor for class org.apache.hadoop.service.LifecycleEvent
 
LightWeightCache.Entry - Interface in org.apache.hadoop.util
Entries of LightWeightCache.
LightWeightGSet.LinkedElement - Interface in org.apache.hadoop.util
Elements of LightWeightGSet.
LightWeightGSet.SetIterator - Class in org.apache.hadoop.util
 
LimitInputStream - Class in org.apache.hadoop.util
Copied from guava source code v15 (LimitedInputStream) Guava deprecated LimitInputStream in v14 and removed it in v15.
LimitInputStream(InputStream, long) - Constructor for class org.apache.hadoop.util.LimitInputStream
 
LINK_COMMAND - Static variable in class org.apache.hadoop.util.Shell
a Unix command to create a link: "ln".
linkStats - Variable in class org.apache.hadoop.fs.HardLink
 
LinkStats() - Constructor for class org.apache.hadoop.fs.HardLink.LinkStats
 
LINUX - Static variable in class org.apache.hadoop.util.Shell
 
list(File) - Static method in class org.apache.hadoop.fs.FileUtil
A wrapper for File.list().
listCorruptFileBlocks(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
 
listCorruptFileBlocks(Path) - Method in class org.apache.hadoop.fs.FileContext
 
listCorruptFileBlocks(Path) - Method in class org.apache.hadoop.fs.FileSystem
List corrupted file blocks.
listCorruptFileBlocks(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
listDirectory(File, FilenameFilter) - Static method in class org.apache.hadoop.io.IOUtils
Return the complete list of files in a directory as strings.

This is better than File#listDir because it does not ignore IOExceptions.

listFiles(Path, boolean) - Method in class org.apache.hadoop.fs.FileContext.Util
List the statuses and block locations of the files in the given path.
listFiles(Path, boolean) - Method in class org.apache.hadoop.fs.FileSystem
List the statuses and block locations of the files in the given path.
listFiles(File) - Static method in class org.apache.hadoop.fs.FileUtil
A wrapper for File.listFiles().
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.listLocatedStatus(Path) except that Path f must be for this file system.
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.FileContext
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
List a directory.
listLocatedStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
List files and its block locations in a directory.
listLocatedStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
listLocatedStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface
 
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto>) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
listSpanReceivers() - Method in interface org.apache.hadoop.tracing.TraceAdminProtocol
List the currently active trace span receivers.
listStatus(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.Util.listStatus(Path) except that Path f must be for this file system.
listStatus(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - Method in class org.apache.hadoop.fs.FileContext
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path[]) - Method in class org.apache.hadoop.fs.FileContext.Util
listStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileContext.Util
Filter files/directories in the given path using the user-supplied path filter.
listStatus(Path[], PathFilter) - Method in class org.apache.hadoop.fs.FileContext.Util
Filter files/directories in the given list of paths using user-supplied path filter.
listStatus(Path) - Method in class org.apache.hadoop.fs.FileContext.Util
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - Method in class org.apache.hadoop.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path, PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Filter files/directories in the given path using the user-supplied path filter.
listStatus(Path[]) - Method in class org.apache.hadoop.fs.FileSystem
Filter files/directories in the given list of paths using default path filter.
listStatus(Path[], PathFilter) - Method in class org.apache.hadoop.fs.FileSystem
Filter files/directories in the given list of paths using user-supplied path filter.
listStatus(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
List files in a directory.
listStatus(Path) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
listStatus(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
liststatus returns the children of a directory after looking up the index files.
listStatus(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
listStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
listStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
listStatusIterator(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.listStatus(Path) except that Path f must be for this file system.
listStatusIterator(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
listStatusIterator(Path) - Method in class org.apache.hadoop.fs.FileSystem
Returns a remote iterator so that followup calls are made on demand while consuming the entries.
listStatusIterator(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
Return a remote iterator for listing in a directory
listStatusIterator(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
listXAttrs(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Get all of the xattr names for a file or directory.
listXAttrs(Path) - Method in class org.apache.hadoop.fs.FileContext
Get all of the xattr names for a file or directory.
listXAttrs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Get all of the xattr names for a file or directory.
listXAttrs(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
listXAttrs(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
listXAttrs(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
load(Configuration, String, Class<K>) - Static method in class org.apache.hadoop.io.DefaultStringifier
Restores the object from the configuration.
loadArray(Configuration, String, Class<K>) - Static method in class org.apache.hadoop.io.DefaultStringifier
Restores the array of objects from the configuration.
LoadBalancingKMSClientProvider - Class in org.apache.hadoop.crypto.key.kms
A simple LoadBalancing KMSClientProvider that round-robins requests across a provided array of KMSClientProviders.
LoadBalancingKMSClientProvider(URI, KMSClientProvider[], Configuration) - Constructor for class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
loadClass(Configuration, String) - Static method in class org.apache.hadoop.io.ObjectWritable
Find and load the class with given name className by first finding it in the specified conf.
loadClass(String) - Method in class org.apache.hadoop.util.ApplicationClassLoader
 
loadClass(String, boolean) - Method in class org.apache.hadoop.util.ApplicationClassLoader
 
loadConfigurationClasses() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
This creates all the configurations defined by ServiceLauncher.getConfigurationsToCreate() , ensuring that the resources have been pushed in.
loadLibrary() - Static method in class org.apache.hadoop.io.erasurecode.ErasureCodeNative
Load native library available or supported.
loadNativeZLib() - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
Load native library and set the flag whether to use native library.
LOCAL_FS_URI - Static variable in interface org.apache.hadoop.fs.FsConstants
 
LocalFileSystem - Class in org.apache.hadoop.fs
Implement the FileSystem API for the checksumed local filesystem.
LocalFileSystem() - Constructor for class org.apache.hadoop.fs.LocalFileSystem
 
LocalFileSystem(FileSystem) - Constructor for class org.apache.hadoop.fs.LocalFileSystem
 
LocalFileSystemPathHandle - Class in org.apache.hadoop.fs
Opaque handle to an entity in a FileSystem.
LocalFileSystemPathHandle(String, Optional<Long>) - Constructor for class org.apache.hadoop.fs.LocalFileSystemPathHandle
 
LocalFileSystemPathHandle(ByteBuffer) - Constructor for class org.apache.hadoop.fs.LocalFileSystemPathHandle
 
LocalJavaKeyStoreProvider.Factory - Class in org.apache.hadoop.security.alias
The factory to create JksProviders, which is used by the ServiceLoader.
LocatedFileStatus - Class in org.apache.hadoop.fs
This class defines a FileStatus that includes a file's block locations.
LocatedFileStatus() - Constructor for class org.apache.hadoop.fs.LocatedFileStatus
 
LocatedFileStatus(FileStatus, BlockLocation[]) - Constructor for class org.apache.hadoop.fs.LocatedFileStatus
Constructor
LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, BlockLocation[]) - Constructor for class org.apache.hadoop.fs.LocatedFileStatus
Deprecated.
LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, boolean, boolean, boolean, BlockLocation[]) - Constructor for class org.apache.hadoop.fs.LocatedFileStatus
Constructor.
LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, Set<FileStatus.AttrFlags>, BlockLocation[]) - Constructor for class org.apache.hadoop.fs.LocatedFileStatus
Constructor.
locatePassword(String, String) - Static method in class org.apache.hadoop.security.ProviderUtils
The password is either found in the environment or in a file.
LOG - Static variable in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
LOG - Static variable in class org.apache.hadoop.fs.FileContext
 
LOG - Static variable in class org.apache.hadoop.fs.FileSystem
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.
LOG - Static variable in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
LOG - Static variable in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
LOG - Static variable in class org.apache.hadoop.http.HttpRequestLog
 
LOG - Static variable in class org.apache.hadoop.io.compress.CompressionCodecFactory
 
LOG - Static variable in class org.apache.hadoop.io.IOUtils
 
LOG - Static variable in class org.apache.hadoop.io.retry.RetryPolicies
 
LOG - Static variable in class org.apache.hadoop.io.retry.RetryUtils
 
LOG - Static variable in class org.apache.hadoop.ipc.CallQueueManager
 
LOG - Static variable in class org.apache.hadoop.ipc.Client
 
LOG - Static variable in class org.apache.hadoop.ipc.DecayRpcScheduler
 
LOG - Static variable in class org.apache.hadoop.ipc.FairCallQueue
 
LOG - Static variable in class org.apache.hadoop.ipc.ProtobufRpcEngine
 
LOG - Static variable in class org.apache.hadoop.ipc.RefreshRegistry
 
LOG - Static variable in class org.apache.hadoop.ipc.Server
 
LOG - Static variable in class org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
 
LOG - Static variable in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
LOG - Variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
LOG - Variable in class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
LOG - Variable in class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
 
LOG - Static variable in class org.apache.hadoop.security.IngressPortBasedResolver
 
LOG - Static variable in class org.apache.hadoop.security.SecurityUtil
 
LOG - Static variable in class org.apache.hadoop.security.token.Token
 
LOG - Static variable in class org.apache.hadoop.security.WhitelistBasedResolver
 
LOG - Static variable in class org.apache.hadoop.util.CombinedIPList
 
LOG - Static variable in class org.apache.hadoop.util.CombinedIPWhiteList
 
LOG - Static variable in class org.apache.hadoop.util.concurrent.AsyncGetFuture
 
LOG - Static variable in class org.apache.hadoop.util.MachineList
 
LOG - Static variable in class org.apache.hadoop.util.PerformanceAdvisory
 
LOG - Static variable in class org.apache.hadoop.util.Shell
 
Log4Json - Class in org.apache.hadoop.log
This offers a log layout for JSON, with some test entry points.
Log4Json() - Constructor for class org.apache.hadoop.log.Log4Json
 
logAllUserInfo(UserGroupInformation) - Static method in class org.apache.hadoop.security.UserGroupInformation
Log all (current, real, login) UGI and token info into UGI debug log.
logExpireToken(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
logExpireTokens(Collection<TokenIdent>) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
LoggingStateChangeListener - Class in org.apache.hadoop.service
This is a state change listener that logs events at INFO level
LoggingStateChangeListener(Logger) - Constructor for class org.apache.hadoop.service.LoggingStateChangeListener
Log events to the given log
LoggingStateChangeListener() - Constructor for class org.apache.hadoop.service.LoggingStateChangeListener
Log events to the static log for this class
login(Configuration, String, String) - Static method in class org.apache.hadoop.security.SecurityUtil
Login as a principal specified in config.
login(Configuration, String, String, String) - Static method in class org.apache.hadoop.security.SecurityUtil
Login as a principal specified in config.
loginUserFromKeytab(String, String) - Static method in class org.apache.hadoop.security.UserGroupInformation
Log a user in from a keytab file.
loginUserFromKeytabAndReturnUGI(String, String) - Static method in class org.apache.hadoop.security.UserGroupInformation
Log a user in from a keytab file.
loginUserFromSubject(Subject) - Static method in class org.apache.hadoop.security.UserGroupInformation
Log in a user using the given subject
LogLevel - Class in org.apache.hadoop.log
Change log level in runtime.
LogLevel() - Constructor for class org.apache.hadoop.log.LogLevel
 
logoutUserFromKeytab() - Method in class org.apache.hadoop.security.UserGroupInformation
Log the current user out who previously logged in using keytab.
logThreadInfo(Log, String, long) - Static method in class org.apache.hadoop.util.ReflectionUtils
Log the current thread stacks at INFO level.
logThreadInfo(Logger, String, long) - Static method in class org.apache.hadoop.util.ReflectionUtils
Log the current thread stacks at INFO level.
LogThrottlingHelper - Class in org.apache.hadoop.log
This is a class to help easily throttle log statements, so that they will not be emitted more frequently than a certain rate.
LogThrottlingHelper(long) - Constructor for class org.apache.hadoop.log.LogThrottlingHelper
Create a log helper without any primary recorder.
LogThrottlingHelper(long, String) - Constructor for class org.apache.hadoop.log.LogThrottlingHelper
Create a log helper with a specified primary recorder name; this can be used in conjunction with LogThrottlingHelper.record(String, long, double...) to set up primary and dependent recorders.
LogThrottlingHelper.LogAction - Interface in org.apache.hadoop.log
An indication of what action the caller should take.
logUpdateMasterKey(DelegationKey) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
long2String(long, String, int) - Static method in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
Convert a long integer to a string with traditional binary prefix.
LongOption(long) - Constructor for class org.apache.hadoop.util.Options.LongOption
 
LongStatistic(String, long) - Constructor for class org.apache.hadoop.fs.StorageStatistics.LongStatistic
 
LongWritable - Class in org.apache.hadoop.io
A WritableComparable for longs.
LongWritable() - Constructor for class org.apache.hadoop.io.LongWritable
 
LongWritable(long) - Constructor for class org.apache.hadoop.io.LongWritable
 
LongWritable.Comparator - Class in org.apache.hadoop.io
A Comparator optimized for LongWritable.
LongWritable.DecreasingComparator - Class in org.apache.hadoop.io
A decreasing Comparator optimized for LongWritable.
lowerBound(byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(List<? extends T>, T, Comparator<? super T>) - Static method in class org.apache.hadoop.io.file.tfile.Utils
Lower bound binary search.
lowerBound(List<? extends Comparable<? super T>>, T) - Static method in class org.apache.hadoop.io.file.tfile.Utils
Lower bound binary search.
Lz4Codec - Class in org.apache.hadoop.io.compress
This class creates lz4 compressors/decompressors.
Lz4Codec() - Constructor for class org.apache.hadoop.io.compress.Lz4Codec
 
Lz4Compressor - Class in org.apache.hadoop.io.compress.lz4
A Compressor based on the lz4 compression algorithm.
Lz4Compressor(int, boolean) - Constructor for class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Creates a new compressor.
Lz4Compressor(int) - Constructor for class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Creates a new compressor.
Lz4Compressor() - Constructor for class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Creates a new compressor with the default buffer size.
Lz4Decompressor - Class in org.apache.hadoop.io.compress.lz4
A Decompressor based on the lz4 compression algorithm.
Lz4Decompressor(int) - Constructor for class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Creates a new compressor.
Lz4Decompressor() - Constructor for class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Creates a new decompressor with the default buffer size.

M

MAC - Static variable in class org.apache.hadoop.util.Shell
 
MachineList - Class in org.apache.hadoop.util
Container class which holds a list of ip/host addresses and answers membership queries.
MachineList(String) - Constructor for class org.apache.hadoop.util.MachineList
 
MachineList(Collection<String>) - Constructor for class org.apache.hadoop.util.MachineList
 
MachineList(Collection<String>, MachineList.InetAddressFactory) - Constructor for class org.apache.hadoop.util.MachineList
Accepts a collection of ip/cidr/host addresses
MachineList.InetAddressFactory - Class in org.apache.hadoop.util
InetAddressFactory is used to obtain InetAddress from host.
main(String[]) - Static method in class org.apache.hadoop.conf.Configuration
For debugging.
main(String[]) - Static method in class org.apache.hadoop.crypto.key.KeyShell
main() entry point for the KeyShell.
main(String[]) - Static method in class org.apache.hadoop.fs.DUHelper
 
main(String[]) - Static method in class org.apache.hadoop.http.HtmlQuoting
 
main(String[]) - Static method in class org.apache.hadoop.io.compress.CompressionCodecFactory
A little test program.
main(String[]) - Static method in class org.apache.hadoop.io.file.tfile.TFile
Dumping the TFile information.
main(String[]) - Static method in class org.apache.hadoop.io.MapFile
 
main(String[]) - Static method in class org.apache.hadoop.log.LogLevel
A command line implementation
main(String[]) - Static method in class org.apache.hadoop.security.alias.CredentialShell
Main program.
main(String[]) - Static method in class org.apache.hadoop.security.KDiag
Main entry point.
main(String[]) - Static method in class org.apache.hadoop.security.token.DtUtilShell
 
main(String[]) - Static method in class org.apache.hadoop.security.UserGroupInformation
A test method to print out the current user's UGI.
main(String[]) - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
This is the JVM entry point for the service launcher.
main(String[]) - Static method in class org.apache.hadoop.util.FindClass
Main entry point.
main(String[]) - Static method in class org.apache.hadoop.util.VersionInfo
 
makeComparator(String) - Static method in class org.apache.hadoop.io.file.tfile.TFile
Make a raw comparator from a string name.
makeIdentity(Schedulable) - Method in class org.apache.hadoop.ipc.UserIdentityProvider
 
makeIpcConnectionContext(String, UserGroupInformation, SaslRpcServer.AuthMethod) - Static method in class org.apache.hadoop.util.ProtoUtil
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.
makeQualified(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Make the path fully qualified to this file system
makeQualified(Path) - Method in class org.apache.hadoop.fs.FileContext
Make the path fully qualified if it is isn't.
makeQualified(Path) - Method in class org.apache.hadoop.fs.FileSystem
Qualify a path to one which uses this FileSystem and, if relative, made absolute.
makeQualified(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
Make sure that a path specifies a FileSystem.
makeQualified(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
 
makeQualified(FileSystem) - Method in class org.apache.hadoop.fs.Path
makeRequest(K) - Method in class org.apache.hadoop.fs.BatchedRemoteIterator
Perform the actual remote request.
makeRpcRequestHeader(RPC.RpcKind, RpcHeaderProtos.RpcRequestHeaderProto.OperationProto, int, int, byte[]) - Static method in class org.apache.hadoop.util.ProtoUtil
 
makeSecureShellPath(File) - Static method in class org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell and avoids script injection attacks.
makeShellPath(String) - Static method in class org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell.
makeShellPath(File) - Static method in class org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell.
makeShellPath(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell.
MapFile - Class in org.apache.hadoop.io
A file-based map from keys to values.
MapFile() - Constructor for class org.apache.hadoop.io.MapFile
 
MapFile.Merger - Class in org.apache.hadoop.io
Class to merge multiple MapFiles of same Key and Value types to one MapFile
MapFile.Reader - Class in org.apache.hadoop.io
Provide access to an existing map.
MapFile.Reader.Option - Interface in org.apache.hadoop.io
 
MapFile.Writer - Class in org.apache.hadoop.io
Writes a new map.
MapFile.Writer.Option - Interface in org.apache.hadoop.io
 
MapWritable - Class in org.apache.hadoop.io
A Writable Map.
MapWritable() - Constructor for class org.apache.hadoop.io.MapWritable
Default constructor.
MapWritable(MapWritable) - Constructor for class org.apache.hadoop.io.MapWritable
Copy constructor.
mark(int) - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
mark(int) - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
mark(int) - Method in class org.apache.hadoop.util.LimitInputStream
 
markSupported() - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
markSupported() - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
max() - Method in class org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
MAX_AGE - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
MAX_AGE_DEFAULT - Static variable in class org.apache.hadoop.security.http.CrossOriginFilter
 
MAX_ALPHA_SIZE - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
MAX_BLOCKSIZE - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
The maximum supported blocksize == 9.
MAX_CODE_LEN - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
MAX_PATH_LINKS - Static variable in interface org.apache.hadoop.fs.FsConstants
 
MAX_PERMISSION_LENGTH - Static variable in class org.apache.hadoop.fs.permission.FsPermission
Maximum acceptable length of a permission string to parse
MAX_POLICY_ID - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
 
MAX_SELECTORS - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
maxAvailableData - Variable in class org.apache.hadoop.io.compress.CompressionInputStream
 
MAXIMUM_FP - Static variable in interface org.apache.hadoop.util.bloom.RemoveScheme
MaximumFP Selection.
MBeans - Class in org.apache.hadoop.metrics2.util
This util class provides a method to register an MBean using our standard naming convention as described in the doc for {link MBeans.register(String, String, Object).
mBeanServer - Variable in class org.apache.hadoop.jmx.JMXJsonServlet
MBean server.
MD5_LEN - Static variable in class org.apache.hadoop.io.MD5Hash
 
MD5Hash - Class in org.apache.hadoop.io
A Writable for MD5 hash values.
MD5Hash() - Constructor for class org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash.
MD5Hash(String) - Constructor for class org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash from a hex string.
MD5Hash(byte[]) - Constructor for class org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash with a specified value.
MD5Hash.Comparator - Class in org.apache.hadoop.io
A WritableComparator optimized for MD5Hash keys.
MD5MD5CRC32CastagnoliFileChecksum - Class in org.apache.hadoop.fs
For CRC32 with the Castagnoli polynomial
MD5MD5CRC32CastagnoliFileChecksum() - Constructor for class org.apache.hadoop.fs.MD5MD5CRC32CastagnoliFileChecksum
Same as this(0, 0, null)
MD5MD5CRC32CastagnoliFileChecksum(int, long, MD5Hash) - Constructor for class org.apache.hadoop.fs.MD5MD5CRC32CastagnoliFileChecksum
Create a MD5FileChecksum
MD5MD5CRC32GzipFileChecksum - Class in org.apache.hadoop.fs
For CRC32 with the Gzip polynomial
MD5MD5CRC32GzipFileChecksum() - Constructor for class org.apache.hadoop.fs.MD5MD5CRC32GzipFileChecksum
Same as this(0, 0, null)
MD5MD5CRC32GzipFileChecksum(int, long, MD5Hash) - Constructor for class org.apache.hadoop.fs.MD5MD5CRC32GzipFileChecksum
Create a MD5FileChecksum
MECHANISM_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
mechanismName - Variable in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
 
membershipTest(Key) - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
membershipTest(Key) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
 
membershipTest(Key) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
 
merge(Path[], boolean, Path) - Method in class org.apache.hadoop.io.MapFile.Merger
Merge multiple MapFiles to one Mapfile
merge(List<SequenceFile.Sorter.SegmentDescriptor>, Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Merges the list of segments of type SegmentDescriptor
merge(Path[], boolean, Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Merges the contents of files passed in Path[] using a max factor value that is already set
merge(Path[], boolean, int, Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Merges the contents of files passed in Path[]
merge(Path[], Path, boolean) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Merges the contents of files passed in Path[]
merge(Path[], Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
Merge the provided files.
mergeAll(Credentials) - Method in class org.apache.hadoop.security.Credentials
Copy all of the credentials from one credential object into another.
mergeCallerContext(RpcHeaderProtos.RPCCallerContextProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
mergeFrom(Message) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
mergeFrom(FSProtos.FileStatusProto) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
mergeFrom(FSProtos.FsPermissionProto) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
mergeFrom(FSProtos.LocalFileSystemPathHandleProto) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.GetServiceStatusRequestProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.GetServiceStatusResponseProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
mergeFrom(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.MonitorHealthRequestProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.MonitorHealthResponseProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToActiveRequestProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToActiveResponseProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToStandbyRequestProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToStandbyResponseProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
mergeFrom(ZKFCProtocolProtos.CedeActiveRequestProto) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
mergeFrom(ZKFCProtocolProtos.CedeActiveResponseProto) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
mergeFrom(ZKFCProtocolProtos.GracefulFailoverRequestProto) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
mergeFrom(ZKFCProtocolProtos.GracefulFailoverResponseProto) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
mergeFrom(GenericRefreshProtocolProtos.GenericRefreshRequestProto) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseProto) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
mergeFrom(IpcConnectionContextProtos.IpcConnectionContextProto) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
mergeFrom(IpcConnectionContextProtos.UserInformationProto) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
mergeFrom(ProtobufRpcEngineProtos.RequestHeaderProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolSignatureRequestProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolSignatureResponseProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolVersionsRequestProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolVersionsResponseProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
mergeFrom(ProtocolInfoProtos.ProtocolSignatureProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
mergeFrom(ProtocolInfoProtos.ProtocolVersionProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
mergeFrom(RpcHeaderProtos.RPCCallerContextProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
mergeFrom(RpcHeaderProtos.RpcRequestHeaderProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
mergeFrom(RpcHeaderProtos.RpcResponseHeaderProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
mergeFrom(RpcHeaderProtos.RpcSaslProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
mergeFrom(RpcHeaderProtos.RpcSaslProto.SaslAuth) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
mergeFrom(RpcHeaderProtos.RPCTraceInfoProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
mergeFrom(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
mergeFrom(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
mergeFrom(SecurityProtos.CancelDelegationTokenRequestProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
mergeFrom(SecurityProtos.CancelDelegationTokenResponseProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
mergeFrom(SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
mergeFrom(SecurityProtos.CredentialsProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
mergeFrom(SecurityProtos.GetDelegationTokenRequestProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
mergeFrom(SecurityProtos.GetDelegationTokenResponseProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
mergeFrom(SecurityProtos.RenewDelegationTokenRequestProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
mergeFrom(SecurityProtos.RenewDelegationTokenResponseProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
mergeFrom(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
mergeFrom(GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
mergeFrom(GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
mergeFrom(TraceAdminPB.AddSpanReceiverRequestProto) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
mergeFrom(TraceAdminPB.AddSpanReceiverResponseProto) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
mergeFrom(TraceAdminPB.ConfigPair) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
mergeFrom(TraceAdminPB.ListSpanReceiversRequestProto) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
mergeFrom(TraceAdminPB.ListSpanReceiversResponseProto) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
mergeFrom(TraceAdminPB.RemoveSpanReceiverRequestProto) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
mergeFrom(TraceAdminPB.RemoveSpanReceiverResponseProto) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
mergeFrom(TraceAdminPB.SpanReceiverListInfo) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
mergePaths(Path, Path) - Static method in class org.apache.hadoop.fs.Path
Merge 2 paths such that the second path is appended relative to the first.
mergePermission(FSProtos.FsPermissionProto) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
Merger(Configuration) - Constructor for class org.apache.hadoop.io.MapFile.Merger
 
mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
mergeToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
mergeToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
mergeToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
mergeToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
mergeTraceInfo(RpcHeaderProtos.RPCTraceInfoProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
mergeUserInfo(IpcConnectionContextProtos.UserInformationProto) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2;
MESSAGE - Static variable in class org.apache.hadoop.log.Log4Json
 
MetaBlockAlreadyExists - Exception in org.apache.hadoop.io.file.tfile
Exception - Meta Block with the same name already exists.
MetaBlockDoesNotExist - Exception in org.apache.hadoop.io.file.tfile
Exception - No such Meta Block with the given name.
Metadata(String, int, String, Map<String, String>, Date, int) - Constructor for class org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
Metadata(byte[]) - Constructor for class org.apache.hadoop.crypto.key.KeyProvider.Metadata
Deserialize a new metadata object from a set of bytes.
Metadata() - Constructor for class org.apache.hadoop.io.SequenceFile.Metadata
 
Metadata(TreeMap<Text, Text>) - Constructor for class org.apache.hadoop.io.SequenceFile.Metadata
 
metadata(SequenceFile.Metadata) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
METADATA_CACHE_ENTRIES_DEFAULT - Static variable in class org.apache.hadoop.fs.HarFileSystem
 
METADATA_CACHE_ENTRIES_KEY - Static variable in class org.apache.hadoop.fs.HarFileSystem
 
METHOD_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
METHODNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
METHODS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
methodToTraceString(Method) - Static method in class org.apache.hadoop.ipc.RpcClientUtil
Convert an RPC method to a string.
Metric - Annotation Type in org.apache.hadoop.metrics2.annotation
Annotation interface for a single metric used to annotate a field or a method in the class.
Metric.Type - Enum in org.apache.hadoop.metrics2.annotation
 
Metrics - Annotation Type in org.apache.hadoop.metrics2.annotation
Annotation interface for a group of metrics
metrics() - Method in interface org.apache.hadoop.metrics2.MetricsRecord
Get the metrics of the record
metrics() - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
Deprecated.
use metricsEntrySet() instead
MetricsCache - Class in org.apache.hadoop.metrics2.util
A metrics cache for sinks that don't support sparse updates.
MetricsCache() - Constructor for class org.apache.hadoop.metrics2.util.MetricsCache
 
MetricsCache(int) - Constructor for class org.apache.hadoop.metrics2.util.MetricsCache
Construct a metrics cache
MetricsCache.Record - Class in org.apache.hadoop.metrics2.util
Cached record
MetricsCollector - Interface in org.apache.hadoop.metrics2
The metrics collector interface
metricsEntrySet() - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
 
MetricsException - Exception in org.apache.hadoop.metrics2
A general metrics exception wrapper
MetricsException(String) - Constructor for exception org.apache.hadoop.metrics2.MetricsException
Construct the exception with a message
MetricsException(String, Throwable) - Constructor for exception org.apache.hadoop.metrics2.MetricsException
Construct the exception with a message and a cause
MetricsException(Throwable) - Constructor for exception org.apache.hadoop.metrics2.MetricsException
Construct the exception with a cause
MetricsFilter - Class in org.apache.hadoop.metrics2
The metrics filter interface.
MetricsFilter() - Constructor for class org.apache.hadoop.metrics2.MetricsFilter
 
MetricsInfo - Interface in org.apache.hadoop.metrics2
Interface to provide immutable metainfo for metrics.
MetricsJsonBuilder - Class in org.apache.hadoop.metrics2
Build a JSON dump of the metrics.
MetricsJsonBuilder(MetricsCollector) - Constructor for class org.apache.hadoop.metrics2.MetricsJsonBuilder
Build an instance.
MetricsPlugin - Interface in org.apache.hadoop.metrics2
The plugin interface for the metrics framework
MetricsRecord - Interface in org.apache.hadoop.metrics2
An immutable snapshot of metrics with a timestamp
MetricsRecordBuilder - Class in org.apache.hadoop.metrics2
The metrics record builder interface
MetricsRecordBuilder() - Constructor for class org.apache.hadoop.metrics2.MetricsRecordBuilder
 
MetricsRegistry - Class in org.apache.hadoop.metrics2.lib
An optional metrics registry class for creating and maintaining a collection of MetricsMutables, making writing metrics source easier.
MetricsRegistry(String) - Constructor for class org.apache.hadoop.metrics2.lib.MetricsRegistry
Construct the registry with a record name
MetricsRegistry(MetricsInfo) - Constructor for class org.apache.hadoop.metrics2.lib.MetricsRegistry
Construct the registry with a metadata object
MetricsSink - Interface in org.apache.hadoop.metrics2
The metrics sink interface.
MetricsSource - Interface in org.apache.hadoop.metrics2
The source of metrics information.
MetricsSystem - Class in org.apache.hadoop.metrics2
The metrics system interface.
MetricsSystem() - Constructor for class org.apache.hadoop.metrics2.MetricsSystem
 
MetricsSystem.AbstractCallback - Class in org.apache.hadoop.metrics2
Convenient abstract class for implementing callback interface
MetricsSystem.Callback - Interface in org.apache.hadoop.metrics2
The metrics system callback interface (needed for proxies.)
MetricsSystemMXBean - Interface in org.apache.hadoop.metrics2
The JMX interface to the metrics system
MetricsTag - Class in org.apache.hadoop.metrics2
Immutable tag for metrics (for grouping on host/queue/username etc.)
MetricsTag(MetricsInfo, String) - Constructor for class org.apache.hadoop.metrics2.MetricsTag
Construct the tag with name, description and value
MetricStringBuilder - Class in org.apache.hadoop.metrics2
Build a string dump of the metrics.
MetricStringBuilder(MetricsCollector, String, String, String) - Constructor for class org.apache.hadoop.metrics2.MetricStringBuilder
Build an instance.
MetricsVisitor - Interface in org.apache.hadoop.metrics2
A visitor interface for metrics
MetricType - Enum in org.apache.hadoop.metrics2
 
midKey() - Method in class org.apache.hadoop.io.MapFile.Reader
Get the key at approximately the middle of the file.
MILLISTOCEDE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
min() - Method in class org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
MIN_BLOCKSIZE - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
The minimum supported blocksize == 1.
MinimalGenericOptionsParser(Configuration, Options, String[]) - Constructor for class org.apache.hadoop.service.launcher.ServiceLauncher.MinimalGenericOptionsParser
 
MINIMUM_FN - Static variable in interface org.apache.hadoop.util.bloom.RemoveScheme
MinimumFN Selection.
MinMax() - Constructor for class org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
mkdir(Path, FsPermission, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.mkdir(Path, FsPermission, boolean) except that the Path f must be fully qualified and the permission is absolute (i.e.
mkdir(Path, FsPermission, boolean) - Method in class org.apache.hadoop.fs.FileContext
Make(create) a directory and all the non-existent parents.
mkdir(Path, FsPermission, boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
mkdirs(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
mkdirs(FileSystem, Path, FsPermission) - Static method in class org.apache.hadoop.fs.FileSystem
Create a directory with the provided permission.
mkdirs(Path) - Method in class org.apache.hadoop.fs.FileSystem
Call FileSystem.mkdirs(Path, FsPermission) with default permission.
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileSystem
Make the given file and all non-existent parents into directories.
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.HarFileSystem
not implemented.
mkdirs(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
Creates the specified directory hierarchy.
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
mkOneDir(File) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
mkOneDirWithMode(Path, File, FsPermission) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
mlock(String, ByteBuffer, long) - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
mlock(String, ByteBuffer, long) - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
mmap(FileDescriptor, int, boolean, long) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MMAP_PROT_EXEC - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MMAP_PROT_READ - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MMAP_PROT_WRITE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MODIFICATION_TIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Modifies ACL entries of files and directories.
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileContext
Modifies ACL entries of files and directories.
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileSystem
Modifies ACL entries of files and directories.
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
monitorHealth() - Method in interface org.apache.hadoop.ha.HAServiceProtocol
Monitor the health of service.
monitorHealth(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo) - Static method in class org.apache.hadoop.ha.HAServiceProtocolHelper
 
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
 
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback<HAServiceProtocolProtos.MonitorHealthResponseProto>) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
rpc monitorHealth(.hadoop.common.MonitorHealthRequestProto) returns (.hadoop.common.MonitorHealthResponseProto);
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback<HAServiceProtocolProtos.MonitorHealthResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
rpc monitorHealth(.hadoop.common.MonitorHealthRequestProto) returns (.hadoop.common.MonitorHealthResponseProto);
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback<HAServiceProtocolProtos.MonitorHealthResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
 
moved(boolean) - Static method in class org.apache.hadoop.fs.Options.HandleOpt
 
moveFromLocalFile(Path[], Path) - Method in class org.apache.hadoop.fs.FileSystem
The src files is on the local disk.
moveFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
moveFromLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
moveToAppropriateTrash(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.fs.Trash
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.
moveToLocalFile(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
Copy a file to the local filesystem, then delete it from the remote filesystem (if successfully copied).
moveToTrash(Path) - Method in class org.apache.hadoop.fs.Trash
Move a file or directory to the current trash directory.
moveToTrash(Path) - Method in class org.apache.hadoop.fs.TrashPolicy
Move a file or directory to the current trash directory.
MTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
MULTICAST_ENABLED_PROPERTY - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
MULTICAST_TTL_PROPERTY - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
MultiException - Exception in org.apache.hadoop.io.retry
Holder class that clients can use to return multiple exceptions.
MultiException(Map<String, Exception>) - Constructor for exception org.apache.hadoop.io.retry.MultiException
 
MultipleIOException - Exception in org.apache.hadoop.io
Encapsulate a list of IOException into an IOException
MultipleIOException.Builder - Class in org.apache.hadoop.io
Build an IOException using MultipleIOException if there are more than one.
MultipleLinearRandomRetry(List<RetryPolicies.MultipleLinearRandomRetry.Pair>) - Constructor for class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
 
munmap(MappedByteBuffer) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
Unmaps the block from memory.
munmap(long, long) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
must(String, String) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory option to the Builder.
must(String, boolean) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory boolean option.
must(String, int) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory int option.
must(String, float) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory float option.
must(String, double) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory double option.
must(String, String...) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set a string array as mandatory option.
MutableCounter - Class in org.apache.hadoop.metrics2.lib
The mutable counter (monotonically increasing) metric interface
MutableCounter(MetricsInfo) - Constructor for class org.apache.hadoop.metrics2.lib.MutableCounter
 
MutableCounterInt - Class in org.apache.hadoop.metrics2.lib
A mutable int counter for implementing metrics sources
MutableCounterLong - Class in org.apache.hadoop.metrics2.lib
A mutable long counter
MutableCounterLong(MetricsInfo, long) - Constructor for class org.apache.hadoop.metrics2.lib.MutableCounterLong
 
MutableGauge - Class in org.apache.hadoop.metrics2.lib
The mutable gauge metric interface
MutableGauge(MetricsInfo) - Constructor for class org.apache.hadoop.metrics2.lib.MutableGauge
 
MutableGaugeFloat - Class in org.apache.hadoop.metrics2.lib
A mutable float gauge.
MutableGaugeInt - Class in org.apache.hadoop.metrics2.lib
A mutable int gauge
MutableGaugeLong - Class in org.apache.hadoop.metrics2.lib
A mutable long gauge
MutableMetric - Class in org.apache.hadoop.metrics2.lib
The mutable metric interface
MutableMetric() - Constructor for class org.apache.hadoop.metrics2.lib.MutableMetric
 
MutableQuantiles - Class in org.apache.hadoop.metrics2.lib
Watches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds.
MutableQuantiles(String, String, String, String, int) - Constructor for class org.apache.hadoop.metrics2.lib.MutableQuantiles
Instantiates a new MutableQuantiles for a metric that rolls itself over on the specified time interval.
MutableRate - Class in org.apache.hadoop.metrics2.lib
A convenient mutable metric for throughput measurement
MutableRates - Class in org.apache.hadoop.metrics2.lib
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.
MutableRatesWithAggregation - Class in org.apache.hadoop.metrics2.lib
Helper class to manage a group of mutable rate metrics.
MutableRatesWithAggregation() - Constructor for class org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
 
MutableRollingAverages - Class in org.apache.hadoop.metrics2.lib
This class maintains a group of rolling average metrics.
MutableRollingAverages(String) - Constructor for class org.apache.hadoop.metrics2.lib.MutableRollingAverages
Constructor for MutableRollingAverages.
MutableStat - Class in org.apache.hadoop.metrics2.lib
A mutable metric with stats.
MutableStat(String, String, String, String, boolean) - Constructor for class org.apache.hadoop.metrics2.lib.MutableStat
Construct a sample statistics metric
MutableStat(String, String, String, String) - Constructor for class org.apache.hadoop.metrics2.lib.MutableStat
Construct a snapshot stat metric with extended stat off by default

N

N_GROUPS - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
N_ITERS - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
NAME - Static variable in class org.apache.hadoop.fs.FsShell.Help
 
NAME - Static variable in class org.apache.hadoop.fs.FsShell.Usage
 
NAME - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
NAME - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chmod
 
NAME - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chown
 
NAME - Static variable in class org.apache.hadoop.fs.shell.TouchCommands.Touch
 
NAME - Static variable in class org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
NAME - Static variable in class org.apache.hadoop.log.Log4Json
 
name() - Method in class org.apache.hadoop.metrics2.AbstractMetric
 
name() - Method in interface org.apache.hadoop.metrics2.MetricsInfo
Typically name corresponds to annotation Metric.value() or the name of the class.
name() - Method in interface org.apache.hadoop.metrics2.MetricsRecord
 
name() - Method in class org.apache.hadoop.metrics2.MetricsTag
 
NAME - Static variable in class org.apache.hadoop.service.launcher.ServiceLauncher
The name of this class.
NAME - Static variable in class org.apache.hadoop.util.BasicDiskValidator
 
NAME - Static variable in class org.apache.hadoop.util.ReadWriteDiskValidator
 
NativeIO.POSIX - Class in org.apache.hadoop.io.nativeio
 
NativeIO.POSIX.CacheManipulator - Class in org.apache.hadoop.io.nativeio
Used to manipulate the operating system cache.
NativeIO.POSIX.NoMlockCacheManipulator - Class in org.apache.hadoop.io.nativeio
A CacheManipulator used for testing which does not actually call mlock.
NativeIO.POSIX.Stat - Class in org.apache.hadoop.io.nativeio
Result type of the fstat call
NativeIO.Windows - Class in org.apache.hadoop.io.nativeio
 
NativeIO.Windows.AccessRight - Enum in org.apache.hadoop.io.nativeio
Supported list of Windows access right flags
NativeIOException - Exception in org.apache.hadoop.io.nativeio
An exception generated by a call to the native IO code.
NativeIOException(String, Errno) - Constructor for exception org.apache.hadoop.io.nativeio.NativeIOException
 
NativeIOException(String, int) - Constructor for exception org.apache.hadoop.io.nativeio.NativeIOException
 
needsClientAuth(boolean) - Method in class org.apache.hadoop.http.HttpServer2.Builder
Specify whether the server should authorize the client in SSL connections.
needsDictionary() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
needsDictionary() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
needsDictionary() - Method in interface org.apache.hadoop.io.compress.Decompressor
Returns true if a preset dictionary is needed for decompression.
needsDictionary() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns false.
needsDictionary() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns false.
needsDictionary() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
 
needsDictionary() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
needsDictionary() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
needsInput() - Method in interface org.apache.hadoop.io.compress.Compressor
Returns true if the input data buffer is empty and #setInput() should be called to provide more input.
needsInput() - Method in interface org.apache.hadoop.io.compress.Decompressor
Returns true if the input data buffer is empty and Decompressor.setInput(byte[], int, int) should be called to provide more input.
needsInput() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Returns true if the input data buffer is empty and #setInput() should be called to provide more input.
needsInput() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns true if the input data buffer is empty and Lz4Decompressor.setInput(byte[], int, int) should be called to provide more input.
needsInput() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Returns true if the input data buffer is empty and #setInput() should be called to provide more input.
needsInput() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns true if the input data buffer is empty and SnappyDecompressor.setInput(byte[], int, int) should be called to provide more input.
needsInput() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
needsInput() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
needsPassword() - Method in class org.apache.hadoop.crypto.key.KeyProvider
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.
needsPassword() - Method in class org.apache.hadoop.security.alias.CredentialProvider
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.
needsQuoting(byte[], int, int) - Static method in class org.apache.hadoop.http.HtmlQuoting
Does the given string need to be quoted?
needsQuoting(String) - Static method in class org.apache.hadoop.http.HtmlQuoting
Does the given string need to be quoted?
negate() - Method in class org.apache.hadoop.fs.shell.find.Result
Negate this result.
NEGATIVE_SEEK - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
Negative offset seek forbidden : "Cannot seek to a negative offset"
NEGOTIATE_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
NEGOTIATE = 1;
nestURIForLocalJavaKeyStoreProvider(URI) - Static method in class org.apache.hadoop.security.ProviderUtils
Mangle given local java keystore file URI to allow use as a LocalJavaKeyStoreProvider.
NET_DEPENDENCY_SCRIPT_FILE_NAME_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_IMPL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_NODE_SWITCH_MAPPING_IMPL_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY
NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_TABLE_MAPPING_FILE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NetworkTopology.InvalidTopologyException - Exception in org.apache.hadoop.net
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newBuilder() - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilder(FSProtos.FileStatusProto) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilder() - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilder(FSProtos.FsPermissionProto) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilder() - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
newBuilder(FSProtos.LocalFileSystemPathHandleProto) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilder(HAServiceProtocolProtos.GetServiceStatusRequestProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilder(HAServiceProtocolProtos.GetServiceStatusResponseProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilder(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilder(HAServiceProtocolProtos.MonitorHealthRequestProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilder(HAServiceProtocolProtos.MonitorHealthResponseProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilder(HAServiceProtocolProtos.TransitionToActiveRequestProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilder(HAServiceProtocolProtos.TransitionToActiveResponseProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilder(HAServiceProtocolProtos.TransitionToStandbyRequestProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilder(HAServiceProtocolProtos.TransitionToStandbyResponseProto) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilder(ZKFCProtocolProtos.CedeActiveRequestProto) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilder(ZKFCProtocolProtos.CedeActiveResponseProto) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilder(ZKFCProtocolProtos.GracefulFailoverRequestProto) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilder(ZKFCProtocolProtos.GracefulFailoverResponseProto) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilder(GenericRefreshProtocolProtos.GenericRefreshRequestProto) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseProto) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilder(IpcConnectionContextProtos.IpcConnectionContextProto) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilder(IpcConnectionContextProtos.UserInformationProto) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilder(ProtobufRpcEngineProtos.RequestHeaderProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilder(ProtocolInfoProtos.GetProtocolSignatureRequestProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilder(ProtocolInfoProtos.GetProtocolSignatureResponseProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilder(ProtocolInfoProtos.GetProtocolVersionsRequestProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilder(ProtocolInfoProtos.GetProtocolVersionsResponseProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilder(ProtocolInfoProtos.ProtocolSignatureProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilder(ProtocolInfoProtos.ProtocolVersionProto) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilder(RpcHeaderProtos.RPCCallerContextProto) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilder(RpcHeaderProtos.RpcRequestHeaderProto) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilder(RpcHeaderProtos.RpcResponseHeaderProto) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilder(RpcHeaderProtos.RpcSaslProto) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilder(RpcHeaderProtos.RpcSaslProto.SaslAuth) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilder() - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilder(RpcHeaderProtos.RPCTraceInfoProto) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilder(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilder(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilder(SecurityProtos.CancelDelegationTokenRequestProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilder(SecurityProtos.CancelDelegationTokenResponseProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilder(SecurityProtos.CredentialsKVProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilder(SecurityProtos.CredentialsProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilder(SecurityProtos.GetDelegationTokenRequestProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilder(SecurityProtos.GetDelegationTokenResponseProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilder(SecurityProtos.RenewDelegationTokenRequestProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilder(SecurityProtos.RenewDelegationTokenResponseProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilder(SecurityProtos.TokenProto) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilder() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilder(GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilder(GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilder(TraceAdminPB.AddSpanReceiverRequestProto) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilder(TraceAdminPB.AddSpanReceiverResponseProto) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilder(TraceAdminPB.ConfigPair) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilder(TraceAdminPB.ListSpanReceiversRequestProto) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilder(TraceAdminPB.ListSpanReceiversResponseProto) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilder(TraceAdminPB.RemoveSpanReceiverRequestProto) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilder(TraceAdminPB.RemoveSpanReceiverResponseProto) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilder() - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newBuilder(TraceAdminPB.SpanReceiverListInfo) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newBuilderForType() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilderForType() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilderForType() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilderForType() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilderForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilderForType() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newCachedThreadPool(ThreadFactory) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newCondition() - Method in class org.apache.hadoop.util.AutoCloseableLock
newCounter(String, String, int) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer counter
newCounter(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer counter
newCounter(String, String, long) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer counter
newCounter(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer counter
NEWEXPIRYTIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newFixedThreadPool(int, ThreadFactory) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newFixedThreadPool(int) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newGauge(String, String, int) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer gauge
newGauge(MetricsInfo, int) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer gauge
newGauge(String, String, long) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer gauge
newGauge(MetricsInfo, long) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer gauge
newGauge(String, String, float) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable float gauge
newGauge(MetricsInfo, float) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable float gauge
newInnerNode(String) - Method in interface org.apache.hadoop.net.InnerNode.Factory
Construct an InnerNode from a path-like string
newInnerNode(String) - Method in class org.apache.hadoop.net.InnerNodeImpl.Factory
 
newInstance(URI, Configuration, String) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the FileSystem for this URI's scheme and authority and the given user.
newInstance(URI, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns the FileSystem for this URI's scheme and authority.
newInstance(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Returns a unique configured FileSystem implementation for the default filesystem of the supplied configuration.
newInstance(Class<? extends Writable>, Configuration) - Static method in class org.apache.hadoop.io.WritableFactories
Create a new instance of a class with a defined factory.
newInstance(Class<? extends Writable>) - Static method in class org.apache.hadoop.io.WritableFactories
Create a new instance of a class with a defined factory.
newInstance() - Method in interface org.apache.hadoop.io.WritableFactory
Return a new instance.
newInstance(Class<T>, Configuration) - Method in class org.apache.hadoop.ipc.RpcWritable.Buffer
 
newInstance(Class<T>, Configuration) - Static method in class org.apache.hadoop.util.ReflectionUtils
Create an object for the given class and initialize it from conf
newInstance() - Static method in class org.apache.hadoop.util.SysInfo
Return default OS instance.
newInstanceLocal(Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
Get a unique local FileSystem object.
newKey() - Method in class org.apache.hadoop.io.WritableComparator
Construct a new WritableComparable instance.
newMutableRollingAverages(String, String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
 
newQuantiles(String, String, String, String, int) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable metric that estimates quantiles of a stream of values
newRate(String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable rate metric
newRate(String, String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable rate metric
newRate(String, String, boolean) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable rate metric (for throughput measurement)
newRatesWithAggregation(String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
 
newReflectiveBlockingService(HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newReflectiveBlockingService(ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newReflectiveBlockingService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newReflectiveBlockingService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newReflectiveBlockingService(ProtocolInfoProtos.ProtocolInfoService.BlockingInterface) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newReflectiveBlockingService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newReflectiveBlockingService(RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newReflectiveBlockingService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newReflectiveService(HAServiceProtocolProtos.HAServiceProtocolService.Interface) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newReflectiveService(ZKFCProtocolProtos.ZKFCProtocolService.Interface) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newReflectiveService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newReflectiveService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newReflectiveService(ProtocolInfoProtos.ProtocolInfoService.Interface) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newReflectiveService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newReflectiveService(RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newReflectiveService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newReflectiveService(TraceAdminPB.TraceAdminService.Interface) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newScheduledThreadPool(int) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newScheduledThreadPool(int, ThreadFactory) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadExecutor() - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadExecutor(ThreadFactory) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadScheduledExecutor() - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadScheduledExecutor(ThreadFactory) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
 
newStat(String, String, String, String, boolean) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable metric with stats
newStat(String, String, String, String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable metric with stats
newStub(RpcChannel) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newVal - Variable in class org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
next() - Method in class org.apache.hadoop.fs.BatchedRemoteIterator
 
next() - Method in class org.apache.hadoop.fs.FileSystem.DirListingIterator
 
next() - Method in interface org.apache.hadoop.fs.RemoteIterator
Returns the next element in the iteration.
next(Writable) - Method in class org.apache.hadoop.io.ArrayFile.Reader
Read and return the next value in the file.
next(WritableComparable, Writable) - Method in class org.apache.hadoop.io.MapFile.Reader
Read the next key/value pair in the map into key and val.
next(Writable) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read the next key in the file into key, skipping its value.
next(Writable, Writable) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read the next key/value pair in the file into key and val.
next(Object) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read the next key in the file, skipping its value.
next() - Method in interface org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Sets up the current key and value (for getKey and getValue)
next(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Reader
Read the next key in a set into key.
next() - Method in class org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
next() - Method in class org.apache.hadoop.util.LightWeightGSet.SetIterator
 
nextCallId() - Static method in class org.apache.hadoop.ipc.Client
Returns the next valid sequential call ID by incrementing an atomic counter and masking off the sign bit.
nextFlush - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
nextRaw(DataOutputBuffer, SequenceFile.ValueBytes) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read 'raw' records.
nextRawKey(DataOutputBuffer) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read 'raw' keys.
nextRawKey() - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Fills up the rawKey object with the key returned by the Reader
nextRawValue(SequenceFile.ValueBytes) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Read 'raw' values.
nextRawValue(SequenceFile.ValueBytes) - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Fills up the passed rawValue with the value corresponding to the key read earlier
NO_DEFAULT_REALM - Static variable in class org.apache.hadoop.security.KDiag
String seen in getDefaultRealm() exceptions if the user has no realm: "Cannot locate default realm".
NO_PASSWORD_CONT - Static variable in class org.apache.hadoop.security.ProviderUtils
 
NO_PASSWORD_ERROR - Static variable in class org.apache.hadoop.security.ProviderUtils
 
NO_PASSWORD_INSTRUCTIONS_DOC - Static variable in class org.apache.hadoop.security.ProviderUtils
 
NO_PASSWORD_WARN - Static variable in class org.apache.hadoop.security.ProviderUtils
 
NO_SCRIPT - Static variable in class org.apache.hadoop.net.ScriptBasedMapping
Text used in the ScriptBasedMapping.toString() method if there is no string "no script"
NO_VALID_PROVIDERS - Static variable in class org.apache.hadoop.crypto.key.KeyShell
 
NO_VALID_PROVIDERS - Static variable in class org.apache.hadoop.security.alias.CredentialShell
 
NoCacheFilter - Class in org.apache.hadoop.http
 
NoCacheFilter() - Constructor for class org.apache.hadoop.http.NoCacheFilter
 
NODE_HEALTH_SCRIPT_TIMED_OUT_MSG - Static variable in class org.apache.hadoop.util.NodeHealthScriptRunner
Time out error message
NodeHealthScriptRunner - Class in org.apache.hadoop.util
The class which provides functionality of checking the health of the node using the configured node health script and reporting back to the service for which the health checker has been asked to report.
NodeHealthScriptRunner(String, long, long, String[]) - Constructor for class org.apache.hadoop.util.NodeHealthScriptRunner
 
noInterruptsLock - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
If the delegation token update thread holds this lock, it will not get interrupted.
NoMlockCacheManipulator() - Constructor for class org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
NONE - Static variable in class org.apache.hadoop.fs.FileStatus
Shared, empty set of attributes (a common case for FileStatus).
noPasswordError() - Method in class org.apache.hadoop.crypto.key.KeyProvider
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.
noPasswordError() - Method in class org.apache.hadoop.security.alias.CredentialProvider
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.
noPasswordError(String, String) - Static method in class org.apache.hadoop.security.ProviderUtils
 
noPasswordWarning() - Method in class org.apache.hadoop.crypto.key.KeyProvider
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.
noPasswordWarning() - Method in class org.apache.hadoop.security.alias.CredentialProvider
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.
noPasswordWarning(String, String) - Static method in class org.apache.hadoop.security.ProviderUtils
 
not() - Method in enum org.apache.hadoop.fs.permission.FsAction
NOT operation.
not() - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
not() - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
 
not() - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
 
noteFailure(Exception) - Method in class org.apache.hadoop.service.AbstractService
Failure handling: record the exception that triggered it -if there was not one already.
NotEnoughArgumentsException(int, int) - Constructor for exception org.apache.hadoop.fs.shell.CommandFormat.NotEnoughArgumentsException
 
notifyFatalError(String) - Method in interface org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
If there is any fatal error (e.g.
notifyListeners(Service) - Method in class org.apache.hadoop.service.ServiceOperations.ServiceListeners
Change to a new state and notify all listeners.
NotInMountpointException - Exception in org.apache.hadoop.fs.viewfs
NotInMountpointException extends the UnsupportedOperationException.
NotInMountpointException(Path, String) - Constructor for exception org.apache.hadoop.fs.viewfs.NotInMountpointException
 
NotInMountpointException(String) - Constructor for exception org.apache.hadoop.fs.viewfs.NotInMountpointException
 
NOTREADYREASON_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
now(TimeUnit) - Method in class org.apache.hadoop.util.StopWatch
 
now() - Method in class org.apache.hadoop.util.StopWatch
 
NullGroupsMapping - Class in org.apache.hadoop.security
This class provides groups mapping for UserGroupInformation when the user group information will not be used.
NullGroupsMapping() - Constructor for class org.apache.hadoop.security.NullGroupsMapping
 
NullOutputStream() - Constructor for class org.apache.hadoop.io.IOUtils.NullOutputStream
 
NullWritable - Class in org.apache.hadoop.io
Singleton Writable with no data.
NullWritable.Comparator - Class in org.apache.hadoop.io
A Comparator "optimized" for NullWritable.
NUM_DATA_UNITS_KEY - Static variable in class org.apache.hadoop.io.erasurecode.ECSchema
 
NUM_OVERSHOOT_BYTES - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
NUM_PARITY_UNITS_KEY - Static variable in class org.apache.hadoop.io.erasurecode.ECSchema
 
numberOfBytesTillNextMarker(InputStream) - Static method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
Returns the number of bytes between the current stream position and the immediate next BZip2 block marker.
numberOfSecretKeys() - Method in class org.apache.hadoop.security.Credentials
 
numberOfTokens() - Method in class org.apache.hadoop.security.Credentials
 
numOfLeaves - Variable in class org.apache.hadoop.net.InnerNodeImpl
 

O

O_APPEND - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_CREAT - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_EXCL - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_NOCTTY - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_NONBLOCK - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_RDONLY - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_RDWR - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_SYNC - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_TRUNC - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_WRONLY - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
ObjectWritable - Class in org.apache.hadoop.io
A polymorphic Writable that writes an instance with it's class name.
ObjectWritable() - Constructor for class org.apache.hadoop.io.ObjectWritable
 
ObjectWritable(Object) - Constructor for class org.apache.hadoop.io.ObjectWritable
 
ObjectWritable(Class, Object) - Constructor for class org.apache.hadoop.io.ObjectWritable
 
offer(E) - Method in class org.apache.hadoop.ipc.CallQueueManager
Insert e into the backing queue.
offer(E, long, TimeUnit) - Method in class org.apache.hadoop.ipc.CallQueueManager
 
offer(E, long, TimeUnit) - Method in class org.apache.hadoop.ipc.FairCallQueue
 
offer(E) - Method in class org.apache.hadoop.ipc.FairCallQueue
 
offset() - Method in interface org.apache.hadoop.io.file.tfile.RawComparable
Get the offset of the first byte in the byte array.
oldVal - Variable in class org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
onlyKeyExists(String) - Method in class org.apache.hadoop.conf.Configuration
Return existence of the name property, but only for names which have no valid value, usually non-existent or commented out in XML.
OP_APPEND - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_COPY_FROM_LOCAL_FILE - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_CREATE - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_CREATE_NON_RECURSIVE - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_DELETE - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_EXISTS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_CONTENT_SUMMARY - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_FILE_CHECKSUM - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_FILE_STATUS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_STATUS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GLOB_STATUS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_IS_DIRECTORY - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_IS_FILE - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_LIST_FILES - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_LIST_LOCATED_STATUS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_LIST_STATUS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_MKDIRS - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_MODIFY_ACL_ENTRIES - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_OPEN - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_PARAM - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
OP_REMOVE_ACL - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_REMOVE_ACL_ENTRIES - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_REMOVE_DEFAULT_ACL - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_RENAME - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_ACL - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_OWNER - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_PERMISSION - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_TIMES - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_TRUNCATE - Static variable in interface org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
open(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.open(Path) except that Path f must be for this file system.
open(Path, int) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.open(Path, int) except that Path f must be for this file system.
open(Path, int) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class org.apache.hadoop.fs.FileContext
Opens an FSDataInputStream at the indicated Path using default buffersize.
open(Path, int) - Method in class org.apache.hadoop.fs.FileContext
Opens an FSDataInputStream at the indicated Path.
open(Path, int) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - Method in class org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(PathHandle) - Method in class org.apache.hadoop.fs.FileSystem
Open an FSDataInputStream matching the PathHandle instance.
open(PathHandle, int) - Method in class org.apache.hadoop.fs.FileSystem
Open an FSDataInputStream matching the PathHandle instance.
open(Path, int) - Method in class org.apache.hadoop.fs.FilterFileSystem
Opens an FSDataInputStream at the indicated Path.
open(PathHandle, int) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
open(Path, int) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
 
open(Path, int) - Method in class org.apache.hadoop.fs.HarFileSystem
Returns a har input stream which fakes end of file.
open(PathHandle, int) - Method in class org.apache.hadoop.fs.HarFileSystem
 
open(Path, int) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
open(PathHandle, int) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
 
open(Path, int) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
 
open(Path, int) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
open(Path, int) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
open(Path, WritableComparator, Configuration, SequenceFile.Reader.Option...) - Method in class org.apache.hadoop.io.MapFile.Reader
 
open(String, int, int) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
Wrapper around open(2)
OPEN_ALWAYS - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
OPEN_EXISTING - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
 
openConnection(URL, AuthenticatedURL.Token) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns an authenticated HttpURLConnection, it uses a Delegation Token only if the given auth token is an instance of DelegationTokenAuthenticatedURL.Token and it contains a Delegation Token, otherwise use the configured DelegationTokenAuthenticator to authenticate the connection.
openConnection(URL, DelegationTokenAuthenticatedURL.Token) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns an authenticated HttpURLConnection.
openConnection(URL, DelegationTokenAuthenticatedURL.Token, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns an authenticated HttpURLConnection.
openFile(FileSystem, Path, int, long) - Method in class org.apache.hadoop.io.SequenceFile.Reader
Override this method to specialize the type of FSDataInputStream returned.
openForRandomRead(File, String, String, String) - Static method in class org.apache.hadoop.io.SecureIOUtils
Open the given File for random read access, verifying the expected user/ group constraints if security is enabled.
openForRead(File, String, String) - Static method in class org.apache.hadoop.io.SecureIOUtils
Open the given File for read access, verifying the expected user/group constraints if security is enabled.
openFSDataInputStream(File, String, String) - Static method in class org.apache.hadoop.io.SecureIOUtils
Opens the FSDataInputStream on the requested file on local file system, verifying the expected user/group constraints if security is enabled.
opt(String, String) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional Builder parameter.
opt(String, boolean) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional boolean parameter for the Builder.
opt(String, int) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional int parameter for the Builder.
opt(String, float) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional float parameter for the Builder.
opt(String, double) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional double parameter for the Builder.
opt(String, String...) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set an array of string values as optional parameter for the Builder.
option - Variable in exception org.apache.hadoop.fs.shell.CommandFormat.UnknownOptionException
 
options(Configuration) - Static method in class org.apache.hadoop.crypto.key.KeyProvider
A helper function to create an options object.
Options(Configuration) - Constructor for class org.apache.hadoop.crypto.key.KeyProvider.Options
 
Options - Class in org.apache.hadoop.fs
This class contains options related to file system operations.
Options() - Constructor for class org.apache.hadoop.fs.Options
 
Options - Class in org.apache.hadoop.util
This class allows generic access to variable length type-safe parameter lists.
Options() - Constructor for class org.apache.hadoop.util.Options
 
Options.BooleanOption - Class in org.apache.hadoop.util
 
Options.ChecksumCombineMode - Enum in org.apache.hadoop.fs
Enum for indicating what mode to use when combining chunk and block checksums to define an aggregate FileChecksum.
Options.ChecksumOpt - Class in org.apache.hadoop.fs
This is used in FileSystem and FileContext to specify checksum options.
Options.ClassOption - Class in org.apache.hadoop.util
 
Options.CreateOpts - Class in org.apache.hadoop.fs
Class to support the varargs for create() options.
Options.CreateOpts.BlockSize - Class in org.apache.hadoop.fs
 
Options.CreateOpts.BufferSize - Class in org.apache.hadoop.fs
 
Options.CreateOpts.BytesPerChecksum - Class in org.apache.hadoop.fs
This is not needed if ChecksumParam is specified.
Options.CreateOpts.ChecksumParam - Class in org.apache.hadoop.fs
 
Options.CreateOpts.CreateParent - Class in org.apache.hadoop.fs
 
Options.CreateOpts.Perms - Class in org.apache.hadoop.fs
 
Options.CreateOpts.Progress - Class in org.apache.hadoop.fs
 
Options.CreateOpts.ReplicationFactor - Class in org.apache.hadoop.fs
 
Options.FSDataInputStreamOption - Class in org.apache.hadoop.util
 
Options.FSDataOutputStreamOption - Class in org.apache.hadoop.util
 
Options.HandleOpt - Class in org.apache.hadoop.fs
Options for creating PathHandle references.
Options.HandleOpt.Data - Class in org.apache.hadoop.fs
Option storing standard constraints on data.
Options.HandleOpt.Location - Class in org.apache.hadoop.fs
Option storing standard constraints on location.
Options.IntegerOption - Class in org.apache.hadoop.util
 
Options.LongOption - Class in org.apache.hadoop.util
 
Options.PathOption - Class in org.apache.hadoop.util
 
Options.ProgressableOption - Class in org.apache.hadoop.util
 
Options.Rename - Enum in org.apache.hadoop.fs
Enum to support the varargs for rename() options
Options.StringOption - Class in org.apache.hadoop.util
 
or(FsAction) - Method in enum org.apache.hadoop.fs.permission.FsAction
OR operation.
or(Filter) - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
or(Filter) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
 
or(Filter) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
 
org.apache.hadoop - package org.apache.hadoop
 
org.apache.hadoop.conf - package org.apache.hadoop.conf
Configuration of system parameters.
org.apache.hadoop.crypto - package org.apache.hadoop.crypto
 
org.apache.hadoop.crypto.key - package org.apache.hadoop.crypto.key
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.crypto.key.kms - package org.apache.hadoop.crypto.key.kms
 
org.apache.hadoop.crypto.random - package org.apache.hadoop.crypto.random
 
org.apache.hadoop.fs - package org.apache.hadoop.fs
An abstract file system API.
org.apache.hadoop.fs.crypto - package org.apache.hadoop.fs.crypto
 
org.apache.hadoop.fs.ftp - package org.apache.hadoop.fs.ftp
 
org.apache.hadoop.fs.http - package org.apache.hadoop.fs.http
Filesystem implementations that allow Hadoop to read directly from HTTP / HTTPS endpoints.
org.apache.hadoop.fs.protocolPB - package org.apache.hadoop.fs.protocolPB
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.fs.sftp - package org.apache.hadoop.fs.sftp
SFTP FileSystem package.
org.apache.hadoop.fs.shell.find - package org.apache.hadoop.fs.shell.find
 
org.apache.hadoop.fs.viewfs - package org.apache.hadoop.fs.viewfs
 
org.apache.hadoop.ha - package org.apache.hadoop.ha
 
org.apache.hadoop.ha.proto - package org.apache.hadoop.ha.proto
 
org.apache.hadoop.ha.protocolPB - package org.apache.hadoop.ha.protocolPB
 
org.apache.hadoop.http.lib - package org.apache.hadoop.http.lib
This package provides user-selectable (via configuration) classes that add functionality to the web UI.
org.apache.hadoop.io - package org.apache.hadoop.io
Generic i/o code for use when reading and writing data to the network, to databases, and to files.
org.apache.hadoop.io.compress - package org.apache.hadoop.io.compress
 
org.apache.hadoop.io.erasurecode - package org.apache.hadoop.io.erasurecode
 
org.apache.hadoop.io.erasurecode.coder.util - package org.apache.hadoop.io.erasurecode.coder.util
 
org.apache.hadoop.io.erasurecode.grouper - package org.apache.hadoop.io.erasurecode.grouper
 
org.apache.hadoop.io.file.tfile - package org.apache.hadoop.io.file.tfile
 
org.apache.hadoop.io.serializer - package org.apache.hadoop.io.serializer
This package provides a mechanism for using different serialization frameworks in Hadoop.
org.apache.hadoop.io.serializer.avro - package org.apache.hadoop.io.serializer.avro
This package provides Avro serialization in Hadoop.
org.apache.hadoop.ipc.proto - package org.apache.hadoop.ipc.proto
 
org.apache.hadoop.ipc.protobuf - package org.apache.hadoop.ipc.protobuf
 
org.apache.hadoop.ipc.protocolPB - package org.apache.hadoop.ipc.protocolPB
 
org.apache.hadoop.log - package org.apache.hadoop.log
 
org.apache.hadoop.log.metrics - package org.apache.hadoop.log.metrics
 
org.apache.hadoop.metrics2 - package org.apache.hadoop.metrics2
Metrics 2.0
org.apache.hadoop.metrics2.annotation - package org.apache.hadoop.metrics2.annotation
Annotation interfaces for metrics instrumentation
org.apache.hadoop.metrics2.filter - package org.apache.hadoop.metrics2.filter
Builtin metrics filters (to be used in metrics config files)
org.apache.hadoop.metrics2.lib - package org.apache.hadoop.metrics2.lib
A collection of library classes for implementing metrics sources
org.apache.hadoop.metrics2.sink - package org.apache.hadoop.metrics2.sink
Builtin metrics sinks
org.apache.hadoop.metrics2.sink.ganglia - package org.apache.hadoop.metrics2.sink.ganglia
 
org.apache.hadoop.metrics2.source - package org.apache.hadoop.metrics2.source
 
org.apache.hadoop.metrics2.util - package org.apache.hadoop.metrics2.util
General helpers for implementing source and sinks
org.apache.hadoop.net - package org.apache.hadoop.net
Network-related classes.
org.apache.hadoop.net.unix - package org.apache.hadoop.net.unix
 
org.apache.hadoop.security - package org.apache.hadoop.security
 
org.apache.hadoop.security.alias - package org.apache.hadoop.security.alias
 
org.apache.hadoop.security.authorize - package org.apache.hadoop.security.authorize
 
org.apache.hadoop.security.http - package org.apache.hadoop.security.http
 
org.apache.hadoop.security.proto - package org.apache.hadoop.security.proto
 
org.apache.hadoop.security.protocolPB - package org.apache.hadoop.security.protocolPB
 
org.apache.hadoop.security.ssl - package org.apache.hadoop.security.ssl
 
org.apache.hadoop.security.token - package org.apache.hadoop.security.token
 
org.apache.hadoop.security.token.delegation.web - package org.apache.hadoop.security.token.delegation.web
 
org.apache.hadoop.service - package org.apache.hadoop.service
 
org.apache.hadoop.service.launcher - package org.apache.hadoop.service.launcher
This package contains classes, interfaces and exceptions to launch YARN services from the command line.
org.apache.hadoop.tools - package org.apache.hadoop.tools
 
org.apache.hadoop.tools.proto - package org.apache.hadoop.tools.proto
 
org.apache.hadoop.tools.protocolPB - package org.apache.hadoop.tools.protocolPB
 
org.apache.hadoop.tracing - package org.apache.hadoop.tracing
 
org.apache.hadoop.util - package org.apache.hadoop.util
Common utilities.
org.apache.hadoop.util.bloom - package org.apache.hadoop.util.bloom
 
org.apache.hadoop.util.curator - package org.apache.hadoop.util.curator
This package provides utilities to interact with Curator ZooKeeper.
org.apache.hadoop.util.hash - package org.apache.hadoop.util.hash
 
osType - Static variable in class org.apache.hadoop.util.Shell
Get the type of the operating system, as determined from parsing the os.name property.
OTHER - Static variable in class org.apache.hadoop.util.Shell
 
out - Variable in class org.apache.hadoop.io.compress.CompressionOutputStream
The output stream to be compressed.
overwrite(boolean) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set to true to overwrite the existing file.
owner - Variable in class org.apache.hadoop.fs.FsShellPermissions.Chown
 
owner(String) - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
Sets the file owner.
OWNER_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 

P

Pair(int, int) - Constructor for class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry.Pair
 
parent() - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
 
parent() - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
 
parent() - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
 
PARENTID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
ParentNotDirectoryException - Exception in org.apache.hadoop.fs
Indicates that the parent of specified Path is not a directory as expected.
ParentNotDirectoryException() - Constructor for exception org.apache.hadoop.fs.ParentNotDirectoryException
 
ParentNotDirectoryException(String) - Constructor for exception org.apache.hadoop.fs.ParentNotDirectoryException
 
parse(String) - Static method in class org.apache.hadoop.conf.StorageSize
 
parse(String[], int) - Method in class org.apache.hadoop.fs.shell.CommandFormat
Parse parameters starting from the given position Consider using the variant that directly takes a List
parse(List<String>) - Method in class org.apache.hadoop.fs.shell.CommandFormat
Parse parameters from the given list of args.
parse(String) - Static method in class org.apache.hadoop.log.Log4Json
For use in tests
parse(String, int) - Static method in class org.apache.hadoop.metrics2.util.Servers
Parses a space and/or comma separated sequence of server specifications of the form hostname or hostname:port.
parseAclEntry(String, boolean) - Static method in class org.apache.hadoop.fs.permission.AclEntry
Parses a string representation of an ACL into a AclEntry object.
The expected format of ACL entries in the string parameter is the same format produced by the AclEntry.toStringStable() method.
parseAclSpec(String, boolean) - Static method in class org.apache.hadoop.fs.permission.AclEntry
Parses a string representation of an ACL spec into a list of AclEntry objects.
parseChangedProperties(Configuration, Configuration) - Method in class org.apache.hadoop.conf.ReconfigurationUtil
 
parseCommandArgs(Configuration, List<String>) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Parse the command arguments, extracting the service class as the last element of the list (after extracting all the rest).
parseCommaSeparatedString(String) - Static method in class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
Parse the given string as a MultipleLinearRandomRetry object.
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseExecResult(BufferedReader) - Method in class org.apache.hadoop.util.Shell
Parse the execution result
parseExecResult(BufferedReader) - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseOwnerGroup(String) - Method in class org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
parseOwnerGroup(String) - Method in class org.apache.hadoop.fs.FsShellPermissions.Chown
Parse the first argument into an owner and group
PARSER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
PARSER - Static variable in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
PARSER - Static variable in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
PARSER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
PARSER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
PARSER - Static variable in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
PARSER - Static variable in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
PARSER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseStorageType(int) - Static method in enum org.apache.hadoop.fs.StorageType
 
parseStorageType(String) - Static method in enum org.apache.hadoop.fs.StorageType
 
parseVersion(String) - Method in class org.apache.hadoop.util.ComparableVersion
 
PartHandle - Interface in org.apache.hadoop.fs
Opaque, serializable reference to a part id for multipart uploads.
PASS - Static variable in class org.apache.hadoop.fs.shell.find.Result
Result indicating Expression processing should continue.
PASSWORD_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
PasswordReader() - Constructor for class org.apache.hadoop.security.alias.CredentialShell.PasswordReader
 
path() - Static method in class org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the referent is unmoved in the namespace.
Path - Class in org.apache.hadoop.fs
Names a file or directory in a FileSystem.
Path(String, String) - Constructor for class org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(Path, String) - Constructor for class org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(String, Path) - Constructor for class org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(Path, Path) - Constructor for class org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(String) - Constructor for class org.apache.hadoop.fs.Path
Construct a path from a String.
Path(URI) - Constructor for class org.apache.hadoop.fs.Path
Construct a path from a URI
Path(String, String, String) - Constructor for class org.apache.hadoop.fs.Path
Construct a Path from components.
PATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
PATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
 
PATH_SPEC - Static variable in class org.apache.hadoop.http.IsActiveServlet
 
PathAccessDeniedException - Exception in org.apache.hadoop.fs
EACCES
PathAccessDeniedException(String) - Constructor for exception org.apache.hadoop.fs.PathAccessDeniedException
 
PathAccessDeniedException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathAccessDeniedException
 
PathAccessDeniedException(String, String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathAccessDeniedException
 
PathData.FileTypeRequirement - Enum in org.apache.hadoop.fs.shell
 
PathData.PathType - Enum in org.apache.hadoop.fs.shell
 
PathExistsException - Exception in org.apache.hadoop.fs
Exception corresponding to File Exists - EEXISTS
PathExistsException(String) - Constructor for exception org.apache.hadoop.fs.PathExistsException
 
PathExistsException(String, String) - Constructor for exception org.apache.hadoop.fs.PathExistsException
 
PathFilter - Interface in org.apache.hadoop.fs
 
PathHandle - Interface in org.apache.hadoop.fs
Opaque, serializable reference to an entity in the FileSystem.
PathIOException - Exception in org.apache.hadoop.fs
Exceptions based on standard posix/linux style exceptions for path related errors.
PathIOException(String) - Constructor for exception org.apache.hadoop.fs.PathIOException
Constructor a generic I/O error exception
PathIOException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathIOException
Appends the text of a Throwable to the default error message
PathIOException(String, String) - Constructor for exception org.apache.hadoop.fs.PathIOException
Avoid using this method.
PathIOException(String, String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathIOException
 
PathIsDirectoryException - Exception in org.apache.hadoop.fs
EISDIR
PathIsDirectoryException(String) - Constructor for exception org.apache.hadoop.fs.PathIsDirectoryException
 
PathIsNotDirectoryException - Exception in org.apache.hadoop.fs
ENOTDIR
PathIsNotDirectoryException(String) - Constructor for exception org.apache.hadoop.fs.PathIsNotDirectoryException
 
PathIsNotEmptyDirectoryException - Exception in org.apache.hadoop.fs
Generated by rm commands
PathIsNotEmptyDirectoryException(String) - Constructor for exception org.apache.hadoop.fs.PathIsNotEmptyDirectoryException
 
PathNotFoundException - Exception in org.apache.hadoop.fs
Exception corresponding to path not found: ENOENT/ENOFILE
PathNotFoundException(String) - Constructor for exception org.apache.hadoop.fs.PathNotFoundException
 
PathNotFoundException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathNotFoundException
 
PathNotFoundException(String, String) - Constructor for exception org.apache.hadoop.fs.PathNotFoundException
 
PathNotFoundException(String, String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathNotFoundException
 
PathOperationException - Exception in org.apache.hadoop.fs
ENOTSUP
PathOperationException(String) - Constructor for exception org.apache.hadoop.fs.PathOperationException
 
PathOption(Path) - Constructor for class org.apache.hadoop.util.Options.PathOption
 
PathPermissionException - Exception in org.apache.hadoop.fs
Exception corresponding to Operation Not Permitted - EPERM
PathPermissionException(String) - Constructor for exception org.apache.hadoop.fs.PathPermissionException
 
PathPermissionException(String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathPermissionException
 
PathPermissionException(String, String) - Constructor for exception org.apache.hadoop.fs.PathPermissionException
 
PathPermissionException(String, String, Throwable) - Constructor for exception org.apache.hadoop.fs.PathPermissionException
 
pathToFile(Path) - Method in class org.apache.hadoop.fs.LocalFileSystem
Convert a path to a File.
pathToFile(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
Convert a path to a File.
PBHelper - Class in org.apache.hadoop.fs.protocolPB
Utility methods aiding conversion of fs data structures.
peek() - Method in class org.apache.hadoop.ipc.CallQueueManager
 
peek() - Method in class org.apache.hadoop.ipc.FairCallQueue
Peek, like poll, provides no strict consistency.
PerformanceAdvisory - Class in org.apache.hadoop.util
 
PerformanceAdvisory() - Constructor for class org.apache.hadoop.util.PerformanceAdvisory
 
performFailover(T) - Method in class org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
performFailover(T) - Method in interface org.apache.hadoop.io.retry.FailoverProxyProvider
Called whenever the associated RetryPolicy determines that an error warrants failing over.
PERM_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
permission(FsPermission) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set permission for the file.
PERMISSION_555 - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
 
PERMISSION_DENIED - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
 
PERMISSION_DENIED_BY_STICKY_BIT - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
 
PERMISSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
 
perms(FsPermission) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
Perms(FsPermission) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.Perms
 
poll() - Method in class org.apache.hadoop.ipc.CallQueueManager
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.ipc.CallQueueManager
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.ipc.FairCallQueue
 
poll() - Method in class org.apache.hadoop.ipc.FairCallQueue
poll() provides no strict consistency: it is possible for poll to return null even though an element is in the queue.
PositionedReadable - Interface in org.apache.hadoop.fs
Stream that permits positional reading.
POSIX() - Constructor for class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_DONTNEED - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_NOREUSE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_NORMAL - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_RANDOM - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_SEQUENTIAL - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_WILLNEED - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
posixFadviseIfPossible(String, FileDescriptor, long, long, int) - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
postStart() - Method in class org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
postStart() - Method in interface org.apache.hadoop.metrics2.MetricsSystem.Callback
Called after start()
postStop() - Method in class org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
postStop() - Method in interface org.apache.hadoop.metrics2.MetricsSystem.Callback
Called after stop()
PowerShellFencer - Class in org.apache.hadoop.ha
Fencer method that uses PowerShell to remotely connect to a machine and kill the required process.
PowerShellFencer() - Constructor for class org.apache.hadoop.ha.PowerShellFencer
 
pp - Variable in class org.apache.hadoop.fs.FsShellPermissions.Chmod
 
PPC_64 - Static variable in class org.apache.hadoop.util.Shell
 
PREFIX - Static variable in class org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
prepare() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
 
prepare() - Method in interface org.apache.hadoop.fs.shell.find.Expression
Prepares the expression for execution, called once after setting options and before processing any options.
prepare() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
 
prepareAppendKey(int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for writing a key into TFile.
prepareAppendValue(int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for writing a value into TFile.
prepareDecodingStep(ECBlockGroup) - Method in class org.apache.hadoop.io.erasurecode.coder.DummyErasureDecoder
 
prepareEncodingStep(ECBlockGroup) - Method in class org.apache.hadoop.io.erasurecode.coder.DummyErasureEncoder
 
prepareMetaBlock(String, String) - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for creating a meta block.
prepareMetaBlock(String) - Method in class org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for creating a meta block.
prependOptions(T[], T...) - Static method in class org.apache.hadoop.util.Options
Prepend some new options to the old options
preserveInput(boolean) - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Whether to delete the files when no longer needed
preStart() - Method in class org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
preStart() - Method in interface org.apache.hadoop.metrics2.MetricsSystem.Callback
Called before start()
preStop() - Method in class org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
preStop() - Method in interface org.apache.hadoop.metrics2.MetricsSystem.Callback
Called before stop()
previousSnapshot - Variable in class org.apache.hadoop.metrics2.lib.MutableQuantiles
 
primitiveCreate(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
primitiveCreate(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
primitiveMkdir(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
primitiveMkdir(Path, FsPermission, boolean) - Method in class org.apache.hadoop.fs.FileSystem
Deprecated.
primitiveMkdir(Path, FsPermission) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
printCredentials(Credentials, Text, PrintStream) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Print out a Credentials object.
printDefaultRealm() - Method in class org.apache.hadoop.security.KDiag
Get the default realm.
printException(Exception) - Method in class org.apache.hadoop.crypto.key.KeyShell
 
printException(Exception) - Method in class org.apache.hadoop.tools.CommandShell
 
printGenericCommandUsage(PrintStream) - Static method in class org.apache.hadoop.util.ToolRunner
Prints generic command-line argurments and usage information.
printShellUsage() - Method in class org.apache.hadoop.tools.CommandShell
 
printStackTrace() - Method in exception org.apache.hadoop.security.authorize.AuthorizationException
 
printStackTrace(PrintStream) - Method in exception org.apache.hadoop.security.authorize.AuthorizationException
 
printStackTrace(PrintWriter) - Method in exception org.apache.hadoop.security.authorize.AuthorizationException
 
printStatistics() - Static method in class org.apache.hadoop.fs.AbstractFileSystem
Prints statistics for all file systems.
printStatistics() - Static method in class org.apache.hadoop.fs.FileContext
Prints the statistics to standard output.
printStatistics() - Static method in class org.apache.hadoop.fs.FileSystem
Print all statistics for all file systems to System.out
printThreadInfo(PrintStream, String) - Static method in class org.apache.hadoop.util.ReflectionUtils
Print all of the thread's information and stack traces.
printTokenFile(File, Text, Configuration, PrintStream) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Print out a Credentials file from the local filesystem.
privateClone(Text) - Method in class org.apache.hadoop.security.token.Token
Create a private clone of a public token.
probablyHasKey(WritableComparable) - Method in class org.apache.hadoop.io.BloomMapFile.Reader
Checks if this MapFile has the indicated key.
proceed() - Method in interface org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
Called by the filter after it decides that the request may proceed.
processChecksumOpt(Options.ChecksumOpt, Options.ChecksumOpt, int) - Static method in class org.apache.hadoop.fs.Options.ChecksumOpt
A helper method for processing user input and default value to create a combined checksum option.
processChecksumOpt(Options.ChecksumOpt, Options.ChecksumOpt) - Static method in class org.apache.hadoop.fs.Options.ChecksumOpt
A helper method for processing user input and default value to create a combined checksum option.
processDeleteOnExit() - Method in class org.apache.hadoop.fs.FileSystem
Delete all paths that were marked as delete-on-exit.
processNonexistentPath(PathData) - Method in class org.apache.hadoop.fs.shell.TouchCommands.Touch
 
processNonexistentPath(PathData) - Method in class org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
processOptions(LinkedList<String>) - Method in class org.apache.hadoop.fs.FsShellPermissions.Chmod
 
processOptions(LinkedList<String>) - Method in class org.apache.hadoop.fs.FsShellPermissions.Chown
 
processOptions(LinkedList<String>) - Method in class org.apache.hadoop.fs.shell.TouchCommands.Touch
 
processOptions(LinkedList<String>) - Method in class org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
processPath(PathData) - Method in class org.apache.hadoop.fs.FsShellPermissions.Chmod
 
processPath(PathData) - Method in class org.apache.hadoop.fs.FsShellPermissions.Chown
 
processPath(PathData) - Method in class org.apache.hadoop.fs.shell.TouchCommands.Touch
 
processPath(PathData) - Method in class org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
processRawArguments(LinkedList<String>) - Method in class org.apache.hadoop.fs.FsShell.Help
 
processRawArguments(LinkedList<String>) - Method in class org.apache.hadoop.fs.FsShell.Usage
 
progress(Progressable) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set the facility of reporting progress.
progress(Progressable) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
 
Progress(Progressable) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.Progress
 
progress() - Method in interface org.apache.hadoop.util.Progressable
Report progress to the Hadoop framework.
progressable(Progressable) - Static method in class org.apache.hadoop.io.MapFile.Writer
 
progressable(Progressable) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
 
Progressable - Interface in org.apache.hadoop.util
A facility for reporting progress.
ProgressableOption(Progressable) - Constructor for class org.apache.hadoop.util.Options.ProgressableOption
 
promptForCredential() - Method in class org.apache.hadoop.security.alias.CredentialShell
 
prop - Variable in class org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
PropertyChange(String, String, String) - Constructor for class org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
ProtobufRpcEngine - Class in org.apache.hadoop.ipc
RPC Engine for for protobuf based RPCs.
ProtobufRpcEngine() - Constructor for class org.apache.hadoop.ipc.ProtobufRpcEngine
 
ProtobufRpcEngine.Server - Class in org.apache.hadoop.ipc
 
ProtobufRpcEngineCallback - Interface in org.apache.hadoop.ipc
 
ProtobufRpcEngineProtos - Class in org.apache.hadoop.ipc.protobuf
 
ProtobufRpcEngineProtos.RequestHeaderProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.RequestHeaderProto
ProtobufRpcEngineProtos.RequestHeaderProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.RequestHeaderProto
ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
PROTOCOL_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
PROTOCOL_HTTP - Static variable in class org.apache.hadoop.log.LogLevel
 
PROTOCOL_HTTPS - Static variable in class org.apache.hadoop.log.LogLevel
 
ProtocolInfo - Annotation Type in org.apache.hadoop.ipc
The protocol name that is used when a client and server connect.
ProtocolInfoProtos - Class in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.GetProtocolSignatureRequestProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolSignatureRequestProto
ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolSignatureRequestProto
ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.GetProtocolSignatureResponseProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolSignatureResponseProto
ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolSignatureResponseProto
ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.GetProtocolVersionsRequestProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolVersionsRequestProto
ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolVersionsRequestProto
ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.GetProtocolVersionsResponseProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolVersionsResponseProto
ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.GetProtocolVersionsResponseProto
ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.ProtocolInfoService - Class in org.apache.hadoop.ipc.protobuf
Protobuf service hadoop.common.ProtocolInfoService
ProtocolInfoProtos.ProtocolInfoService.BlockingInterface - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.ProtocolInfoService.Interface - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.ProtocolInfoService.Stub - Class in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.ProtocolSignatureProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.ProtocolSignatureProto
ProtocolInfoProtos.ProtocolSignatureProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.ProtocolSignatureProto
ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoProtos.ProtocolVersionProto - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.ProtocolVersionProto
ProtocolInfoProtos.ProtocolVersionProto.Builder - Class in org.apache.hadoop.ipc.protobuf
Protobuf type hadoop.common.ProtocolVersionProto
ProtocolInfoProtos.ProtocolVersionProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
 
ProtocolInfoService() - Constructor for class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
ProtocolMetaInfoPB - Interface in org.apache.hadoop.ipc
Protocol to get versions and signatures for supported protocols from the server.
ProtocolMetaInfoServerSideTranslatorPB - Class in org.apache.hadoop.ipc
This class serves the requests for protocol versions and signatures by looking them up in the server registry.
ProtocolMetaInfoServerSideTranslatorPB(RPC.Server) - Constructor for class org.apache.hadoop.ipc.ProtocolMetaInfoServerSideTranslatorPB
 
ProtocolProxy<T> - Class in org.apache.hadoop.ipc
a class wraps around a server's proxy, containing a list of its supported methods.
ProtocolProxy(Class<T>, T, boolean) - Constructor for class org.apache.hadoop.ipc.ProtocolProxy
Constructor
ProtocolSignature - Class in org.apache.hadoop.ipc
 
ProtocolSignature() - Constructor for class org.apache.hadoop.ipc.ProtocolSignature
default constructor
ProtocolSignature(long, int[]) - Constructor for class org.apache.hadoop.ipc.ProtocolSignature
Constructor
PROTOCOLSIGNATURE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
PROTOCOLVERSIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
ProtoUtil - Class in org.apache.hadoop.util
 
ProtoUtil() - Constructor for class org.apache.hadoop.util.ProtoUtil
 
provide() - Method in interface org.apache.hadoop.fs.GlobalStorageStatistics.StorageStatisticsProvider
 
provide(T) - Method in class org.apache.hadoop.util.Waitable
 
ProviderUtils - Class in org.apache.hadoop.security
Utility methods for both key and credential provider APIs.
proxy - Variable in class org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
ProxyInfo(T, String) - Constructor for class org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
proxyInfo - Variable in class org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
ProxyServers - Class in org.apache.hadoop.security.authorize
 
ProxyServers() - Constructor for class org.apache.hadoop.security.authorize.ProxyServers
 
PseudoDelegationTokenAuthenticator - Class in org.apache.hadoop.security.token.delegation.web
The PseudoDelegationTokenAuthenticator 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.
PseudoDelegationTokenAuthenticator() - Constructor for class org.apache.hadoop.security.token.delegation.web.PseudoDelegationTokenAuthenticator
 
publishMetricsNow() - Method in class org.apache.hadoop.metrics2.MetricsSystem
Requests an immediate publish of all metrics from sources to sinks.
PureJavaCrc32 - Class in org.apache.hadoop.util
A pure-java implementation of the CRC32 checksum that uses the same polynomial as the built-in native CRC32.
PureJavaCrc32() - Constructor for class org.apache.hadoop.util.PureJavaCrc32
Create a new PureJavaCrc32 object.
PureJavaCrc32C - Class in org.apache.hadoop.util
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.
PureJavaCrc32C() - Constructor for class org.apache.hadoop.util.PureJavaCrc32C
Create a new PureJavaCrc32 object.
put(String, GlobalStorageStatistics.StorageStatisticsProvider) - Method in enum org.apache.hadoop.fs.GlobalStorageStatistics
Create or return the StorageStatistics object with the given name.
put(Writable, Writable) - Method in class org.apache.hadoop.io.MapWritable
 
put(K, Writable) - Method in class org.apache.hadoop.io.SortedMapWritable
 
put(E) - Method in class org.apache.hadoop.ipc.CallQueueManager
Insert e into the backing queue or block until we can.
put(E) - Method in class org.apache.hadoop.ipc.FairCallQueue
 
putAll(Map<? extends Writable, ? extends Writable>) - Method in class org.apache.hadoop.io.MapWritable
 
putAll(Map<? extends K, ? extends Writable>) - Method in class org.apache.hadoop.io.SortedMapWritable
 
putBlocker(String, String) - Method in class org.apache.hadoop.service.AbstractService
Put a blocker to the blocker map -replacing any with the same name.
putBuffer(ByteBuffer) - Method in interface org.apache.hadoop.io.ByteBufferPool
Release a buffer back to the pool.
putBuffer(ByteBuffer) - Method in class org.apache.hadoop.io.ElasticByteBufferPool
 
putMetrics(MetricsRecord) - Method in interface org.apache.hadoop.metrics2.MetricsSink
Put a metrics record in the sink
putMetrics(MetricsRecord) - Method in class org.apache.hadoop.metrics2.sink.FileSink
 
putMetrics(MetricsRecord) - Method in class org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
putMetrics(MetricsRecord) - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink
 
putMetrics(MetricsRecord) - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
putMetrics(MetricsRecord) - Method in class org.apache.hadoop.metrics2.sink.StatsDSink
 

Q

QSORT_STACK_SIZE - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
QualifiedHostResolver() - Constructor for class org.apache.hadoop.security.SecurityUtil.QualifiedHostResolver
 
QuantileEstimator - Interface in org.apache.hadoop.metrics2.util
 
quantiles - Static variable in class org.apache.hadoop.metrics2.lib.MutableQuantiles
 
quarterDigest() - Method in class org.apache.hadoop.io.MD5Hash
Return a 32-bit digest of the MD5.
queueCall(Server.Call) - Method in class org.apache.hadoop.ipc.Server
 
quota(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
 
quota(long) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
 
QUOTA_HEADER - Static variable in class org.apache.hadoop.fs.QuotaUsage
 
QUOTA_HEADER_FIELDS - Static variable in class org.apache.hadoop.fs.QuotaUsage
 
QUOTA_STRING_FORMAT - Static variable in class org.apache.hadoop.fs.QuotaUsage
Output format: <----12----> <----15----> <----15----> <----15----> <-------18-------> QUOTA REMAINING_QUATA SPACE_QUOTA SPACE_QUOTA_REM FILE_NAME
QuotaUsage - Class in org.apache.hadoop.fs
Store the quota usage of a directory.
QuotaUsage() - Constructor for class org.apache.hadoop.fs.QuotaUsage
 
QuotaUsage(QuotaUsage.Builder) - Constructor for class org.apache.hadoop.fs.QuotaUsage
Build the instance based on the builder.
QuotaUsage.Builder - Class in org.apache.hadoop.fs
Builder class for QuotaUsage.
quoteHtmlChars(OutputStream, byte[], int, int) - Static method in class org.apache.hadoop.http.HtmlQuoting
Quote all of the active HTML characters in the given string as they are added to the buffer.
quoteHtmlChars(String) - Static method in class org.apache.hadoop.http.HtmlQuoting
Quote the given item to make it html-safe.
quoteOutputStream(OutputStream) - Static method in class org.apache.hadoop.http.HtmlQuoting
Return an output stream that quotes all of the output.
QuotingInputFilter() - Constructor for class org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 

R

RANDOM - Static variable in interface org.apache.hadoop.util.bloom.RemoveScheme
Random selection.
RATIO - Static variable in interface org.apache.hadoop.util.bloom.RemoveScheme
Ratio Selection.
RawComparable - Interface in org.apache.hadoop.io.file.tfile
Interface for objects that can be compared through RawComparator.
RawComparator<T> - Interface in org.apache.hadoop.io
A Comparator that operates directly on byte representations of objects.
RawLocalFileSystem - Class in org.apache.hadoop.fs
Implement the FileSystem API for the raw local filesystem.
RawLocalFileSystem() - Constructor for class org.apache.hadoop.fs.RawLocalFileSystem
 
rawMapping - Variable in class org.apache.hadoop.net.CachedDNSToSwitchMapping
The uncached mapping
RawScriptBasedMapping() - Constructor for class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
Constructor.
read(byte[], int, int) - Method in class org.apache.hadoop.fs.AvroFSInput
 
read(ByteBuffer) - Method in interface org.apache.hadoop.fs.ByteBufferReadable
Reads up to buf.remaining() bytes into buf.
read(long, byte[], int, int) - Method in class org.apache.hadoop.fs.FSDataInputStream
Read bytes from the given position in the stream to the given buffer.
read(ByteBuffer) - Method in class org.apache.hadoop.fs.FSDataInputStream
 
read(ByteBufferPool, int, EnumSet<ReadOption>) - Method in class org.apache.hadoop.fs.FSDataInputStream
 
read(ByteBufferPool, int) - Method in class org.apache.hadoop.fs.FSDataInputStream
 
read(long, byte[], int, int) - Method in class org.apache.hadoop.fs.FSInputStream
 
read(DataInput) - Static method in class org.apache.hadoop.fs.permission.FsPermission
Create and initialize a FsPermission from DataInput.
read(long, byte[], int, int) - Method in interface org.apache.hadoop.fs.PositionedReadable
Read up to the specified number of bytes, from a given position within a file, and return the number of bytes read.
read() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
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.
read(byte[], int, int) - Method in class org.apache.hadoop.io.compress.CompressionInputStream
Read bytes from the stream.
read() - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.io.compress.DecompressorStream
 
read() - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
read(byte[]) - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
read(DataInput) - Static method in class org.apache.hadoop.io.MD5Hash
Constructs, reads and returns an instance.
read(DataInput) - Static method in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
Read from in
read() - Method in class org.apache.hadoop.util.LimitInputStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.util.LimitInputStream
 
READ_LINK_COMMAND - Static variable in class org.apache.hadoop.util.Shell
a Unix command to get a link target: "readlink".
READAHEAD - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
Stream setReadahead capability implemented by CanSetReadahead.setReadahead(Long).
ReadaheadPool.ReadaheadRequest - Interface in org.apache.hadoop.io
An outstanding readahead request that has been submitted to the pool.
readAndProcess() - Method in class org.apache.hadoop.ipc.Server.Connection
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.
readCompressedByteArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readCompressedString(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readCompressedStringArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readDouble(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse a double from a byte array.
readEnum(DataInput, Class<T>) - Static method in class org.apache.hadoop.io.WritableUtils
Read an Enum value from DataInput, Enums are read and written using String values.
Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.ArrayFile.Reader
Construct an array reader for the named file.
Reader(Path, Configuration, SequenceFile.Reader.Option...) - Constructor for class org.apache.hadoop.io.BloomMapFile.Reader
 
Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.BloomMapFile.Reader
Deprecated.
Reader(FileSystem, String, WritableComparator, Configuration, boolean) - Constructor for class org.apache.hadoop.io.BloomMapFile.Reader
Deprecated.
Reader(FileSystem, String, WritableComparator, Configuration) - Constructor for class org.apache.hadoop.io.BloomMapFile.Reader
Deprecated.
Reader(FSDataInputStream, long, Configuration) - Constructor for class org.apache.hadoop.io.file.tfile.TFile.Reader
Constructor
Reader(Path, Configuration, SequenceFile.Reader.Option...) - Constructor for class org.apache.hadoop.io.MapFile.Reader
 
Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.MapFile.Reader
Deprecated. 
Reader(FileSystem, String, WritableComparator, Configuration) - Constructor for class org.apache.hadoop.io.MapFile.Reader
Deprecated. 
Reader(Configuration, SequenceFile.Reader.Option...) - Constructor for class org.apache.hadoop.io.SequenceFile.Reader
 
Reader(FileSystem, Path, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Reader
Deprecated.
Use Reader(Configuration, Option...) instead.
Reader(FSDataInputStream, int, long, long, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Reader
Deprecated.
Use Reader(Configuration, Reader.Option...) instead.
Reader(FileSystem, String, Configuration) - Constructor for class org.apache.hadoop.io.SetFile.Reader
Construct a set reader for the named set.
Reader(FileSystem, String, WritableComparator, Configuration) - Constructor for class org.apache.hadoop.io.SetFile.Reader
Construct a set reader for the named set using the named comparator.
readFields(DataInput) - Method in class org.apache.hadoop.conf.Configuration
 
readFields(DataInput) - Method in class org.apache.hadoop.fs.FileStatus
Deprecated.
Use the PBHelper and protobuf serialization directly.
readFields(DataInput) - Method in class org.apache.hadoop.fs.FsStatus
 
readFields(DataInput) - Method in class org.apache.hadoop.fs.permission.FsPermission
Deprecated.
readFields(DataInput) - Method in class org.apache.hadoop.fs.store.EtagChecksum
 
readFields(DataInput) - Method in class org.apache.hadoop.io.AbstractMapWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ArrayWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.BooleanWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.BytesWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ByteWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.CompressedWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.DoubleWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.EnumSetWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.FloatWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.GenericWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.IntWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.LongWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.MapWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.MD5Hash
 
readFields(DataInput) - Method in class org.apache.hadoop.io.NullWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ObjectWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.SequenceFile.Metadata
 
readFields(DataInput) - Method in class org.apache.hadoop.io.ShortWritable
read the short value
readFields(DataInput) - Method in class org.apache.hadoop.io.SortedMapWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.Text
deserialize
readFields(DataInput, int) - Method in class org.apache.hadoop.io.Text
 
readFields(DataInput) - Method in class org.apache.hadoop.io.TwoDArrayWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.VersionedWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.VIntWritable
 
readFields(DataInput) - Method in class org.apache.hadoop.io.VLongWritable
 
readFields(DataInput) - Method in interface org.apache.hadoop.io.Writable
Deserialize the fields of this object from in.
readFields(DataInput) - Method in class org.apache.hadoop.ipc.ProtocolSignature
 
readFields(DataInput) - Method in class org.apache.hadoop.security.authorize.AccessControlList
Deserializes the AccessControlList object
readFields(DataInput) - Method in class org.apache.hadoop.security.Credentials
Loads all the keys.
readFields(DataInput) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
readFields(DataInput) - Method in class org.apache.hadoop.security.token.Token
 
readFields(DataInput) - Method in class org.apache.hadoop.util.bloom.BloomFilter
 
readFields(DataInput) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
 
readFields(DataInput) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
 
readFields(DataInput) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
 
readFieldsCompressed(DataInput) - Method in class org.apache.hadoop.io.CompressedWritable
Subclasses implement this instead of CompressedWritable.readFields(DataInput).
readFloat(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse a float from a byte array.
readFully(long, byte[], int, int) - Method in class org.apache.hadoop.fs.FSDataInputStream
Read bytes from the given position in the stream to the given buffer.
readFully(long, byte[]) - Method in class org.apache.hadoop.fs.FSDataInputStream
readFully(long, byte[], int, int) - Method in class org.apache.hadoop.fs.FSInputStream
 
readFully(long, byte[]) - Method in class org.apache.hadoop.fs.FSInputStream
 
readFully(long, byte[], int, int) - Method in interface org.apache.hadoop.fs.PositionedReadable
Read the specified number of bytes, from a given position within a file.
readFully(long, byte[]) - Method in interface org.apache.hadoop.fs.PositionedReadable
Read number of bytes equal to the length of the buffer, from a given position within a file.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.hadoop.io.IOUtils
Reads len bytes in a loop.
readFullyToByteArray(DataInput) - Static method in class org.apache.hadoop.io.IOUtils
Reads a DataInput until EOF and returns a byte array.
readInt(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse an integer from a byte array.
readLink(File) - Static method in class org.apache.hadoop.fs.FileUtil
Returns the target of the given symlink.
readLong(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse a long from a byte array.
readObject(DataInput, Configuration) - Static method in class org.apache.hadoop.io.ObjectWritable
Read a Writable, String, primitive type, or an array of the preceding.
readObject(DataInput, ObjectWritable, Configuration) - Static method in class org.apache.hadoop.io.ObjectWritable
Read a Writable, String, primitive type, or an array of the preceding.
ReadOption - Enum in org.apache.hadoop.fs
Options that can be used when reading from a FileSystem.
readPassword(String) - Method in class org.apache.hadoop.security.alias.CredentialShell.PasswordReader
 
readRawVarint32(DataInput) - Static method in class org.apache.hadoop.util.ProtoUtil
Read a variable length integer in the same format that ProtoBufs encodes.
readString(DataInput) - Static method in class org.apache.hadoop.io.file.tfile.Utils
Read a String as a VInt n, followed by n Bytes in Text format.
readString(DataInput) - Static method in class org.apache.hadoop.io.Text
Read a UTF8 encoded string from in
readString(DataInput, int) - Static method in class org.apache.hadoop.io.Text
Read a UTF8 encoded string with a maximum size
readString(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readStringArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
 
readStringSafely(DataInput, int) - Static method in class org.apache.hadoop.io.WritableUtils
Read a string, but check it for sanity.
readTokenStorageFile(Path, Configuration) - Static method in class org.apache.hadoop.security.Credentials
Convenience method for reading a token storage file and loading its Tokens.
readTokenStorageFile(File, Configuration) - Static method in class org.apache.hadoop.security.Credentials
Convenience method for reading a token storage file and loading its Tokens.
readTokenStorageStream(DataInputStream) - Method in class org.apache.hadoop.security.Credentials
Convenience method for reading a token from a DataInputStream.
readUnsignedShort(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Parse an unsigned short from a byte array.
readVInt(DataInput) - Static method in class org.apache.hadoop.io.file.tfile.Utils
Decoding the variable-length integer.
readVInt(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Reads a zero-compressed encoded integer from a byte array and returns it.
readVInt(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
Reads a zero-compressed encoded integer from input stream and returns it.
readVIntInRange(DataInput, int, int) - Static method in class org.apache.hadoop.io.WritableUtils
Reads an integer from the input stream and returns it.
readVLong(DataInput) - Static method in class org.apache.hadoop.io.file.tfile.Utils
Decoding the variable-length integer.
readVLong(byte[], int) - Static method in class org.apache.hadoop.io.WritableComparator
Reads a zero-compressed encoded long from a byte array and returns it.
readVLong(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
Reads a zero-compressed encoded long from input stream and returns it.
readWithKnownLength(DataInput, int) - Method in class org.apache.hadoop.io.Text
Read a Text object whose length is already known.
ReadWriteDiskValidator - Class in org.apache.hadoop.util
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.
ReadWriteDiskValidator() - Constructor for class org.apache.hadoop.util.ReadWriteDiskValidator
 
READYTOBECOMEACTIVE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
REALUSER_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
reason - Variable in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
reattachMetrics() - Static method in class org.apache.hadoop.security.UserGroupInformation
Reattach the class's metrics to a new metric system.
Reconfigurable - Interface in org.apache.hadoop.conf
Something whose Configuration can be changed at run time.
ReconfigurableBase - Class in org.apache.hadoop.conf
Utility base class for implementing the Reconfigurable interface.
ReconfigurableBase() - Constructor for class org.apache.hadoop.conf.ReconfigurableBase
Construct a ReconfigurableBase.
ReconfigurableBase(Configuration) - Constructor for class org.apache.hadoop.conf.ReconfigurableBase
Construct a ReconfigurableBase with the Configuration conf.
ReconfigurationException - Exception in org.apache.hadoop.conf
Exception indicating that configuration property cannot be changed at run time.
ReconfigurationException() - Constructor for exception org.apache.hadoop.conf.ReconfigurationException
Create a new instance of ReconfigurationException.
ReconfigurationException(String, String, String, Throwable) - Constructor for exception org.apache.hadoop.conf.ReconfigurationException
Create a new instance of ReconfigurationException.
ReconfigurationException(String, String, String) - Constructor for exception org.apache.hadoop.conf.ReconfigurationException
Create a new instance of ReconfigurationException.
ReconfigurationServlet - Class in org.apache.hadoop.conf
A servlet for changing a node's configuration.
ReconfigurationServlet() - Constructor for class org.apache.hadoop.conf.ReconfigurationServlet
 
ReconfigurationUtil - Class in org.apache.hadoop.conf
 
ReconfigurationUtil() - Constructor for class org.apache.hadoop.conf.ReconfigurationUtil
 
ReconfigurationUtil.PropertyChange - Class in org.apache.hadoop.conf
 
reconfigureProperty(String, String) - Method in interface org.apache.hadoop.conf.Reconfigurable
Change a configuration property on this object to the value specified.
reconfigureProperty(String, String) - Method in class org.apache.hadoop.conf.ReconfigurableBase
Change a configuration property on this object to the value specified.
reconfigurePropertyImpl(String, String) - Method in class org.apache.hadoop.conf.ReconfigurableBase
Change a configuration property.
record(double...) - Method in class org.apache.hadoop.log.LogThrottlingHelper
Record some set of values at the current time into this helper.
record(String, long, double...) - Method in class org.apache.hadoop.log.LogThrottlingHelper
Record some set of values at the specified time into this helper.
Record() - Constructor for class org.apache.hadoop.metrics2.util.MetricsCache.Record
 
recursive() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
Create the parent directory if they do not exist.
redact(String, String) - Method in class org.apache.hadoop.conf.ConfigRedactor
Given a key / value pair, decides whether or not to redact and returns either the original value or text indicating it has been redacted.
reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - Method in interface org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
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.
reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
reencryptEncryptedKeys(List<KeyProviderCryptoExtension.EncryptedKeyVersion>) - Method in interface org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Batched version of KeyProviderCryptoExtension.reencryptEncryptedKey(EncryptedKeyVersion).
reencryptEncryptedKeys(List<KeyProviderCryptoExtension.EncryptedKeyVersion>) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
reference() - Static method in class org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the referent exists in the namespace.
reference() - Method in class org.apache.hadoop.util.CloseableReferenceCount
Increment the reference count.
ReflectionUtils - Class in org.apache.hadoop.util
General reflection utils
ReflectionUtils() - Constructor for class org.apache.hadoop.util.ReflectionUtils
 
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto) - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface
 
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto>) - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto>) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto>) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub
 
refresh(String, String[]) - Method in class org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto) - Method in class org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolServerSideTranslatorPB
 
refresh() - Static method in class org.apache.hadoop.security.authorize.ProxyServers
 
refresh(Configuration) - Static method in class org.apache.hadoop.security.authorize.ProxyServers
 
refresh() - Method in class org.apache.hadoop.util.CacheableIPList
Refreshes the ip list
RefreshAuthorizationPolicyProtocolClientSideTranslatorPB - Class in org.apache.hadoop.security.protocolPB
 
RefreshAuthorizationPolicyProtocolClientSideTranslatorPB(RefreshAuthorizationPolicyProtocolPB) - Constructor for class org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
RefreshAuthorizationPolicyProtocolProtos - Class in org.apache.hadoop.security.proto
 
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService - Class in org.apache.hadoop.security.proto
Protobuf service hadoop.common.RefreshAuthorizationPolicyProtocolService
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface - Interface in org.apache.hadoop.security.proto
 
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface - Interface in org.apache.hadoop.security.proto
 
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub - Class in org.apache.hadoop.security.proto
 
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshServiceAclRequestProto
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshServiceAclRequestProto
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProtoOrBuilder - Interface in org.apache.hadoop.security.proto
 
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshServiceAclResponseProto
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshServiceAclResponseProto
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProtoOrBuilder - Interface in org.apache.hadoop.security.proto
 
RefreshAuthorizationPolicyProtocolServerSideTranslatorPB - Class in org.apache.hadoop.security.protocolPB
 
RefreshAuthorizationPolicyProtocolServerSideTranslatorPB(RefreshAuthorizationPolicyProtocol) - Constructor for class org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolServerSideTranslatorPB
 
RefreshAuthorizationPolicyProtocolService() - Constructor for class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - Method in interface org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface
 
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto>) - Method in interface org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface
rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto);
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto>) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto);
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto>) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub
 
refreshCallQueue() - Method in class org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - Method in class org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolServerSideTranslatorPB
 
refreshCallQueue(Configuration) - Method in class org.apache.hadoop.ipc.Server
 
RefreshCallQueueProtocolClientSideTranslatorPB - Class in org.apache.hadoop.ipc.protocolPB
 
RefreshCallQueueProtocolClientSideTranslatorPB(RefreshCallQueueProtocolPB) - Constructor for class org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
RefreshCallQueueProtocolProtos - Class in org.apache.hadoop.ipc.proto
 
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService - Class in org.apache.hadoop.ipc.proto
Protobuf service hadoop.common.RefreshCallQueueProtocolService
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface - Interface in org.apache.hadoop.ipc.proto
 
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface - Interface in org.apache.hadoop.ipc.proto
 
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub - Class in org.apache.hadoop.ipc.proto
 
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.RefreshCallQueueRequestProto
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.RefreshCallQueueRequestProto
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
 
RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.RefreshCallQueueResponseProto
RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder - Class in org.apache.hadoop.ipc.proto
Protobuf type hadoop.common.RefreshCallQueueResponseProto
RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
 
RefreshCallQueueProtocolServerSideTranslatorPB - Class in org.apache.hadoop.ipc.protocolPB
 
RefreshCallQueueProtocolServerSideTranslatorPB(RefreshCallQueueProtocol) - Constructor for class org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolServerSideTranslatorPB
 
RefreshCallQueueProtocolService() - Constructor for class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
RefreshHandler - Interface in org.apache.hadoop.ipc
Used to registry custom methods to refresh at runtime.
RefreshRegistry - Class in org.apache.hadoop.ipc
Used to registry custom methods to refresh at runtime.
RefreshRegistry() - Constructor for class org.apache.hadoop.ipc.RefreshRegistry
 
RefreshResponse - Class in org.apache.hadoop.ipc
Return a response in the handler method for the user to see.
RefreshResponse(int, String) - Constructor for class org.apache.hadoop.ipc.RefreshResponse
 
refreshServiceAcl(Configuration, PolicyProvider) - Method in class org.apache.hadoop.ipc.Server
Refresh the service authorization ACL for the service handled by this server.
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - Method in interface org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface
 
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto>) - Method in interface org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface
rpc refreshServiceAcl(.hadoop.common.RefreshServiceAclRequestProto) returns (.hadoop.common.RefreshServiceAclResponseProto);
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto>) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
rpc refreshServiceAcl(.hadoop.common.RefreshServiceAclRequestProto) returns (.hadoop.common.RefreshServiceAclResponseProto);
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto>) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub
 
refreshServiceAcl() - Method in class org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - Method in class org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolServerSideTranslatorPB
 
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - Method in interface org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface
 
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto>) - Method in interface org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto>) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto);
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto>) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
refreshSuperUserGroupsConfiguration() - Method in class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - Method in class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolServerSideTranslatorPB
 
RefreshUserMappingsProtocolClientSideTranslatorPB - Class in org.apache.hadoop.security.protocolPB
 
RefreshUserMappingsProtocolClientSideTranslatorPB(RefreshUserMappingsProtocolPB) - Constructor for class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
RefreshUserMappingsProtocolProtos - Class in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProtoOrBuilder - Interface in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProtoOrBuilder - Interface in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService - Class in org.apache.hadoop.security.proto
Protobuf service hadoop.common.RefreshUserMappingsProtocolService
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface - Interface in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface - Interface in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub - Class in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshUserToGroupsMappingsRequestProto
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshUserToGroupsMappingsRequestProto
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProtoOrBuilder - Interface in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshUserToGroupsMappingsResponseProto
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder - Class in org.apache.hadoop.security.proto
Protobuf type hadoop.common.RefreshUserToGroupsMappingsResponseProto
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProtoOrBuilder - Interface in org.apache.hadoop.security.proto
 
RefreshUserMappingsProtocolServerSideTranslatorPB - Class in org.apache.hadoop.security.protocolPB
 
RefreshUserMappingsProtocolServerSideTranslatorPB(RefreshUserMappingsProtocol) - Constructor for class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolServerSideTranslatorPB
 
RefreshUserMappingsProtocolService() - Constructor for class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - Method in interface org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface
 
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto>) - Method in interface org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto);
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto>) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto);
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto>) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
refreshUserToGroupsMappings() - Method in class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - Method in class org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolServerSideTranslatorPB
 
RegexFilter - Class in org.apache.hadoop.metrics2.filter
A regex pattern filter for metrics
RegexFilter() - Constructor for class org.apache.hadoop.metrics2.filter.RegexFilter
 
register(String, RefreshHandler) - Method in class org.apache.hadoop.ipc.RefreshRegistry
Registers an object as a handler for a given identity.
register(String, String, T) - Method in class org.apache.hadoop.metrics2.MetricsSystem
Register a metrics source
register(T) - Method in class org.apache.hadoop.metrics2.MetricsSystem
Register a metrics source (deriving name and description from the object)
register(String, String, T) - Method in class org.apache.hadoop.metrics2.MetricsSystem
Register a metrics sink
register(MetricsSystem.Callback) - Method in class org.apache.hadoop.metrics2.MetricsSystem
Register a callback interface for JMX events
register(String, String, Object) - Static method in class org.apache.hadoop.metrics2.util.MBeans
Register the MBean using our standard MBeanName format "hadoop:service=,name=" Where the and are the supplied parameters.
register(String, String, Map<String, String>, Object) - Static method in class org.apache.hadoop.metrics2.util.MBeans
Register the MBean using our standard MBeanName format "hadoop:service=,name=" Where the and are the supplied parameters.
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.fs.FSProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.security.proto.SecurityProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.tracing.TraceAdminPB
 
registerFailureHandling() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
Override point: register this class as the handler for the control-C and SIGINT interrupts.
registerForDeferredResponse() - Static method in class org.apache.hadoop.ipc.ProtobufRpcEngine.Server
 
registerGlobalListener(ServiceStateChangeListener) - Static method in class org.apache.hadoop.service.AbstractService
Register a global listener, which receives notifications from the state change events of all services in the JVM
registerProtocolEngine(RPC.RpcKind, Class<? extends Writable>, RPC.RpcInvoker) - Static method in class org.apache.hadoop.ipc.Server
Register a RPC kind and the class to deserialize the rpc request.
registerServiceListener(ServiceStateChangeListener) - Method in class org.apache.hadoop.service.AbstractService
 
registerServiceListener(ServiceStateChangeListener) - Method in interface org.apache.hadoop.service.Service
Register a listener to the service state change events.
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration.
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
reinit(Configuration) - Method in interface org.apache.hadoop.io.compress.Compressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
reinit the compressor with the given configuration.
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration.
reinit(Configuration) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration.
release() - Method in class org.apache.hadoop.util.AutoCloseableLock
A wrapper method that makes a call to unlock() of the underlying ReentrantLock object.
releaseBuffer(ByteBuffer) - Method in class org.apache.hadoop.fs.FSDataInputStream
 
reload() - Method in class org.apache.hadoop.util.FileBasedIPList
 
reloadCachedMappings() - Method in class org.apache.hadoop.net.CachedDNSToSwitchMapping
 
reloadCachedMappings(List<String>) - Method in class org.apache.hadoop.net.CachedDNSToSwitchMapping
 
reloadCachedMappings() - Method in interface org.apache.hadoop.net.DNSToSwitchMapping
Reload all of the cached mappings.
reloadCachedMappings(List<String>) - Method in interface org.apache.hadoop.net.DNSToSwitchMapping
Reload cached mappings on specific nodes.
reloadCachedMappings() - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
 
reloadCachedMappings(List<String>) - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
 
reloadCachedMappings() - Method in class org.apache.hadoop.net.TableMapping
 
reloadConfiguration() - Method in class org.apache.hadoop.conf.Configuration
Reload configuration from previously added resources.
reloadExistingConfigurations() - Static method in class org.apache.hadoop.conf.Configuration
Reload existing configuration instances.
reloginFromKeytab() - Method in class org.apache.hadoop.security.UserGroupInformation
Re-Login a user in from a keytab file.
reloginFromTicketCache() - Method in class org.apache.hadoop.security.UserGroupInformation
Re-Login a user in from the ticket cache.
remaining() - Method in class org.apache.hadoop.ipc.RpcWritable.Buffer
 
remainingCapacity() - Method in class org.apache.hadoop.ipc.CallQueueManager
 
remainingCapacity() - Method in class org.apache.hadoop.ipc.FairCallQueue
Returns maximum remaining capacity.
RemoteException - Exception in org.apache.hadoop.ipc
 
RemoteException(String, String) - Constructor for exception org.apache.hadoop.ipc.RemoteException
 
RemoteException(String, String, RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto) - Constructor for exception org.apache.hadoop.ipc.RemoteException
 
RemoteIterator<E> - Interface in org.apache.hadoop.fs
An iterator over a collection whose elements need to be fetched remotely
remove(Object) - Method in class org.apache.hadoop.io.MapWritable
 
remove(Object) - Method in class org.apache.hadoop.io.SortedMapWritable
 
remove(Node) - Method in class org.apache.hadoop.net.InnerNodeImpl
 
remove(ServiceStateChangeListener) - Method in class org.apache.hadoop.service.ServiceOperations.ServiceListeners
Remove any registration of a listener from the listener list.
remove() - Method in class org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
remove() - Method in class org.apache.hadoop.util.LightWeightGSet.SetIterator
 
removeAcl(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Removes all but the base ACL entries of files and directories.
removeAcl(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
removeAcl(Path) - Method in class org.apache.hadoop.fs.FileContext
Removes all but the base ACL entries of files and directories.
removeAcl(Path) - Method in class org.apache.hadoop.fs.FileSystem
Removes all but the base ACL entries of files and directories.
removeAcl(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
removeAcl(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeAcl(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Removes ACL entries from files and directories.
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileContext
Removes ACL entries from files and directories.
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileSystem
Removes ACL entries from files and directories.
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeAclEntries(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
removeAuths(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
removeBlocker(String) - Method in class org.apache.hadoop.service.AbstractService
Remove a blocker from the blocker map - this is a no-op if the blocker is not present
removeConfig(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Removes all default ACL entries from files and directories.
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
 
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.FileContext
Removes all default ACL entries from files and directories.
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.FileSystem
Removes all default ACL entries from files and directories.
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeDefaultAcl(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
removeDescriptions(int) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
removeGroup(String) - Method in class org.apache.hadoop.security.authorize.AccessControlList
Remove group from the names of groups allowed for this service.
removeInstance(String) - Static method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
removeProtocolSignature(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
removeProtocolVersions(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
removeResponses(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
RemoveScheme - Interface in org.apache.hadoop.util.bloom
Defines the different remove scheme for retouched Bloom filters.
removeSecretKey(Text) - Method in class org.apache.hadoop.security.Credentials
Remove the key for a given alias.
removeSecrets(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
removeService(Service) - Method in class org.apache.hadoop.service.CompositeService
 
removeShutdownHook(Runnable) - Method in class org.apache.hadoop.util.ShutdownHookManager
Removes a shutdownHook.
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface
 
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto>) - Method in interface org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto>) - Method in class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
removeSpanReceiver(long) - Method in interface org.apache.hadoop.tracing.TraceAdminProtocol
Remove a trace span receiver.
removeStoredMasterKey(DelegationKey) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
removeStoredToken(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
removeSuffix(String, String) - Static method in class org.apache.hadoop.io.compress.CompressionCodecFactory
Removes a suffix from a filename, if it has it.
removeTokenFromFile(boolean, File, String, Text, Configuration) - Static method in class org.apache.hadoop.security.token.DtFileOperations
Remove a token from a file in the local filesystem, matching alias.
removeTokens(int) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
removeUser(String) - Method in class org.apache.hadoop.security.authorize.AccessControlList
Remove user from the names of users allowed for this service.
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
Remove an xattr of a file or directory.
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.FileContext
Remove an xattr of a file or directory.
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
Remove an xattr of a file or directory.
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
 
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeXAttr(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
 
rename(Path, Path, Options.Rename...) - Method in class org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.rename(Path, Path, Options.Rename...) except that Path f must be for this file system.
rename(Path, Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
Rename files/dirs
rename(Path, Path, Options.Rename...) - Method in class org.apache.hadoop.fs.FileContext
Renames Path src to Path dst
  • rename(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
    Renames Path src to Path dst.
    rename(Path, Path, Options.Rename...) - Method in class org.apache.hadoop.fs.FileSystem
    Deprecated.
    rename(Path, Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
    Renames Path src to Path dst.
    rename(Path, Path, Options.Rename...) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    rename(Path, Path) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
     
    rename(Path, Path) - Method in class org.apache.hadoop.fs.HarFileSystem
     
    rename(Path, Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
     
    rename(Path, Path) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
     
    rename(Path, Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    rename(FileSystem, String, String) - Static method in class org.apache.hadoop.io.MapFile
    Renames an existing map directory.
    renameInternal(Path, Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.rename(Path, Path, Options.Rename...) except that Path f must be for this file system and NO OVERWRITE is performed.
    renameInternal(Path, Path, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.rename(Path, Path, Options.Rename...) except that Path f must be for this file system.
    renameInternal(Path, Path, boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    renameInternal(Path, Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.renameSnapshot(Path, String, String).
    renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.FileContext
    Rename a snapshot.
    renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.FileSystem
    Rename a snapshot.
    renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    renameSnapshot(Path, String, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    renew(Token<?>, Configuration) - Method in class org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
     
    renew(Configuration) - Method in class org.apache.hadoop.security.token.Token
    Renew this delegation token.
    renew(Token<?>, Configuration) - Method in class org.apache.hadoop.security.token.Token.TrivialRenewer
     
    renew(Token<?>, Configuration) - Method in class org.apache.hadoop.security.token.TokenRenewer
    Renew the given token.
    RENEW_DELEGATION_TOKEN_JSON - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    renewDelegationToken(Token<?>) - Method in interface org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.DelegationTokenExtension
    Renews the given token.
    renewDelegationToken(Token<?>) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    renewDelegationToken(URL, DelegationTokenAuthenticatedURL.Token) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    renewDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    renewDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    renewDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>, String) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    RENEWER_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    RENEWER_PARAM - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    renewToken(Token<TokenIdent>, String) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Renew a delegation token.
    renewTokenFile(File, String, Text, Configuration) - Static method in class org.apache.hadoop.security.token.DtFileOperations
    Renew a token from a file in the local filesystem, matching alias.
    repFac(short) - Static method in class org.apache.hadoop.fs.Options.CreateOpts
     
    replaceFile(File, File) - Static method in class org.apache.hadoop.fs.FileUtil
    Move the src file to the name specified by target.
    replication(short) - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
    Set replication factor.
    replication(short) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
     
    REPLICATION_1_2_SCHEMA - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    REPLICATION_CODEC_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    REPLICATION_POLICY_ID - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    REPLICATION_POLICY_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    ReplicationFactor(short) - Constructor for class org.apache.hadoop.fs.Options.CreateOpts.ReplicationFactor
     
    report() - Method in class org.apache.hadoop.fs.HardLink.LinkStats
     
    reportChecksumFailure(Path, FSDataInputStream, long, FSDataInputStream, long) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
    Report a checksum error to the file system.
    reportChecksumFailure(Path, FSDataInputStream, long, FSDataInputStream, long) - Method in class org.apache.hadoop.fs.LocalFileSystem
    Moves files to a bad file directory on the same device, so that their storage will not be reused.
    reportCRCError() - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
     
    REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    REQINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    REQSOURCE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    REQUEST_BY_USER_FORCED_VALUE - Static variable in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    REQUEST_BY_USER_FORCED = 1;
    REQUEST_BY_USER_VALUE - Static variable in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    REQUEST_BY_USER = 0;
    REQUEST_BY_ZKFC_VALUE - Static variable in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    REQUEST_BY_ZKFC = 2;
    RequestQuoter(HttpServletRequest) - Constructor for class org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
     
    requiresLayout() - Method in class org.apache.hadoop.http.HttpRequestLogAppender
     
    requiresLayout() - Method in class org.apache.hadoop.log.metrics.EventCounter
     
    reset() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
    Resets all statistics to 0.
    reset() - Method in enum org.apache.hadoop.fs.GlobalStorageStatistics
    Reset all global storage statistics.
    reset() - Method in class org.apache.hadoop.fs.StorageStatistics
    Reset all the statistic data.
    reset() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
     
    reset() - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
    Resets everything including the input buffers (user and direct).
    reset() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
     
    reset() - Method in interface org.apache.hadoop.io.compress.Compressor
    Resets compressor so that a new set of input data can be processed.
    reset() - Method in interface org.apache.hadoop.io.compress.Decompressor
    Resets decompressor and input and output buffers so that a new set of input data can be processed.
    reset() - Method in class org.apache.hadoop.io.compress.DecompressorStream
     
    reset() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
    Resets compressor so that a new set of input data can be processed.
    reset() - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Resets compressor so that a new set of input data can be processed.
    reset() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
    Resets everything, including the input buffer, regardless of whether the current gzip substream is finished.
    reset() - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
    Resets everything including the input buffers (user and direct).
    reset() - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
     
    reset() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
    Resets everything including the input buffers (user and direct).
    reset() - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
     
    reset(ByteBuffer...) - Method in class org.apache.hadoop.io.DataInputByteBuffer
     
    reset() - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
     
    reset() - Method in class org.apache.hadoop.io.MapFile.Reader
    Re-positions the reader before its first key.
    reset() - Method in class org.apache.hadoop.metrics2.util.SampleStat.MinMax
     
    reset(SampleStat.MinMax) - Method in class org.apache.hadoop.metrics2.util.SampleStat.MinMax
     
    reset() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Reset all data structures and mutable state.
    reset() - Method in class org.apache.hadoop.service.ServiceOperations.ServiceListeners
    Reset the listener list
    reset() - Method in class org.apache.hadoop.util.LimitInputStream
     
    reset() - Method in class org.apache.hadoop.util.PureJavaCrc32
     
    reset() - Method in class org.apache.hadoop.util.PureJavaCrc32C
     
    reset() - Method in class org.apache.hadoop.util.StopWatch
    Reset elapsed time to zero and make the state of stopwatch stop.
    resetCache() - Static method in class org.apache.hadoop.ipc.ProtocolSignature
     
    resetMinMax() - Method in class org.apache.hadoop.metrics2.lib.MutableStat
    Reset the all time min max of the metric
    resetState() - Method in class org.apache.hadoop.io.compress.BlockDecompressorStream
     
    resetState() - Method in class org.apache.hadoop.io.compress.CompressionInputStream
    Reset the decompressor to its initial state and discard any buffered data, as the underlying stream may have been repositioned.
    resetState() - Method in class org.apache.hadoop.io.compress.CompressionOutputStream
    Reset the compression to the initial state.
    resetState() - Method in class org.apache.hadoop.io.compress.CompressorStream
     
    resetState() - Method in class org.apache.hadoop.io.compress.DecompressorStream
     
    resetState() - Method in class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
     
    resolve(Path) - Method in class org.apache.hadoop.fs.FileContext
    Resolves all symbolic links in the specified path.
    resolve(FileSystem, Options.HandleOpt...) - Static method in class org.apache.hadoop.fs.Options.HandleOpt
    resolve(BiFunction<FileStatus, Options.HandleOpt[], PathHandle>, Options.HandleOpt...) - Static method in class org.apache.hadoop.fs.Options.HandleOpt
    Utility function for partial evaluation of FileStatus instances to a fixed set of handle options.
    resolve(List<String>) - Method in class org.apache.hadoop.net.CachedDNSToSwitchMapping
     
    resolve(List<String>) - Method in interface org.apache.hadoop.net.DNSToSwitchMapping
    Resolves a list of DNS-names/IP-addresses and returns back a list of switch information (network paths).
    resolve(List<String>) - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
     
    resolveIntermediate(Path) - Method in class org.apache.hadoop.fs.FileContext
    Resolves all symbolic links in the specified path leading up to, but not including the final path component.
    resolveLink(Path) - Method in class org.apache.hadoop.fs.FileSystem
    resolveLink(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    resolvePath(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Return the fully-qualified path of path f resolving the path through any internal symlinks or mount point
    resolvePath(Path) - Method in class org.apache.hadoop.fs.FileContext
    Resolve the path following any symlinks or mount points
    resolvePath(Path) - Method in class org.apache.hadoop.fs.FileSystem
    Return the fully-qualified path of path, resolving the path through any symlinks or mount point.
    resolvePath(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    resolvePath(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
     
    resolvePath(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    resolvePath(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    RESPONSE_ACTIVE - Static variable in class org.apache.hadoop.http.IsActiveServlet
     
    RESPONSE_NOT_ACTIVE - Static variable in class org.apache.hadoop.http.IsActiveServlet
     
    RESPONSE_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    RESPONSE = 4;
    RESPONSES_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    RestCsrfPreventionFilter - Class in org.apache.hadoop.security.http
    This filter provides protection against cross site request forgery (CSRF) attacks for REST APIs.
    RestCsrfPreventionFilter() - Constructor for class org.apache.hadoop.security.http.RestCsrfPreventionFilter
     
    RestCsrfPreventionFilter.HttpInteraction - Interface in org.apache.hadoop.security.http
    Defines the minimal API requirements for the filter to execute its filtering logic.
    Result - Class in org.apache.hadoop.fs.shell.find
     
    RetouchedBloomFilter - Class in org.apache.hadoop.util.bloom
    Implements a retouched Bloom filter, as defined in the CoNEXT 2006 paper.
    RetouchedBloomFilter() - Constructor for class org.apache.hadoop.util.bloom.RetouchedBloomFilter
    Default constructor - use with readFields
    RetouchedBloomFilter(int, int, int) - Constructor for class org.apache.hadoop.util.bloom.RetouchedBloomFilter
    Constructor
    RetriableException - Exception in org.apache.hadoop.ipc
    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).
    RetriableException(Exception) - Constructor for exception org.apache.hadoop.ipc.RetriableException
     
    RetriableException(String) - Constructor for exception org.apache.hadoop.ipc.RetriableException
     
    retriableRetrievePassword(T) - Method in class org.apache.hadoop.security.token.SecretManager
    The same functionality with SecretManager.retrievePassword(T), except that this method can throw a RetriableException or a StandbyException to indicate that client can retry/failover the same operation because of temporary issue on the server side.
    retrievePassword(TokenIdent) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    retrievePassword(T) - Method in class org.apache.hadoop.security.token.SecretManager
    Retrieve the password for the given token identifier.
    RETRY - Static variable in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    RETRY_FOREVER - Static variable in class org.apache.hadoop.io.retry.RetryPolicies
    Keep trying forever.
    RetryAction(RetryPolicy.RetryAction.RetryDecision) - Constructor for class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    RetryAction(RetryPolicy.RetryAction.RetryDecision, long) - Constructor for class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    RetryAction(RetryPolicy.RetryAction.RetryDecision, long, String) - Constructor for class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    retryByException(RetryPolicy, Map<Class<? extends Exception>, RetryPolicy>) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    Set a default policy with some explicit handlers for specific exceptions.
    retryByRemoteException(RetryPolicy, Map<Class<? extends Exception>, RetryPolicy>) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    A retry policy for RemoteException Set a default policy with some explicit handlers for specific exceptions.
    RetryCache.CacheEntry - Class in org.apache.hadoop.ipc
    CacheEntry is tracked using unique client ID and callId of the RPC request
    RetryCache.CacheEntryWithPayload - Class in org.apache.hadoop.ipc
    CacheEntry with payload that tracks the previous response or parts of previous response to be used for generating response for retried requests.
    RETRYCOUNT_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    RETRYCOUNT_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    retryForeverWithFixedSleep(long, TimeUnit) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    Keep trying forever with a fixed time between attempts.
    retryOtherThanRemoteException(RetryPolicy, Map<Class<? extends Exception>, RetryPolicy>) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    A retry policy for exceptions other than RemoteException.
    RetryPolicies - Class in org.apache.hadoop.io.retry
    A collection of useful implementations of RetryPolicy.
    RetryPolicies() - Constructor for class org.apache.hadoop.io.retry.RetryPolicies
     
    RetryPolicies.MultipleLinearRandomRetry - Class in org.apache.hadoop.io.retry
    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.
    RetryPolicies.MultipleLinearRandomRetry.Pair - Class in org.apache.hadoop.io.retry
    Pairs of numRetries and sleepSeconds
    RetryPolicy - Interface in org.apache.hadoop.io.retry
    Specifies a policy for retrying method failures.
    RetryPolicy.RetryAction - Class in org.apache.hadoop.io.retry
    RetryPolicy.RetryAction.RetryDecision - Enum in org.apache.hadoop.io.retry
     
    RetryProxy - Class in org.apache.hadoop.io.retry
    A factory for creating retry proxies.
    RetryProxy() - Constructor for class org.apache.hadoop.io.retry.RetryProxy
     
    retryUpToMaximumCountWithFixedSleep(int, long, TimeUnit) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    Keep trying a limited number of times, waiting a fixed time between attempts, and then fail by re-throwing the exception.
    retryUpToMaximumCountWithProportionalSleep(int, long, TimeUnit) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    Keep trying a limited number of times, waiting a growing amount of time between attempts, and then fail by re-throwing the exception.
    retryUpToMaximumTimeWithFixedSleep(long, long, TimeUnit) - Static method in class org.apache.hadoop.io.retry.RetryPolicies
    Keep trying for a maximum time, waiting a fixed time between attempts, and then fail by re-throwing the exception.
    RetryUtils - Class in org.apache.hadoop.io.retry
     
    RetryUtils() - Constructor for class org.apache.hadoop.io.retry.RetryUtils
     
    returnCompressor(Compressor) - Static method in class org.apache.hadoop.io.compress.CodecPool
    Return the Compressor to the pool.
    returnCompressor(Compressor) - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
     
    returnDecompressor(Decompressor) - Static method in class org.apache.hadoop.io.compress.CodecPool
    Return the Decompressor to the pool.
    returnDecompressor(Decompressor) - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
     
    rewind() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Rewind to the first entry in the scanner.
    rNums - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
    This array really shouldn't be here.
    RollingFileSystemSink - Class in org.apache.hadoop.metrics2.sink
    This class is a metrics sink that uses FileSystem to write the metrics logs.
    RollingFileSystemSink() - Constructor for class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Create an empty instance.
    RollingFileSystemSink(long, long) - Constructor for class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Create an instance for testing.
    rollIntervalMillis - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    rollNewVersion(String, byte[]) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
     
    rollNewVersion(String) - Method in class org.apache.hadoop.crypto.key.CachingKeyProvider
     
    rollNewVersion(String, byte[]) - Method in class org.apache.hadoop.crypto.key.KeyProvider
    Roll a new version of the given key.
    rollNewVersion(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider
    Roll a new version of the given key generating the material for it.
    rollNewVersion(String) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
     
    rollNewVersion(String, byte[]) - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
     
    rollNewVersion(String, byte[]) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    rollNewVersion(String) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    rollOffsetIntervalMillis - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    RPC.Builder - Class in org.apache.hadoop.ipc
    Class to construct instances of RPC server with specific options.
    RPC.RpcKind - Enum in org.apache.hadoop.ipc
     
    RPC.Server - Class in org.apache.hadoop.ipc
    An RPC Server.
    RPC.VersionMismatch - Exception in org.apache.hadoop.ipc
    A version mismatch for the RPC protocol.
    RPC_BUILTIN_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    RPC_BUILTIN = 0;
    RPC_CLOSE_CONNECTION_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    RPC_CLOSE_CONNECTION = 2;
    RPC_CONTINUATION_PACKET_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    RPC_CONTINUATION_PACKET = 1;
    RPC_FINAL_PACKET_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    RPC_FINAL_PACKET = 0;
    RPC_PROTOCOL_BUFFER_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    RPC_PROTOCOL_BUFFER = 2;
    RPC_WRITABLE_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    RPC_WRITABLE = 1;
    RpcClientException - Exception in org.apache.hadoop.ipc
    Indicates an exception in the RPC client
    RpcClientUtil - Class in org.apache.hadoop.ipc
    This class maintains a cache of protocol versions and corresponding protocol signatures, keyed by server address, protocol and rpc kind.
    RpcClientUtil() - Constructor for class org.apache.hadoop.ipc.RpcClientUtil
     
    rpcDetailedMetrics - Variable in class org.apache.hadoop.ipc.Server
     
    RpcEngine - Interface in org.apache.hadoop.ipc
    An RPC implementation.
    RpcException - Exception in org.apache.hadoop.ipc
    Indicates an exception during the execution of remote procedure call.
    RpcHeaderProtos - Class in org.apache.hadoop.ipc.protobuf
     
    RpcHeaderProtos.RPCCallerContextProto - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RPCCallerContextProto
    RpcHeaderProtos.RPCCallerContextProto.Builder - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RPCCallerContextProto
    RpcHeaderProtos.RPCCallerContextProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
     
    RpcHeaderProtos.RpcKindProto - Enum in org.apache.hadoop.ipc.protobuf
    Protobuf enum hadoop.common.RpcKindProto
    RpcHeaderProtos.RpcRequestHeaderProto - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcRequestHeaderProto
    RpcHeaderProtos.RpcRequestHeaderProto.Builder - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcRequestHeaderProto
    RpcHeaderProtos.RpcRequestHeaderProto.OperationProto - Enum in org.apache.hadoop.ipc.protobuf
    Protobuf enum hadoop.common.RpcRequestHeaderProto.OperationProto
    RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
     
    RpcHeaderProtos.RpcResponseHeaderProto - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcResponseHeaderProto
    RpcHeaderProtos.RpcResponseHeaderProto.Builder - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcResponseHeaderProto
    RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto - Enum in org.apache.hadoop.ipc.protobuf
    Protobuf enum hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto
    RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto - Enum in org.apache.hadoop.ipc.protobuf
    Protobuf enum hadoop.common.RpcResponseHeaderProto.RpcStatusProto
    RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
     
    RpcHeaderProtos.RpcSaslProto - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcSaslProto
    RpcHeaderProtos.RpcSaslProto.Builder - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcSaslProto
    RpcHeaderProtos.RpcSaslProto.SaslAuth - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcSaslProto.SaslAuth
    RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RpcSaslProto.SaslAuth
    RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
     
    RpcHeaderProtos.RpcSaslProto.SaslState - Enum in org.apache.hadoop.ipc.protobuf
    Protobuf enum hadoop.common.RpcSaslProto.SaslState
    RpcHeaderProtos.RpcSaslProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
     
    RpcHeaderProtos.RPCTraceInfoProto - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RPCTraceInfoProto
    RpcHeaderProtos.RPCTraceInfoProto.Builder - Class in org.apache.hadoop.ipc.protobuf
    Protobuf type hadoop.common.RPCTraceInfoProto
    RpcHeaderProtos.RPCTraceInfoProtoOrBuilder - Interface in org.apache.hadoop.ipc.protobuf
     
    RpcInvocationHandler - Interface in org.apache.hadoop.ipc
    This interface must be implemented by all InvocationHandler implementations.
    RPCKIND_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    RPCKIND_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    RPCKIND_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    rpcMetrics - Variable in class org.apache.hadoop.ipc.Server
     
    RpcMultiplexer - Interface in org.apache.hadoop.ipc
    Implement this interface to make a pluggable multiplexer in the FairCallQueue.
    RpcNoSuchMethodException - Exception in org.apache.hadoop.ipc
    No such Method for an Rpc Call
    RpcNoSuchMethodException(String) - Constructor for exception org.apache.hadoop.ipc.RpcNoSuchMethodException
     
    RpcNoSuchProtocolException - Exception in org.apache.hadoop.ipc
    No such protocol (i.e.
    RpcNoSuchProtocolException(String) - Constructor for exception org.apache.hadoop.ipc.RpcNoSuchProtocolException
     
    RPCOP_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    RpcScheduler - Interface in org.apache.hadoop.ipc
    Implement this interface to be used for RPC scheduling and backoff.
    RpcServerException - Exception in org.apache.hadoop.ipc
    Indicates an exception on the RPC server
    RpcServerException(String) - Constructor for exception org.apache.hadoop.ipc.RpcServerException
    Constructs exception with the specified detail message.
    RpcServerException(String, Throwable) - Constructor for exception org.apache.hadoop.ipc.RpcServerException
    Constructs exception with the specified detail message and cause.
    RpcWritable.Buffer - Class in org.apache.hadoop.ipc
    adapter to allow decoding of writables and protobufs from a byte buffer.
    RS_10_4_SCHEMA - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_3_2_SCHEMA - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_6_3_LEGACY_SCHEMA - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_6_3_SCHEMA - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_CODEC_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_LEGACY_CODEC_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    run() - Method in class org.apache.hadoop.fs.TrashPolicyDefault.Emptier
     
    run() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.DecayTask
     
    run() - Method in class org.apache.hadoop.ipc.ExternalCall
     
    run() - Method in class org.apache.hadoop.ipc.Server.Call
     
    run(String[]) - Method in class org.apache.hadoop.security.KDiag
     
    run() - Method in class org.apache.hadoop.service.CompositeService.CompositeServiceShutdownHook
     
    run() - Method in class org.apache.hadoop.service.launcher.InterruptEscalator.ServiceForcedShutdown
    Shutdown callback: stop the service and set an atomic boolean if it stopped within the shutdown time.
    run(String[]) - Method in class org.apache.hadoop.tools.CommandShell
     
    run(String[]) - Method in class org.apache.hadoop.tools.GetGroupsBase
    Get the groups for the users given and print formatted output to the PrintStream configured earlier.
    run(String[]) - Method in class org.apache.hadoop.util.FindClass
    Run the class/resource find or load operation
    run() - Method in class org.apache.hadoop.util.GcTimeMonitor
     
    run() - Method in class org.apache.hadoop.util.Shell
    Check to see if a command needs to be executed and execute if needed.
    run(String[]) - Method in interface org.apache.hadoop.util.Tool
    Execute the command with the given arguments.
    run(Configuration, Tool, String[]) - Static method in class org.apache.hadoop.util.ToolRunner
    Runs the given Tool by Tool.run(String[]), after parsing with the given generic arguments.
    run(Tool, String[]) - Static method in class org.apache.hadoop.util.ToolRunner
    Runs the Tool with its Configuration.
    RUNA - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
     
    RUNB - Static variable in interface org.apache.hadoop.io.compress.bzip2.BZip2Constants
     
    running - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    runResolveCommand(List<String>, String) - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
    Build and execute the resolution command.

    S

    S_IFBLK - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFCHR - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFDIR - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFIFO - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFLNK - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFMT - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFREG - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFSOCK - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IRUSR - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_ISGID - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_ISUID - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_ISVTX - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IWUSR - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IXUSR - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    SampleStat.MinMax - Class in org.apache.hadoop.metrics2.util
    Helper to keep running min/max
    SaslDigestCallbackHandler(SecretManager<TokenIdentifier>, Server.Connection) - Constructor for class org.apache.hadoop.security.SaslRpcServer.SaslDigestCallbackHandler
     
    SaslGssCallbackHandler() - Constructor for class org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler
     
    SaslPlainServer.SaslPlainServerFactory - Class in org.apache.hadoop.security
     
    SaslPlainServer.SecurityProvider - Class in org.apache.hadoop.security
     
    SaslPlainServerFactory() - Constructor for class org.apache.hadoop.security.SaslPlainServer.SaslPlainServerFactory
     
    SaslPropertiesResolver - Class in org.apache.hadoop.security
    Provides SaslProperties to be used for a connection.
    SaslPropertiesResolver() - Constructor for class org.apache.hadoop.security.SaslPropertiesResolver
     
    saslQop - Variable in enum org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
     
    SaslRpcServer.AuthMethod - Enum in org.apache.hadoop.security
    Authentication method
    SaslRpcServer.QualityOfProtection - Enum in org.apache.hadoop.security
     
    SaslRpcServer.SaslDigestCallbackHandler - Class in org.apache.hadoop.security
    CallbackHandler for SASL DIGEST-MD5 mechanism
    SaslRpcServer.SaslGssCallbackHandler - Class in org.apache.hadoop.security
    CallbackHandler for SASL GSSAPI Kerberos mechanism
    Scanner(TFile.Reader, long, long) - Constructor for class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Constructor
    Scanner(TFile.Reader, RawComparable, RawComparable) - Constructor for class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Constructor
    ScriptBasedMapping - Class in org.apache.hadoop.net
    This class implements the DNSToSwitchMapping interface using a script configured via the CommonConfigurationKeysPublic.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY option.
    ScriptBasedMapping() - Constructor for class org.apache.hadoop.net.ScriptBasedMapping
    Create an instance with the default configuration.
    ScriptBasedMapping(DNSToSwitchMapping) - Constructor for class org.apache.hadoop.net.ScriptBasedMapping
    Create an instance from the given raw mapping
    ScriptBasedMapping(Configuration) - Constructor for class org.apache.hadoop.net.ScriptBasedMapping
    Create an instance from the given configuration
    ScriptBasedMapping.RawScriptBasedMapping - Class in org.apache.hadoop.net
    This is the uncached script mapping that is fed into the cache managed by the superclass CachedDNSToSwitchMapping
    SECRET_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    SecretManager<T extends TokenIdentifier> - Class in org.apache.hadoop.security.token
    The server-side secret manager for each token type.
    SecretManager() - Constructor for class org.apache.hadoop.security.token.SecretManager
     
    SecretManager.InvalidToken - Exception in org.apache.hadoop.security.token
    The token was invalid and the message explains why.
    SECRETS_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    SecureIOUtils - Class in org.apache.hadoop.io
    This class provides secure APIs for opening and creating files on the local disk.
    SecureIOUtils() - Constructor for class org.apache.hadoop.io.SecureIOUtils
     
    SecureIOUtils.AlreadyExistsException - Exception in org.apache.hadoop.io
    Signals that an attempt to create a file at a given pathname has failed because another file already existed at that path.
    SecurityProtos - Class in org.apache.hadoop.security.proto
     
    SecurityProtos.CancelDelegationTokenRequestProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CancelDelegationTokenRequestProto
    SecurityProtos.CancelDelegationTokenRequestProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CancelDelegationTokenRequestProto
    SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.CancelDelegationTokenResponseProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CancelDelegationTokenResponseProto
    SecurityProtos.CancelDelegationTokenResponseProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CancelDelegationTokenResponseProto
    SecurityProtos.CancelDelegationTokenResponseProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.CredentialsKVProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CredentialsKVProto
    SecurityProtos.CredentialsKVProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CredentialsKVProto
    SecurityProtos.CredentialsKVProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.CredentialsProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CredentialsProto
    SecurityProtos.CredentialsProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.CredentialsProto
    SecurityProtos.CredentialsProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.GetDelegationTokenRequestProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.GetDelegationTokenRequestProto
    SecurityProtos.GetDelegationTokenRequestProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.GetDelegationTokenRequestProto
    SecurityProtos.GetDelegationTokenRequestProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.GetDelegationTokenResponseProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.GetDelegationTokenResponseProto
    SecurityProtos.GetDelegationTokenResponseProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.GetDelegationTokenResponseProto
    SecurityProtos.GetDelegationTokenResponseProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.RenewDelegationTokenRequestProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.RenewDelegationTokenRequestProto
    SecurityProtos.RenewDelegationTokenRequestProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.RenewDelegationTokenRequestProto
    SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.RenewDelegationTokenResponseProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.RenewDelegationTokenResponseProto
    SecurityProtos.RenewDelegationTokenResponseProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.RenewDelegationTokenResponseProto
    SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProtos.TokenProto - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.TokenProto
    SecurityProtos.TokenProto.Builder - Class in org.apache.hadoop.security.proto
    Protobuf type hadoop.common.TokenProto
    SecurityProtos.TokenProtoOrBuilder - Interface in org.apache.hadoop.security.proto
     
    SecurityProvider() - Constructor for class org.apache.hadoop.security.SaslPlainServer.SecurityProvider
     
    SecurityUtil - Class in org.apache.hadoop.security
    Security Utils.
    SecurityUtil.QualifiedHostResolver - Class in org.apache.hadoop.security
    This an alternate resolver with important properties that the standard java resolver lacks: 1) The hostname is fully qualified.
    seek(long) - Method in class org.apache.hadoop.fs.AvroFSInput
     
    seek(long) - Method in class org.apache.hadoop.fs.FSDataInputStream
    Seek to the given offset.
    seek(long) - Method in class org.apache.hadoop.fs.FSInputStream
    Seek to the given offset from the start of the file.
    seek(long) - Method in interface org.apache.hadoop.fs.Seekable
    Seek to the given offset from the start of the file.
    seek(long) - Method in class org.apache.hadoop.io.ArrayFile.Reader
    Positions the reader before its nth value.
    seek(long) - Method in class org.apache.hadoop.io.compress.CompressionInputStream
    This method is current not supported.
    seek(WritableComparable) - Method in class org.apache.hadoop.io.MapFile.Reader
    Positions the reader at the named key, or if none such exists, at the first entry after the named key.
    seek(long) - Method in class org.apache.hadoop.io.SequenceFile.Reader
    Set the current byte position in the input file.
    seek(WritableComparable) - Method in class org.apache.hadoop.io.SetFile.Reader
     
    Seekable - Interface in org.apache.hadoop.fs
    Stream that permits seeking.
    seekTo(byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is greater than or equal to the input key.
    seekTo(byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is greater than or equal to the input key.
    seekToEnd() - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Seek to the end of the scanner.
    seekToNewSource(long) - Method in class org.apache.hadoop.fs.FSDataInputStream
    Seek to the given position on an alternate copy of the data.
    seekToNewSource(long) - Method in class org.apache.hadoop.fs.FSInputStream
    Seeks a different copy of the data.
    seekToNewSource(long) - Method in class org.apache.hadoop.io.compress.CompressionInputStream
    This method is current not supported.
    SegmentDescriptor(long, long, Path) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
    Constructs a segment
    selectDelegationToken(Credentials) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    selectiveClearing(Key, short) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
    Performs the selective clearing for a given key.
    selectToken(Text, Collection<Token<? extends TokenIdentifier>>) - Method in interface org.apache.hadoop.security.token.TokenSelector
     
    SENDERNAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    sendError(int, String) - Method in interface org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
    Called by the filter after it decides that the request is a potential CSRF attack and therefore must be rejected.
    SEPARATOR - Static variable in class org.apache.hadoop.fs.Path
    The directory separator, a slash.
    SEPARATOR_CHAR - Static variable in class org.apache.hadoop.fs.Path
    The directory separator, a slash, as a character.
    SEQ_IO_SORT_FACTOR_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    SEQ_IO_SORT_FACTOR_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    SEQ_IO_SORT_MB_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    SEQ_IO_SORT_MB_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    SequenceFile - Class in org.apache.hadoop.io
    SequenceFiles are flat files consisting of binary key/value pairs.
    SequenceFile.CompressionType - Enum in org.apache.hadoop.io
    The compression type used to compress key/value pairs in the SequenceFile.
    SequenceFile.Metadata - Class in org.apache.hadoop.io
    The class encapsulating with the metadata of a file.
    SequenceFile.Reader - Class in org.apache.hadoop.io
    Reads key/value pairs from a sequence-format file.
    SequenceFile.Reader.Option - Interface in org.apache.hadoop.io
    A tag interface for all of the Reader options
    SequenceFile.Sorter - Class in org.apache.hadoop.io
    Sorts key/value pairs in a sequence-format file.
    SequenceFile.Sorter.RawKeyValueIterator - Interface in org.apache.hadoop.io
    The interface to iterate over raw keys/values of SequenceFiles.
    SequenceFile.Sorter.SegmentDescriptor - Class in org.apache.hadoop.io
    This class defines a merge segment.
    SequenceFile.ValueBytes - Interface in org.apache.hadoop.io
    The interface to 'raw' values of SequenceFiles.
    SequenceFile.Writer - Class in org.apache.hadoop.io
    Write key/value pairs to a sequence-format file.
    SequenceFile.Writer.Option - Interface in org.apache.hadoop.io
     
    serialize() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
    Serialize the metadata to a set of bytes.
    Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String) - Constructor for class org.apache.hadoop.ipc.ProtobufRpcEngine.Server
    Construct an RPC server.
    Server(String, int, Class<? extends Writable>, int, int, int, Configuration, String, SecretManager<? extends TokenIdentifier>, String) - Constructor for class org.apache.hadoop.ipc.RPC.Server
     
    Server - Class in org.apache.hadoop.ipc
    An abstract IPC service.
    Server(String, int, Class<? extends Writable>, int, Configuration) - Constructor for class org.apache.hadoop.ipc.Server
     
    Server(String, int, Class<? extends Writable>, int, int, int, Configuration, String, SecretManager<? extends TokenIdentifier>) - Constructor for class org.apache.hadoop.ipc.Server
     
    Server(String, int, Class<? extends Writable>, int, int, int, Configuration, String, SecretManager<? extends TokenIdentifier>, String) - Constructor for class org.apache.hadoop.ipc.Server
    Constructs a server listening on the named port and address.
    Server(Object, Configuration, String, int) - Constructor for class org.apache.hadoop.ipc.WritableRpcEngine.Server
    Deprecated.
    Use #Server(Class, Object, Configuration, String, int)
    Server(Class<?>, Object, Configuration, String, int) - Constructor for class org.apache.hadoop.ipc.WritableRpcEngine.Server
    Deprecated.
    Construct an RPC server.
    Server(Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>) - Constructor for class org.apache.hadoop.ipc.WritableRpcEngine.Server
    Deprecated.
    use Server#Server(Class, Object, Configuration, String, int, int, int, int, boolean, SecretManager)
    Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String) - Constructor for class org.apache.hadoop.ipc.WritableRpcEngine.Server
    Deprecated.
    Construct an RPC server.
    Server.Call - Class in org.apache.hadoop.ipc
    A generic call queued for handling.
    Server.Connection - Class in org.apache.hadoop.ipc
    Reads calls from a connection and queues them for handling.
    SERVERID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    SERVERIPCVERSIONNUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    Servers - Class in org.apache.hadoop.metrics2.util
    Helpers to handle server addresses
    SERVERS_PROPERTY - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
     
    Service - Interface in org.apache.hadoop.service
    Service LifeCycle.
    Service.STATE - Enum in org.apache.hadoop.service
    Service states
    SERVICE_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    SERVICE_PARAM - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    SERVICE_SHUTDOWN_TIMEOUT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Configuration option for the shutdown hook manager shutdown time: "hadoop.service.shutdown.timeout".
    SERVICE_SHUTDOWN_TIMEOUT_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default shutdown hook timeout: 30L seconds.
    serviceCreationFailure(Exception) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Generate an exception announcing a failure to create the service.
    ServiceFailedException - Exception in org.apache.hadoop.ha
    Exception thrown to indicate that an operation performed to modify the state of a service or application failed.
    ServiceFailedException(String) - Constructor for exception org.apache.hadoop.ha.ServiceFailedException
     
    ServiceFailedException(String, Throwable) - Constructor for exception org.apache.hadoop.ha.ServiceFailedException
     
    ServiceForcedShutdown(Service, int) - Constructor for class org.apache.hadoop.service.launcher.InterruptEscalator.ServiceForcedShutdown
     
    serviceInit(Configuration) - Method in class org.apache.hadoop.service.AbstractService
    All initialization code needed by a service.
    serviceInit(Configuration) - Method in class org.apache.hadoop.service.CompositeService
     
    serviceInit(Configuration) - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
     
    ServiceLauncher<S extends Service> - Class in org.apache.hadoop.service.launcher
    A class to launch any YARN service by name.
    ServiceLauncher(String) - Constructor for class org.apache.hadoop.service.launcher.ServiceLauncher
    Create an instance of the launcher.
    ServiceLauncher(String, String) - Constructor for class org.apache.hadoop.service.launcher.ServiceLauncher
    Create an instance of the launcher.
    ServiceLauncher.MinimalGenericOptionsParser - Class in org.apache.hadoop.service.launcher
    A generic options parser which does not parse any of the traditional Hadoop options.
    ServiceLaunchException - Exception in org.apache.hadoop.service.launcher
    A service launch exception that includes an exit code.
    ServiceLaunchException(int, Throwable) - Constructor for exception org.apache.hadoop.service.launcher.ServiceLaunchException
    Create an exception with the specific exit code.
    ServiceLaunchException(int, String) - Constructor for exception org.apache.hadoop.service.launcher.ServiceLaunchException
    Create an exception with the specific exit code and text.
    ServiceLaunchException(int, String, Object...) - Constructor for exception org.apache.hadoop.service.launcher.ServiceLaunchException
    Create a formatted exception.
    ServiceListeners() - Constructor for class org.apache.hadoop.service.ServiceOperations.ServiceListeners
     
    serviceMain(String...) - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Varargs version of the entry point for testing and other in-JVM use.
    serviceMain(List<String>) - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
    The real main function, which takes the arguments as a list.
    ServiceOperations - Class in org.apache.hadoop.service
    This class contains a set of methods to work with services, especially to walk them through their lifecycle.
    ServiceOperations.ServiceListeners - Class in org.apache.hadoop.service
    Class to manage a list of ServiceStateChangeListener instances, including a notification loop that is robust against changes to the list during the notification process.
    serviceStart() - Method in class org.apache.hadoop.service.AbstractService
    Actions called during the INITED to STARTED transition.
    serviceStart() - Method in class org.apache.hadoop.service.CompositeService
     
    serviceStart() - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
    Method used to start the Node health monitoring.
    ServiceStateChangeListener - Interface in org.apache.hadoop.service
    Interface to notify state changes of a service.
    ServiceStateException - Exception in org.apache.hadoop.service
    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 LauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION.
    ServiceStateException(String) - Constructor for exception org.apache.hadoop.service.ServiceStateException
    Instantiate
    ServiceStateException(String, Throwable) - Constructor for exception org.apache.hadoop.service.ServiceStateException
    Instantiate with a message and cause; if the cause has an exit code then it is used, otherwise the generic LauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION exit code is used.
    ServiceStateException(int, String, Throwable) - Constructor for exception org.apache.hadoop.service.ServiceStateException
    Instantiate, using the specified exit code as the exit code of the exception, irrespetive of any exit code supplied by any inner cause.
    ServiceStateException(Throwable) - Constructor for exception org.apache.hadoop.service.ServiceStateException
     
    ServiceStateModel - Class in org.apache.hadoop.service
    Implements the service state model.
    ServiceStateModel(String) - Constructor for class org.apache.hadoop.service.ServiceStateModel
    Create the service state model in the Service.STATE.NOTINITED state.
    ServiceStateModel(String, Service.STATE) - Constructor for class org.apache.hadoop.service.ServiceStateModel
    Create a service state model instance in the chosen state
    serviceStop() - Method in class org.apache.hadoop.service.AbstractService
    Actions called during the transition to the STOPPED state.
    serviceStop() - Method in class org.apache.hadoop.service.CompositeService
     
    serviceStop() - Method in class org.apache.hadoop.util.NodeHealthScriptRunner
    Method used to terminate the node health monitoring service.
    SERVLET_NAME - Static variable in class org.apache.hadoop.http.IsActiveServlet
     
    set(String, String) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property.
    set(String, String, String) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property.
    set(Object) - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
     
    set(Writable[]) - Method in class org.apache.hadoop.io.ArrayWritable
     
    set(boolean) - Method in class org.apache.hadoop.io.BooleanWritable
    Set the value of the BooleanWritable
    set(BytesWritable) - Method in class org.apache.hadoop.io.BytesWritable
    Set the BytesWritable to the contents of the given newData.
    set(byte[], int, int) - Method in class org.apache.hadoop.io.BytesWritable
    Set the value to a copy of the given byte range
    set(byte) - Method in class org.apache.hadoop.io.ByteWritable
    Set the value of this ByteWritable.
    set(double) - Method in class org.apache.hadoop.io.DoubleWritable
     
    set(EnumSet<E>, Class<E>) - Method in class org.apache.hadoop.io.EnumSetWritable
    reset the EnumSetWritable with specified value and elementType.
    set(float) - Method in class org.apache.hadoop.io.FloatWritable
    Set the value of this FloatWritable.
    set(Writable) - Method in class org.apache.hadoop.io.GenericWritable
    Set the instance that is wrapped.
    set(int) - Method in class org.apache.hadoop.io.IntWritable
    Set the value of this IntWritable.
    set(long) - Method in class org.apache.hadoop.io.LongWritable
    Set the value of this LongWritable.
    set(MD5Hash) - Method in class org.apache.hadoop.io.MD5Hash
    Copy the contents of another instance into this instance.
    set(Object) - Method in class org.apache.hadoop.io.ObjectWritable
    Reset the instance.
    set(Text, Text) - Method in class org.apache.hadoop.io.SequenceFile.Metadata
     
    set(short) - Method in class org.apache.hadoop.io.ShortWritable
    Set the value of this ShortWritable.
    set(String) - Method in class org.apache.hadoop.io.Text
    Set to contain the contents of a string.
    set(byte[]) - Method in class org.apache.hadoop.io.Text
    Set to a utf8 byte array
    set(Text) - Method in class org.apache.hadoop.io.Text
    copy a text.
    set(byte[], int, int) - Method in class org.apache.hadoop.io.Text
    Set the Text to range of bytes
    set(Writable[][]) - Method in class org.apache.hadoop.io.TwoDArrayWritable
     
    set(int) - Method in class org.apache.hadoop.io.VIntWritable
    Set the value of this VIntWritable.
    set(long) - Method in class org.apache.hadoop.io.VLongWritable
    Set the value of this LongWritable.
    set(float) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    set(int) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
    Set the value of the metric
    set(long) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
    Set the value of the metric
    SET_GROUP_COMMAND - Static variable in class org.apache.hadoop.util.Shell
    a Unix command to set the change user's groups list: "chgrp".
    SET_OWNER_COMMAND - Static variable in class org.apache.hadoop.util.Shell
    a Unix command to set owner: "chown".
    SET_PERMISSION_COMMAND - Static variable in class org.apache.hadoop.util.Shell
    a Unix command to set permission: "chmod".
    setAccessTime(long) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 access_time = 8;
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Fully replaces ACL of files and directories, discarding all existing entries.
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileContext
    Fully replaces ACL of files and directories, discarding all existing entries.
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FileSystem
    Fully replaces ACL of files and directories, discarding all existing entries.
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setAcl(Path, List<AclEntry>) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setACL(AccessControlList) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setAlias(String) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    required string alias = 1;
    setAliasBytes(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    required string alias = 1;
    setAllowNullValueProperties(boolean) - Method in class org.apache.hadoop.conf.Configuration
    Set Configuration to allow keys without values during setup.
    setArgs(int, String) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
    repeated string args = 2;
    setAsynchronousMode(boolean) - Static method in class org.apache.hadoop.ipc.Client
    Set RPC to asynchronous or synchronous mode.
    setAttributes(Map<String, String>) - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setAuthenticationMethod(UserGroupInformation.AuthenticationMethod, Configuration) - Static method in class org.apache.hadoop.security.SecurityUtil
     
    setAuthenticationMethod(UserGroupInformation.AuthenticationMethod) - Method in class org.apache.hadoop.security.UserGroupInformation
    Sets the authentication method in the subject
    setAuthenticationMethod(SaslRpcServer.AuthMethod) - Method in class org.apache.hadoop.security.UserGroupInformation
    Sets the authentication method in the subject
    setAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
    setAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
    setBindAddress(String) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: 0.0.0.0
    setBitLength(int) - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setBlockLocations(BlockLocation[]) - Method in class org.apache.hadoop.fs.LocatedFileStatus
    Hook for subclasses to lazily set block locations.
    setBlockReplication(int) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint32 block_replication = 10;
    setBlockSize(long) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 block_size = 11;
    setBlockSize(Configuration, int) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
     
    setBoolean(String, boolean) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to a boolean.
    setBooleanIfUnset(String, boolean) - Method in class org.apache.hadoop.conf.Configuration
    Set the given property, if it is currently unset.
    setCachedHosts(String[]) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the hosts hosting a cached replica of this block
    setCacheManipulator(NativeIO.POSIX.CacheManipulator) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    setCallerContext(RpcHeaderProtos.RPCCallerContextProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCCallerContextProto callerContext = 7;
    setCallerContext(RpcHeaderProtos.RPCCallerContextProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCCallerContextProto callerContext = 7;
    setCallId(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    required sint32 callId = 3;
    setCallId(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    required uint32 callId = 1;
    setCallIdAndRetryCount(int, int, Object) - Static method in class org.apache.hadoop.ipc.Client
    Set call id and retry count for the next call.
    setCapacity(int) - Method in class org.apache.hadoop.io.BytesWritable
    Change the capacity of the backing storage.
    setChallenge(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional bytes challenge = 5;
    setChanged() - Method in class org.apache.hadoop.metrics2.lib.MutableMetric
    Set the changed flag in mutable operations
    setCipher(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setClass(String, Class<?>, Class<?>) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to the name of a theClass implementing the given interface xface.
    setClassLoader(ClassLoader) - Method in class org.apache.hadoop.conf.Configuration
    Set the class loader that will be used to load the various objects.
    setClassName(String) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    required string className = 1;
    setClassName(String) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
    required string className = 2;
    setClassNameBytes(ByteString) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    required string className = 1;
    setClassNameBytes(ByteString) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
    required string className = 2;
    setClientBackoffEnabled(boolean) - Method in class org.apache.hadoop.ipc.Server
     
    setClientId(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    required bytes clientId = 4;
    setClientId(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional bytes clientId = 7;
    setClientProtocolVersion(long) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required uint64 clientProtocolVersion = 3;
    setClosed() - Method in class org.apache.hadoop.util.CloseableReferenceCount
    Mark the status as closed.
    setCodecClasses(Configuration, List<Class>) - Static method in class org.apache.hadoop.io.compress.CompressionCodecFactory
    Sets a list of codec classes in the configuration.
    setCommandFactory(CommandFactory) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Set the command factory.
    setCompressionLevel(Configuration, ZlibCompressor.CompressionLevel) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
     
    setCompressionStrategy(Configuration, ZlibCompressor.CompressionStrategy) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
     
    setConf(Configuration) - Method in interface org.apache.hadoop.conf.Configurable
    Set the configuration to be used by this object.
    setConf(Configuration) - Method in class org.apache.hadoop.conf.Configured
     
    setConf(Configuration) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    setConf(Configuration) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setConf(Configuration) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
     
    setConf(Configuration) - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
     
    setConf(Configuration) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setConf(Configuration) - Method in class org.apache.hadoop.io.AbstractMapWritable
     
    setConf(Configuration) - Method in class org.apache.hadoop.io.compress.BZip2Codec
    Set the configuration to be used by this object.
    setConf(Configuration) - Method in class org.apache.hadoop.io.compress.DefaultCodec
     
    setConf(Configuration) - Method in class org.apache.hadoop.io.compress.Lz4Codec
    Set the configuration to be used by this object.
    setConf(Configuration) - Method in class org.apache.hadoop.io.compress.SnappyCodec
    Set the configuration to be used by this object.
    setConf(Configuration) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
    Set the configuration to be used by this object.
    setConf(Configuration) - Method in class org.apache.hadoop.io.EnumSetWritable
     
    setConf(Configuration) - Method in class org.apache.hadoop.io.GenericWritable
     
    setConf(Configuration) - Method in class org.apache.hadoop.io.ObjectWritable
     
    setConf(Configuration) - Method in class org.apache.hadoop.io.WritableComparator
     
    setConf(Configuration) - Method in class org.apache.hadoop.net.AbstractDNSToSwitchMapping
     
    setConf(Configuration) - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
    Set the configuration and extract the configuration parameters of interest
    setConf(Configuration) - Method in class org.apache.hadoop.net.ScriptBasedMapping
    Set the configuration to be used by this object.
    setConf(Configuration) - Method in class org.apache.hadoop.net.SocksSocketFactory
     
    setConf(Configuration) - Method in class org.apache.hadoop.net.TableMapping
     
    setConf(Configuration) - Method in class org.apache.hadoop.security.authorize.DefaultImpersonationProvider
     
    setConf(Configuration) - Method in class org.apache.hadoop.security.IngressPortBasedResolver
     
    setConf(Configuration) - Method in class org.apache.hadoop.security.SaslPropertiesResolver
     
    setConf(Configuration) - Method in class org.apache.hadoop.security.WhitelistBasedResolver
     
    setConf(Object, Configuration) - Static method in class org.apache.hadoop.util.ReflectionUtils
    Check and set 'configuration' if necessary.
    setConfig(Configuration) - Method in class org.apache.hadoop.service.AbstractService
    Set the configuration for this service.
    setConfig(int, TraceAdminPB.ConfigPair) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    repeated .hadoop.common.ConfigPair config = 2;
    setConfig(int, TraceAdminPB.ConfigPair.Builder) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    repeated .hadoop.common.ConfigPair config = 2;
    setConfiguration(Configuration) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    setConfiguration(Configuration) - Static method in class org.apache.hadoop.security.SecurityUtil
     
    setConfiguration(Configuration) - Static method in class org.apache.hadoop.security.UserGroupInformation
    Set the static configuration for UGI.
    setConnectionConfigurator(ConnectionConfigurator) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    setConnectTimeout(Configuration, int) - Static method in class org.apache.hadoop.ipc.Client
    set the connection timeout value in configuration
    setContentionTracing(boolean) - Static method in class org.apache.hadoop.util.ReflectionUtils
     
    setContext(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    required string context = 1;
    setContext(String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
    Set the metrics context tag
    setContext(String) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
     
    setContext(String) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
    Set the context tag
    setContext(String) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
     
    setContextBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    required string context = 1;
    setCorrupt(boolean) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the corrupt flag.
    setCurrentKeyId(int) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    setData(String, byte[], int) - Method in class org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
     
    setDateHeader(String, long) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
     
    setDeclaringClassProtocolName(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string declaringClassProtocolName = 2;
    setDeclaringClassProtocolNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string declaringClassProtocolName = 2;
    setDefaultCompressionType(Configuration, SequenceFile.CompressionType) - Static method in class org.apache.hadoop.io.SequenceFile
    Set the default compression type for sequence files.
    setDefaultDelegationTokenAuthenticator(Class<? extends DelegationTokenAuthenticator>) - Static method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Sets the default DelegationTokenAuthenticator class to use when an DelegationTokenAuthenticatedURL instance is created without specifying one.
    setDefaultUri(Configuration, URI) - Static method in class org.apache.hadoop.fs.FileSystem
    Set the default FileSystem URI in a configuration.
    setDefaultUri(Configuration, String) - Static method in class org.apache.hadoop.fs.FileSystem
    Set the default FileSystem URI in a configuration.
    setDeferredError(Throwable) - Method in class org.apache.hadoop.ipc.Server.Call
     
    setDeferredResponse(Writable) - Method in class org.apache.hadoop.ipc.Server.Call
     
    setDelegate(DecayRpcScheduler) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
     
    setDelegationToken(Token<T>) - Method in interface org.apache.hadoop.fs.DelegationTokenRenewer.Renewable
    Set delegation token.
    setDelegationToken(Token<AbstractDelegationTokenIdentifier>) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
     
    setDelegationTokenSeqNum(int) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    setDeprecatedProperties() - Method in class org.apache.hadoop.conf.Configuration
    Sets all deprecated properties that are not currently set but have a corresponding new property that is set.
    setDepthFirst(boolean) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets flag indicating whether the expression should be applied to the directory tree depth first.
    setDescription(String) - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setDescriptions(int, TraceAdminPB.SpanReceiverListInfo) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
    repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
    setDescriptions(int, TraceAdminPB.SpanReceiverListInfo.Builder) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
    repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
     
    setDictionary(byte[], int, int) - Method in interface org.apache.hadoop.io.compress.Compressor
    Sets preset dictionary for compression.
    setDictionary(byte[], int, int) - Method in interface org.apache.hadoop.io.compress.Decompressor
    Sets preset dictionary for compression.
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
    Does nothing.
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
    Does nothing.
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Does nothing.
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Does nothing.
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
     
    setDictionary(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
     
    setDigest(String) - Method in class org.apache.hadoop.io.MD5Hash
    Sets the digest value from a hex string.
    setDouble(String, double) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to a double.
    setDropBehind(Boolean) - Method in interface org.apache.hadoop.fs.CanSetDropBehind
    Configure whether the stream should drop the cache.
    setDropBehind(Boolean) - Method in class org.apache.hadoop.fs.FSDataInputStream
     
    setDropBehind(Boolean) - Method in class org.apache.hadoop.fs.FSDataOutputStream
     
    setEcData(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional bytes ec_data = 17;
    setEffectiveUser(String) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string effectiveUser = 1;
    setEffectiveUserBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string effectiveUser = 1;
    setEncryptionData(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional bytes encryption_data = 15;
    setEnd(long) - Method in class org.apache.hadoop.io.compress.SplitCompressionInputStream
     
    setEnum(String, T) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to the given type.
    setEnvironment(Map<String, String>) - Method in class org.apache.hadoop.util.Shell
    Set the environment for the command.
    setErr(PrintStream) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets the error stream to be used.
    setErr(PrintStream) - Method in class org.apache.hadoop.tools.CommandShell
     
    setErrorDetail(RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6;
    setErrorMsg(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string errorMsg = 5;
    setErrorMsgBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string errorMsg = 5;
    setEstimator(QuantileEstimator) - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
     
    setExceptionClassName(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string exceptionClassName = 4;
    setExceptionClassNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string exceptionClassName = 4;
    setExecutable(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
    Platform independent implementation for File.setExecutable(boolean) File#setExecutable does not work as expected on Windows.
    setExitStatus(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional int32 exitStatus = 1;
    setExpirationTime(long) - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
     
    setExpirationTime(long) - Method in interface org.apache.hadoop.util.LightWeightCache.Entry
    Set the expiration time.
    setExtended(boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableStat
    Set whether to display the extended stats (stdev, min/max etc.) or not
    setFactor(int) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    Set the number of streams to merge at once.
    setFactory(Class, WritableFactory) - Static method in class org.apache.hadoop.io.WritableFactories
    Define a factory for a class.
    SetFile - Class in org.apache.hadoop.io
    A file-based set of keys.
    SetFile() - Constructor for class org.apache.hadoop.io.SetFile
     
    SetFile.Reader - Class in org.apache.hadoop.io
    Provide access to an existing set file.
    SetFile.Writer - Class in org.apache.hadoop.io
    Write a new set file.
    setFilename(String) - Method in class org.apache.hadoop.http.HttpRequestLogAppender
     
    setFilePointer(FileDescriptor, long, long) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.Windows
    Wrapper around SetFilePointer() on Windows
    setFileType(FSProtos.FileStatusProto.FileType) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    required .hadoop.fs.FileStatusProto.FileType fileType = 1;
    setFindPort(boolean) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setFlags(int) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint32 flags = 18 [default = 0];
    setFloat(String, float) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to a float.
    setFollowArgLink(boolean) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets flag indicating whether command line symbolic links should be followed.
    setFollowLink(boolean) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets flag indicating whether symbolic links should be followed.
    setGroup(String) - Method in class org.apache.hadoop.fs.FileStatus
    Sets group.
    setGroup(String) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string group = 6;
    setGroupBytes(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string group = 6;
    setGroups(int, String) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
    repeated string groups = 1;
    setHeader(String, String) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
     
    setHelp(String[]) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
    Sets the help text for this Expression
    setHomeDirConf(Configuration, String) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
    Add config variable for homedir for default mount table
    setHomeDirConf(Configuration, String, String) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
    Add config variable for homedir the specified mount table
    setHosts(String[]) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the hosts hosting this block
    setId(long) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
    required int64 id = 1;
    setId(long) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
    required int64 id = 1;
    setId(long) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
    required int64 id = 1;
    setIdentifier(String) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
    optional string identifier = 1;
    setIdentifier(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required bytes identifier = 1;
    setIdentifierBytes(ByteString) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
    optional string identifier = 1;
    setIfUnset(String, String) - Method in class org.apache.hadoop.conf.Configuration
    Sets a property if it is currently unset.
    setIn(InputStream) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets the input stream to be used.
    setIndexInterval(int) - Method in class org.apache.hadoop.io.MapFile.Writer
    Sets the index interval.
    setIndexInterval(Configuration, int) - Static method in class org.apache.hadoop.io.MapFile.Writer
    Sets the index interval and stores it in conf
    setInitialFlushTime(Date) - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Set the RollingFileSystemSink.nextFlush variable to the initial flush time.
    setInitialUsed(long) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
     
    setInput(byte[], int, int) - Method in interface org.apache.hadoop.io.compress.Compressor
    Sets input data for compression.
    setInput(byte[], int, int) - Method in interface org.apache.hadoop.io.compress.Decompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Compressor
    Sets input data for compression.
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.lz4.Lz4Decompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Sets input data for compression.
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibCompressor
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
     
    setInput(byte[], int, int) - Method in class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
     
    setInstance(Object) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Mandatory field
    setInt(String, int) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to an int.
    setInterval(long) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setIntHeader(String, int) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
     
    setIssueDate(long) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    SetIterator() - Constructor for class org.apache.hadoop.util.LightWeightGSet.SetIterator
     
    setJitter(Long) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setKey(String) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string key = 1;
    setKeyBytes(ByteString) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string key = 1;
    setKeytabConfKey(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setKeytabFile(String) - Method in exception org.apache.hadoop.security.KerberosAuthException
     
    setKind(String) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string kind = 3;
    setKindBytes(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string kind = 3;
    setKlass(Class<? extends GetSpaceUsed>) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setLastContact(long) - Method in class org.apache.hadoop.ipc.Server.Connection
     
    setLength(long) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the length of block
    setLength(long) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 length = 3;
    setLogSlowRPC(boolean) - Method in class org.apache.hadoop.ipc.Server
    Sets slow RPC flag.
    setLong(String, long) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of the name property to a long.
    SETMASK - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
    This constant is accessible by subclasses for historical purposes.
    setMasterKeyId(int) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setMaxDate(long) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setMaxDepth(int) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets the maximum depth for applying expressions.
    setMechanism(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string mechanism = 2;
    setMechanismBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string mechanism = 2;
    setMemory(int) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    Set the total amount of buffer memory, in bytes.
    setMessage(String) - Method in class org.apache.hadoop.ipc.RefreshResponse
     
    setMethod(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string method = 1;
    setMethodBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string method = 1;
    setMethodName(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string methodName = 1;
    setMethodNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string methodName = 1;
    setMethods(int, int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
    repeated uint32 methods = 2;
    setMillisToCede(int) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
    required uint32 millisToCede = 1;
    setMinDepth(int) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets the minimum depth for applying expressions.
    setMiniClusterMode(boolean) - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
     
    setModificationTime(long) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 modification_time = 7;
    setMtime(long) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
    optional uint64 mtime = 1;
    setMultiplexer(RpcMultiplexer) - Method in class org.apache.hadoop.ipc.FairCallQueue
     
    setName(String) - Method in class org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the optional ACL entry name.
    setName(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setNames(String[]) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the names (host:port) hosting this block
    setNativeZlibLoaded(boolean) - Static method in class org.apache.hadoop.io.compress.zlib.ZlibFactory
    Set the flag whether to use native library.
    setNewExpiryTime(long) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
    required uint64 newExpiryTime = 1;
    setNext(LightWeightGSet.LinkedElement) - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
     
    setNext(LightWeightGSet.LinkedElement) - Method in interface org.apache.hadoop.util.LightWeightGSet.LinkedElement
    Set the next element.
    setNotReadyReason(String) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    optional string notReadyReason = 3;
    setNotReadyReasonBytes(ByteString) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    optional string notReadyReason = 3;
    setNumHandlers(int) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: 1
    setnumReaders(int) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: -1
    setOffset(long) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the start offset of file associated with this block
    setOperation(String) - Method in exception org.apache.hadoop.fs.PathIOException
    Optional operation that will preface the path
    setOptions(FindOptions) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
     
    setOptions(FindOptions) - Method in interface org.apache.hadoop.fs.shell.find.Expression
    Set the options for this expression, called once before processing any items.
    setOptions(FindOptions) - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
     
    setOut(PrintStream) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Sets the output stream to be used.
    setOut(PrintStream) - Method in class org.apache.hadoop.tools.CommandShell
     
    setOutputStreams(PrintStream, PrintStream) - Static method in class org.apache.hadoop.util.FindClass
    Change the output streams to be something other than the System.out and System.err streams
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setOwner(Path, String, String) except that Path f must be for this file system.
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.FileContext
    Set owner of a path (i.e.
    setOwner(String) - Method in class org.apache.hadoop.fs.FileStatus
    Sets owner.
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.FileSystem
    Set owner of a path (i.e.
    setOwner(File, String, String) - Static method in class org.apache.hadoop.fs.FileUtil
    Set the ownership on a file / directory.
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setOwner(String) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string owner = 5;
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.HarFileSystem
    not implemented.
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
    Use the command chown to set owner.
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setOwner(Path, String, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setOwner(Text) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setOwnerBytes(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string owner = 5;
    setParentId(long) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
    optional int64 parentId = 2;
    setPassword(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required bytes password = 2;
    setPasswordReader(CredentialShell.PasswordReader) - Method in class org.apache.hadoop.security.alias.CredentialShell
     
    setPath(Path) - Method in class org.apache.hadoop.fs.FileStatus
     
    setPath(String) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    required string path = 2;
    setPath(String) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
    optional string path = 2;
    setPath(File) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setPathBytes(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    required string path = 2;
    setPathBytes(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
    optional string path = 2;
    setPathSpec(String[]) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setPattern(String, Pattern) - Method in class org.apache.hadoop.conf.Configuration
    Set the given property to Pattern.
    setPerm(int) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
    required uint32 perm = 1;
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setPermission(Path, FsPermission) except that Path f must be for this file system.
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileContext
    Set permission of a path.
    setPermission(FsPermission) - Method in class org.apache.hadoop.fs.FileStatus
    Sets permission.
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.FileSystem
    Set permission of a path.
    setPermission(File, FsPermission) - Static method in class org.apache.hadoop.fs.FileUtil
    Set permissions to the required value.
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setPermission(FSProtos.FsPermissionProto) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional .hadoop.fs.FsPermissionProto permission = 4;
    setPermission(FSProtos.FsPermissionProto.Builder) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional .hadoop.fs.FsPermissionProto permission = 4;
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.HarFileSystem
    Not implemented.
    setPermission(FsAction) - Method in class org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the set of permissions in the ACL entry.
    setPermission(FsPermission) - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
    Sets the permission for the file.
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
    Use the command chmod to set permission.
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setPingInterval(Configuration, int) - Static method in class org.apache.hadoop.ipc.Client
    set the ping interval value in configuration
    setPort(int) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: 0
    setPortRangeConfig(String) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: null
    setPortRanges(Configuration.IntegerRanges) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setPrincipal(String) - Method in exception org.apache.hadoop.security.KerberosAuthException
     
    setPriorityLevel(int) - Method in class org.apache.hadoop.ipc.Server.Call
     
    setProgressable(Progressable) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    Set the progressable object in order to report progress.
    setProtocol(String) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional string protocol = 3;
    setProtocol(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string protocol = 1;
    setProtocol(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
    required string protocol = 1;
    setProtocol(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string protocol = 3;
    setProtocol(Class<?>) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Mandatory field
    setProtocolBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional string protocol = 3;
    setProtocolBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string protocol = 1;
    setProtocolBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
    required string protocol = 1;
    setProtocolBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string protocol = 3;
    setProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
    repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
    setProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
    repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
    setProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
    repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
    setProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
    repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
    setQueueSizePerHandler(int) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: -1
    setQuietMode(boolean) - Method in class org.apache.hadoop.conf.Configuration
    Set the quietness-mode.
    setQuota(long) - Method in class org.apache.hadoop.fs.QuotaUsage
     
    setReadable(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
    Platform independent implementation for File.setReadable(boolean) File#setReadable does not work as expected on Windows.
    setReadahead(Long) - Method in interface org.apache.hadoop.fs.CanSetReadahead
    Set the readahead on this stream.
    setReadahead(Long) - Method in class org.apache.hadoop.fs.FSDataInputStream
     
    setReadyToBecomeActive(boolean) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    optional bool readyToBecomeActive = 2;
    setRealUser(String) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string realUser = 2;
    setRealUser(Text) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setRealUserBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string realUser = 2;
    setReconfigurationUtil(ReconfigurationUtil) - Method in class org.apache.hadoop.conf.ReconfigurableBase
     
    setRenewer(String) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
    required string renewer = 1;
    setRenewer(Text) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setRenewerBytes(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
    required string renewer = 1;
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setReplication(Path, short) except that Path f must be for this file system.
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
    Set replication for an existing file.
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.FileContext
    Set replication for an existing file.
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.FileSystem
    Set the replication for an existing file.
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.FilterFileSystem
    Set replication for an existing file.
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.HarFileSystem
    Not implemented.
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setReplication(Path, short) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqSource(HAServiceProtocolProtos.HARequestSource) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
    required .hadoop.common.HARequestSource reqSource = 1;
    setResponse(Message) - Method in interface org.apache.hadoop.ipc.ProtobufRpcEngineCallback
     
    setResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
    repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
    setResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
    repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
    setRestrictSystemProperties(boolean) - Method in class org.apache.hadoop.conf.Configuration
     
    setRestrictSystemPropertiesDefault(boolean) - Static method in class org.apache.hadoop.conf.Configuration
     
    setRestrictSystemProps(boolean) - Method in class org.apache.hadoop.conf.Configuration
     
    setRetainDays(int) - Method in class org.apache.hadoop.http.HttpRequestLogAppender
     
    setRetryCount(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional sint32 retryCount = 5 [default = -1];
    setRetryCount(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional sint32 retryCount = 8 [default = -1];
    setReturnCode(int) - Method in class org.apache.hadoop.ipc.RefreshResponse
     
    setRpcKind(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string rpcKind = 2;
    setRpcKind(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    required string rpcKind = 1;
    setRpcKind(RpcHeaderProtos.RpcKindProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RpcKindProto rpcKind = 1;
    setRpcKindBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string rpcKind = 2;
    setRpcKindBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    required string rpcKind = 1;
    setRpcOp(RpcHeaderProtos.RpcRequestHeaderProto.OperationProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
    setScope(AclEntryScope) - Method in class org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the scope of the ACL entry.
    setSecret(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    optional bytes secret = 3;
    setSecretManager(SecretManager<? extends TokenIdentifier>) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: null
    setSecrets(int, SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto secrets = 2;
    setSecrets(int, SecurityProtos.CredentialsKVProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto secrets = 2;
    setSecurityEnabled(boolean) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setSenderName(String) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string senderName = 3;
    setSenderName(String) - Method in class org.apache.hadoop.ipc.RefreshResponse
    Optionally set the sender of this RefreshResponse.
    setSenderNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string senderName = 3;
    setSequenceNumber(int) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setServerId(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string serverId = 4;
    setServerIdBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string serverId = 4;
    setServerIpcVersionNum(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional uint32 serverIpcVersionNum = 3;
    setService(String) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string service = 4;
    setService(Text) - Method in class org.apache.hadoop.security.token.Token
    Set the service on which the token is supposed to be used.
    setService(S) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Setter is to give subclasses the ability to manipulate the service.
    setServiceBytes(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string service = 4;
    setServiceClass(int) - Method in class org.apache.hadoop.ipc.Server.Connection
    Set service class for connection
    setShouldRenewImmediatelyForTests(boolean) - Static method in class org.apache.hadoop.security.UserGroupInformation
    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).
    setSignature(byte[]) - Method in class org.apache.hadoop.ipc.CallerContext.Builder
     
    setSignature(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    optional bytes signature = 2;
    setSize(int) - Method in class org.apache.hadoop.io.BytesWritable
    Change the size of the buffer.
    setSocketAddr(String, InetSocketAddress) - Method in class org.apache.hadoop.conf.Configuration
    Set the socket address for the name property as a host:port.
    setSocketSendBufSize(int) - Method in class org.apache.hadoop.ipc.Server
    Sets the socket buffer size used for responding to RPCs
    setSpaceConsumed(long) - Method in class org.apache.hadoop.fs.QuotaUsage
     
    setSpaceQuota(long) - Method in class org.apache.hadoop.fs.QuotaUsage
     
    setSSLConf(Configuration) - Method in class org.apache.hadoop.http.HttpServer2.Builder
    Specify the SSL configuration to load.
    setStart(long) - Method in class org.apache.hadoop.io.compress.SplitCompressionInputStream
     
    setStartTime(long) - Method in class org.apache.hadoop.fs.shell.find.FindOptions
    Set the start time of this Find command.
    setState(HAServiceProtocolProtos.HAServiceStateProto) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    required .hadoop.common.HAServiceStateProto state = 1;
    setState(RpcHeaderProtos.RpcSaslProto.SaslState) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    required .hadoop.common.RpcSaslProto.SaslState state = 2;
    setStatus(RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
    setStorageIds(String[]) - Method in class org.apache.hadoop.fs.BlockLocation
     
    setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Set the storage policy for a given file or directory.
    setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.FileContext
    Set the storage policy for a given file or directory.
    setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
    Set the storage policy for a given file or directory.
    setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setStoragePolicy(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setStorageSize(String, double, StorageUnit) - Method in class org.apache.hadoop.conf.Configuration
    Sets Storage Size for the specified key.
    setStorageTypes(StorageType[]) - Method in class org.apache.hadoop.fs.BlockLocation
     
    setStrings(String, String...) - Method in class org.apache.hadoop.conf.Configuration
    Set the array of string values for the name property as as comma delimited values.
    setSubCommand(CommandShell.SubCommand) - Method in class org.apache.hadoop.tools.CommandShell
     
    setSymlink(Path) - Method in class org.apache.hadoop.fs.FileStatus
     
    setSymlink(String) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string symlink = 9;
    setSymlinkBytes(ByteString) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string symlink = 9;
    setTargetPath(String) - Method in exception org.apache.hadoop.fs.PathIOException
    Optional path if the exception involved two paths, ex.
    setTicketCacheFile(String) - Method in exception org.apache.hadoop.security.KerberosAuthException
     
    setTimeDuration(String, long, TimeUnit) - Method in class org.apache.hadoop.conf.Configuration
    Set the value of name to the given time duration.
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setTimes(Path, long, long) except that Path f must be for this file system.
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.FileContext
    Set access time of a file.
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.FileSystem
    Set access time of a file.
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.HarFileSystem
     
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
    Sets the Path's last modified time and last access time to the given valid times.
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setTimes(Path, long, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setToken(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    optional bytes token = 3;
    setToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    optional .hadoop.common.TokenProto token = 2;
    setToken(SecurityProtos.TokenProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    optional .hadoop.common.TokenProto token = 2;
    setToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
    optional .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
    optional .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setTokens(int, SecurityProtos.CredentialsKVProto) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto tokens = 1;
    setTokens(int, SecurityProtos.CredentialsKVProto.Builder) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto tokens = 1;
    setTokenService(Token<?>, InetSocketAddress) - Static method in class org.apache.hadoop.security.SecurityUtil
    Set the given token's service to the format expected by the RPC client
    setTopologyPaths(String[]) - Method in class org.apache.hadoop.fs.BlockLocation
    Set the network topology paths of the hosts
    setTraceId(long) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
    optional int64 traceId = 1;
    setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
    setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
    setTracer(Tracer) - Method in class org.apache.hadoop.ipc.Server
     
    setTrackModification(boolean) - Method in class org.apache.hadoop.util.LightWeightGSet.SetIterator
     
    setType(AclEntryType) - Method in class org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the ACL entry type.
    setUMask(FsPermission) - Method in class org.apache.hadoop.fs.FileContext
    Set umask to the supplied parameter.
    setUMask(Configuration, FsPermission) - Static method in class org.apache.hadoop.fs.permission.FsPermission
    Set the user file creation mask (umask)
    setUsage(String[]) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
    Sets the usage text for this Expression
    setUseQueryStringForDelegationToken(boolean) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Deprecated.
    setUser(String) - Method in exception org.apache.hadoop.security.KerberosAuthException
     
    setUser(String) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
    required string user = 1;
    setUserBytes(ByteString) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
    required string user = 1;
    setUserInfo(IpcConnectionContextProtos.UserInformationProto) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional .hadoop.common.UserInformationProto userInfo = 2;
    setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional .hadoop.common.UserInformationProto userInfo = 2;
    setUserMessage(String) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string userMessage = 2;
    setUserMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string userMessage = 2;
    setUsernameConfKey(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    setValue(String) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string value = 2;
    setValueBytes(ByteString) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string value = 2;
    setVerbose(boolean) - Method in class org.apache.hadoop.ipc.RPC.Builder
    Default: false
    setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setVerifyChecksum(boolean, Path) except that Path f must be for this file system.
    setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
    Set whether to verify checksum.
    setVerifyChecksum(boolean, Path) - Method in class org.apache.hadoop.fs.FileContext
    Set the verify checksum flag for the file system denoted by the path.
    setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.FileSystem
    Set the verify checksum flag.
    setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setVersion(long) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
    required uint64 version = 1;
    setVersion(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    optional uint32 version = 1;
    setVersions(int, long) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    repeated uint64 versions = 2;
    setWorkFactor(Configuration, int) - Static method in class org.apache.hadoop.io.compress.bzip2.Bzip2Factory
     
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.FileContext
    Set the working directory for wd-relative names (such a "foo/bar").
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.FileSystem
    Set the current working directory for the given FileSystem.
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
    Set the current working directory for the given file system.
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.ftp.FTPFileSystem
     
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.HarFileSystem
     
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
    Set the working directory to the given directory.
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
     
    setWorkingDirectory(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setWorkingDirectory(File) - Method in class org.apache.hadoop.util.Shell
    Set the working directory.
    setWritable(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
    Platform independent implementation for File.setWritable(boolean) File#setWritable does not work as expected on Windows.
    setWriteChecksum(boolean) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    setWriteChecksum(boolean) - Method in class org.apache.hadoop.fs.FileSystem
    Set the write checksum flag.
    setWriteChecksum(boolean) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setWriteChecksum(boolean) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setXAttr(Path, String, byte[]) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[]) - Method in class org.apache.hadoop.fs.FileContext
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.FileContext
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[]) - Method in class org.apache.hadoop.fs.FileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.FileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[]) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    setXFrameOption(String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
    Sets a valid X-Frame-option that can be used by HttpServer2.
    SFTPFileSystem - Class in org.apache.hadoop.fs.sftp
    SFTP FileSystem.
    SFTPFileSystem() - Constructor for class org.apache.hadoop.fs.sftp.SFTPFileSystem
     
    Shell - Class in org.apache.hadoop.util
    A base class for running a Shell command.
    Shell() - Constructor for class org.apache.hadoop.util.Shell
    Create an instance with no minimum interval between runs; stderr is not merged with stdout.
    Shell(long) - Constructor for class org.apache.hadoop.util.Shell
    Create an instance with a minimum interval between executions; stderr is not merged with stdout.
    Shell(long, boolean) - Constructor for class org.apache.hadoop.util.Shell
    Create a shell instance which can be re-executed when the Shell.run() method is invoked with a given elapsed time between calls.
    Shell.CommandExecutor - Interface in org.apache.hadoop.util
     
    Shell.ExitCodeException - Exception in org.apache.hadoop.util
    This is an IOException with exit code added.
    Shell.OSType - Enum in org.apache.hadoop.util
     
    Shell.ShellCommandExecutor - Class in org.apache.hadoop.util
    A simple shell command executor.
    ShellBasedIdMapping - Class in org.apache.hadoop.security
    A simple shell-based implementation of IdMappingServiceProvider Map id to user name or group name.
    ShellBasedIdMapping(Configuration, boolean) - Constructor for class org.apache.hadoop.security.ShellBasedIdMapping
     
    ShellBasedIdMapping(Configuration) - Constructor for class org.apache.hadoop.security.ShellBasedIdMapping
     
    ShellCommandExecutor(String[]) - Constructor for class org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File) - Constructor for class org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File, Map<String, String>) - Constructor for class org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File, Map<String, String>, long) - Constructor for class org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File, Map<String, String>, long, boolean) - Constructor for class org.apache.hadoop.util.Shell.ShellCommandExecutor
    Create a new instance of the ShellCommandExecutor to execute a command.
    ShellCommandFencer - Class in org.apache.hadoop.ha
    Fencing method that runs a shell command.
    ShellCommandFencer() - Constructor for class org.apache.hadoop.ha.ShellCommandFencer
     
    ShortWritable - Class in org.apache.hadoop.io
    A WritableComparable for shorts.
    ShortWritable() - Constructor for class org.apache.hadoop.io.ShortWritable
     
    ShortWritable(short) - Constructor for class org.apache.hadoop.io.ShortWritable
     
    ShortWritable.Comparator - Class in org.apache.hadoop.io
    A Comparator optimized for ShortWritable.
    shouldBackOff(Schedulable) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
     
    shouldBackOff(Schedulable) - Method in class org.apache.hadoop.ipc.DefaultRpcScheduler
     
    shouldBackOff(Schedulable) - Method in interface org.apache.hadoop.ipc.RpcScheduler
     
    shouldLog() - Method in interface org.apache.hadoop.log.LogThrottlingHelper.LogAction
    If this is true, the caller should write to its log.
    shouldPreserveInput() - Method in class org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
     
    shouldRetry(Exception, int, int, boolean) - Method in class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
     
    shouldRetry(Exception, int, int, boolean) - Method in interface org.apache.hadoop.io.retry.RetryPolicy
    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.
    shouldRun(String) - Static method in class org.apache.hadoop.util.NodeHealthScriptRunner
    Method used to determine if or not node health monitoring service should be started or not.
    showHeaders() - Method in class org.apache.hadoop.tools.TableListing.Builder
    Whether to show column headers in table output.
    shutdown() - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
    Shutdown the metrics system
    shutdown() - Method in class org.apache.hadoop.metrics2.MetricsSystem
    Shutdown the metrics system completely (usually during server shutdown.) The MetricsSystemMXBean will be unregistered.
    shutdown(ExecutorService, Logger, long, TimeUnit) - Static method in class org.apache.hadoop.util.concurrent.HadoopExecutors
    Helper routine to shutdown a executorService.
    shutdown() - Method in class org.apache.hadoop.util.GcTimeMonitor
     
    SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hadoop.fs.FileContext
    Priority of the FileContext shutdown hook.
    SHUTDOWN_HOOK_PRIORITY - Static variable in class org.apache.hadoop.fs.FileSystem
    Priority of the FileSystem shutdown hook: 10.
    SHUTDOWN_PRIORITY - Static variable in class org.apache.hadoop.service.launcher.ServiceLauncher
    Priority for the shutdown hook: 30.
    shutdownExecutorService(ExecutorService) - Static method in class org.apache.hadoop.util.ShutdownThreadsHelper
     
    shutdownExecutorService(ExecutorService, long) - Static method in class org.apache.hadoop.util.ShutdownThreadsHelper
     
    ShutdownHookManager - Class in org.apache.hadoop.util
    The ShutdownHookManager enables running shutdownHook in a deterministic order, higher priority first.
    shutdownReconfigurationTask() - Method in class org.apache.hadoop.conf.ReconfigurableBase
     
    shutdownThread(Thread) - Static method in class org.apache.hadoop.util.ShutdownThreadsHelper
     
    shutdownThread(Thread, long) - Static method in class org.apache.hadoop.util.ShutdownThreadsHelper
     
    ShutdownThreadsHelper - Class in org.apache.hadoop.util
    Helper class to shutdown Threads and ExecutorServices.
    ShutdownThreadsHelper() - Constructor for class org.apache.hadoop.util.ShutdownThreadsHelper
     
    SIGNATURE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    SimpleBufferedOutputStream - Class in org.apache.hadoop.io.file.tfile
    A simplified BufferedOutputStream with borrowed buffer, and allow users to see how much data have been buffered.
    SimpleBufferedOutputStream(OutputStream, byte[]) - Constructor for class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    size() - Method in class org.apache.hadoop.conf.Configuration
    Return the number of keys in the configuration.
    size() - Method in interface org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries
     
    size() - Method in class org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
     
    size() - Method in class org.apache.hadoop.io.EnumSetWritable
     
    size() - Method in interface org.apache.hadoop.io.file.tfile.RawComparable
    Get the size of the byte range in the byte array.
    size() - Method in class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    size() - Static method in class org.apache.hadoop.io.file.tfile.Utils.Version
    Get the size of the serialized Version object.
    size() - Method in class org.apache.hadoop.io.MapWritable
     
    size() - Method in class org.apache.hadoop.io.SortedMapWritable
     
    size() - Method in class org.apache.hadoop.ipc.CallQueueManager
     
    size() - Method in class org.apache.hadoop.ipc.FairCallQueue
    Size returns the sum of all sub-queue sizes, so it may be greater than capacity.
    size - Variable in enum org.apache.hadoop.util.DataChecksum.Type
     
    skip(long) - Method in class org.apache.hadoop.io.compress.DecompressorStream
     
    skip(long) - Method in class org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
     
    skip(DataInput) - Static method in class org.apache.hadoop.io.Text
    Skips over one Text in the input.
    skip(long) - Method in class org.apache.hadoop.util.LimitInputStream
     
    skipCompressedByteArray(DataInput) - Static method in class org.apache.hadoop.io.WritableUtils
     
    skipFully(InputStream, long) - Static method in class org.apache.hadoop.io.IOUtils
    Similar to readFully().
    skipFully(DataInput, int) - Static method in class org.apache.hadoop.io.WritableUtils
    Skip len number of bytes in input streamin
    skipToNextMarker(long, int) - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
    This method tries to find the marker (passed to it as the first parameter) in the stream.
    sleepAtLeastIgnoreInterrupts(long) - Static method in class org.apache.hadoop.util.ThreadUtil
    Cause the current thread to sleep as close as possible to the provided number of milliseconds.
    SMALL_THRESH - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
    This constant is accessible by subclasses for historical purposes.
    SnappyCodec - Class in org.apache.hadoop.io.compress
    This class creates snappy compressors/decompressors.
    SnappyCodec() - Constructor for class org.apache.hadoop.io.compress.SnappyCodec
     
    SnappyCompressor - Class in org.apache.hadoop.io.compress.snappy
    A Compressor based on the snappy compression algorithm.
    SnappyCompressor(int) - Constructor for class org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Creates a new compressor.
    SnappyCompressor() - Constructor for class org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Creates a new compressor with the default buffer size.
    SnappyDecompressor - Class in org.apache.hadoop.io.compress.snappy
    A Decompressor based on the snappy compression algorithm.
    SnappyDecompressor(int) - Constructor for class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Creates a new compressor.
    SnappyDecompressor() - Constructor for class org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Creates a new decompressor with the default buffer size.
    SnappyDecompressor.SnappyDirectDecompressor - Class in org.apache.hadoop.io.compress.snappy
     
    SnappyDirectDecompressor() - Constructor for class org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
    Sample all the mutable metrics and put the snapshot in the builder
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableCounterInt
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableCounterLong
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableMetric
    Get a snapshot of the metric
    snapshot(MetricsRecordBuilder) - Method in class org.apache.hadoop.metrics2.lib.MutableMetric
    Get a snapshot of metric if changed
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableRates
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableRollingAverages
     
    snapshot(MetricsRecordBuilder, boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableStat
     
    snapshot() - Method in interface org.apache.hadoop.metrics2.util.QuantileEstimator
     
    SNAPSHOT_ENABLED_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
    SNAPSHOT_ENABLED = 8;
    snapshotDirectoryCount(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    snapshotFileCount(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    snapshotLength(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    snapshotSpaceConsumed(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    SocksSocketFactory - Class in org.apache.hadoop.net
    Specialized SocketFactory to create sockets with a SOCKS proxy
    SocksSocketFactory() - Constructor for class org.apache.hadoop.net.SocksSocketFactory
    Default empty constructor (for use with the reflection API).
    SocksSocketFactory(Proxy) - Constructor for class org.apache.hadoop.net.SocksSocketFactory
    Constructor with a supplied Proxy
    SOLARIS - Static variable in class org.apache.hadoop.util.Shell
     
    sort(Path[], Path, boolean) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    Perform a file sort from a set of input files into an output file.
    sort(Path, Path) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    The backwards compatible interface to sort.
    sortAndIterate(Path[], Path, boolean) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    Perform a file sort from a set of input files and return an iterator.
    SortedMapWritable<K extends WritableComparable<? super K>> - Class in org.apache.hadoop.io
    A Writable SortedMap.
    SortedMapWritable() - Constructor for class org.apache.hadoop.io.SortedMapWritable
    default constructor.
    SortedMapWritable(SortedMapWritable<K>) - Constructor for class org.apache.hadoop.io.SortedMapWritable
    Copy constructor.
    Sorter(FileSystem, Class<? extends WritableComparable>, Class, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter
    Sort and merge files containing the named classes.
    Sorter(FileSystem, RawComparator, Class, Class, Configuration) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter
    Sort and merge using an arbitrary RawComparator.
    Sorter(FileSystem, RawComparator, Class, Class, Configuration, SequenceFile.Metadata) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter
    Sort and merge using an arbitrary RawComparator.
    source - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    SPACE_QUOTA_STRING_FORMAT - Static variable in class org.apache.hadoop.fs.QuotaUsage
     
    spaceConsumed(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    spaceConsumed(long) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
     
    spaceQuota(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    spaceQuota(long) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
     
    SpanReceiverInfo - Class in org.apache.hadoop.tracing
     
    SpanReceiverInfoBuilder - Class in org.apache.hadoop.tracing
     
    SpanReceiverInfoBuilder(String) - Constructor for class org.apache.hadoop.tracing.SpanReceiverInfoBuilder
     
    SplitCompressionInputStream - Class in org.apache.hadoop.io.compress
    An InputStream covering a range of compressed data.
    SplitCompressionInputStream(InputStream, long, long) - Constructor for class org.apache.hadoop.io.compress.SplitCompressionInputStream
     
    SplittableCompressionCodec - Interface in org.apache.hadoop.io.compress
    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.
    SplittableCompressionCodec.READ_MODE - Enum in org.apache.hadoop.io.compress
    During decompression, data can be read off from the decompressor in two modes, namely continuous and blocked.
    SshFenceByTcpPort - Class in org.apache.hadoop.ha
    This fencing implementation sshes to the target node and uses fuser to kill the process listening on the service's TCP port.
    SshFenceByTcpPort() - Constructor for class org.apache.hadoop.ha.SshFenceByTcpPort
     
    SSLHostnameVerifier.AbstractVerifier - Class in org.apache.hadoop.security.ssl
     
    SSLHostnameVerifier.Certificates - Class in org.apache.hadoop.security.ssl
     
    STACK - Static variable in class org.apache.hadoop.log.Log4Json
     
    StackServlet() - Constructor for class org.apache.hadoop.http.HttpServer2.StackServlet
     
    StandardSocketFactory - Class in org.apache.hadoop.net
    Specialized SocketFactory to create sockets with a SOCKS proxy
    StandardSocketFactory() - Constructor for class org.apache.hadoop.net.StandardSocketFactory
    Default empty constructor (for use with the reflection API).
    STANDBY_VALUE - Static variable in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
    STANDBY = 2;
    StandbyException - Exception in org.apache.hadoop.ipc
    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.
    StandbyException(String) - Constructor for exception org.apache.hadoop.ipc.StandbyException
     
    start(long) - Static method in class org.apache.hadoop.io.SequenceFile.Reader
    Create an option to specify the starting byte to read.
    start() - Method in class org.apache.hadoop.ipc.Server
    Starts the service.
    start() - Method in interface org.apache.hadoop.metrics2.MetricsSystemMXBean
    Start the metrics system
    start() - Method in class org.apache.hadoop.service.AbstractService
    Start the service.
    start() - Method in interface org.apache.hadoop.service.Service
    Start the service.
    start() - Method in class org.apache.hadoop.util.StopWatch
    Start to measure times and make the state of stopwatch running.
    startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FileSystem
    Returns a local file that the user can write output to.
    startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
    Returns a local File that the user can write output to.
    startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.HarFileSystem
    not implemented.
    startLocalOutput(Path, Path) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
     
    startMetricsMBeans() - Method in interface org.apache.hadoop.metrics2.MetricsSystemMXBean
    Start metrics MBeans
    startReconfigurationTask() - Method in class org.apache.hadoop.conf.ReconfigurableBase
    Start a reconfiguration task to reload configuration in background.
    startThreads() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    should be called before this object is used
    startupShutdownMessage(String, List<String>) - Static method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Build a log message for starting up and shutting down.
    stat2Paths(FileStatus[]) - Static method in class org.apache.hadoop.fs.FileUtil
    convert an array of FileStatus to an array of Path
    stat2Paths(FileStatus[], Path) - Static method in class org.apache.hadoop.fs.FileUtil
    convert an array of FileStatus to an array of Path.
    state - Variable in class org.apache.hadoop.service.LifecycleEvent
    new state
    STATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    STATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    stateChanged(Service) - Method in class org.apache.hadoop.service.LoggingStateChangeListener
    Callback for a state change event: log it
    stateChanged(Service) - Method in interface org.apache.hadoop.service.ServiceStateChangeListener
    Callback to notify of a state change.
    StateChangeRequestInfo(HAServiceProtocol.RequestSource) - Constructor for class org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo
     
    STATIC_ID_MAPPING_FILE_DEFAULT - Static variable in class org.apache.hadoop.security.IdMappingConstant
     
    STATIC_ID_MAPPING_FILE_KEY - Static variable in class org.apache.hadoop.security.IdMappingConstant
     
    StaticUserFilter() - Constructor for class org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
     
    StaticUserWebFilter - Class in org.apache.hadoop.http.lib
    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.
    StaticUserWebFilter() - Constructor for class org.apache.hadoop.http.lib.StaticUserWebFilter
     
    StaticUserWebFilter.StaticUserFilter - Class in org.apache.hadoop.http.lib
     
    statistics - Variable in class org.apache.hadoop.fs.AbstractFileSystem
    The statistics for this file system.
    statistics - Variable in class org.apache.hadoop.fs.FileSystem
    The statistics for this file system.
    Statistics(String) - Constructor for class org.apache.hadoop.fs.FileSystem.Statistics
     
    Statistics(FileSystem.Statistics) - Constructor for class org.apache.hadoop.fs.FileSystem.Statistics
    Copy constructor.
    StatisticsData() - Constructor for class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
     
    StatsD(String, int) - Constructor for class org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
     
    StatsDSink - Class in org.apache.hadoop.metrics2.sink
    A metrics sink that writes metrics to a StatsD daemon.
    StatsDSink() - Constructor for class org.apache.hadoop.metrics2.sink.StatsDSink
     
    StatsDSink.StatsD - Class in org.apache.hadoop.metrics2.sink
    Class that sends UDP packets to StatsD daemon.
    status - Variable in exception org.apache.hadoop.util.ExitUtil.ExitException
    The status code.
    status - Variable in exception org.apache.hadoop.util.ExitUtil.HaltException
     
    STATUS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    stickyBit(boolean) - Method in class org.apache.hadoop.fs.permission.AclStatus.Builder
    Sets sticky bit.
    STOP - Static variable in class org.apache.hadoop.fs.shell.find.Result
    Result indicating Expression processing should not descend any more directories.
    stop() - Method in class org.apache.hadoop.ipc.Client
    Stop all threads related to this client.
    stop() - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
     
    stop() - Method in class org.apache.hadoop.ipc.DefaultRpcScheduler
     
    stop() - Method in interface org.apache.hadoop.ipc.RpcScheduler
     
    stop() - Method in class org.apache.hadoop.ipc.Server
    Stops the service.
    stop() - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
     
    stop() - Method in interface org.apache.hadoop.metrics2.MetricsSystemMXBean
    Stop the metrics system
    stop() - Method in class org.apache.hadoop.service.AbstractService
    Stop the service.
    stop() - Method in interface org.apache.hadoop.service.Service
    Stop the service.
    stop(Service) - Static method in class org.apache.hadoop.service.ServiceOperations
    Stop a service.
    stop() - Method in class org.apache.hadoop.util.StopWatch
    Stop elapsed time and make the state of stopwatch stop.
    STOP_ONLY_STARTED_SERVICES - Static variable in class org.apache.hadoop.service.CompositeService
    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.
    stopMetricsMBeans() - Method in interface org.apache.hadoop.metrics2.MetricsSystemMXBean
    Stop metrics MBeans.
    stopQuietly(Service) - Static method in class org.apache.hadoop.service.ServiceOperations
    Stop a service; if it is null do nothing.
    stopQuietly(Log, Service) - Static method in class org.apache.hadoop.service.ServiceOperations
    Stop a service; if it is null do nothing.
    stopQuietly(Logger, Service) - Static method in class org.apache.hadoop.service.ServiceOperations
    Stop a service; if it is null do nothing.
    stopThreads() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    StopWatch - Class in org.apache.hadoop.util
    A simplified StopWatch implementation which can measure times in nanoseconds.
    StopWatch() - Constructor for class org.apache.hadoop.util.StopWatch
     
    StopWatch(Timer) - Constructor for class org.apache.hadoop.util.StopWatch
    Used for tests to be able to create a StopWatch which does not follow real time.
    StorageSize - Class in org.apache.hadoop.conf
    A class that contains the numeric value and the unit of measure.
    StorageSize(StorageUnit, double) - Constructor for class org.apache.hadoop.conf.StorageSize
    Constucts a Storage Measure, which contains the value and the unit of measure.
    StorageStatistics - Class in org.apache.hadoop.fs
    StorageStatistics contains statistics data for a FileSystem or FileContext instance.
    StorageStatistics(String) - Constructor for class org.apache.hadoop.fs.StorageStatistics
     
    StorageStatistics.CommonStatisticNames - Interface in org.apache.hadoop.fs
    These are common statistic names.
    StorageStatistics.LongStatistic - Class in org.apache.hadoop.fs
    A 64-bit storage statistic.
    StorageType - Enum in org.apache.hadoop.fs
    Defines the types of supported storage media.
    StorageUnit - Enum in org.apache.hadoop.conf
    Class that maintains different forms of Storage Units.
    store(Configuration, K, String) - Static method in class org.apache.hadoop.io.DefaultStringifier
    Stores the item in the configuration with the given keyName.
    storeArray(Configuration, K[], String) - Static method in class org.apache.hadoop.io.DefaultStringifier
    Stores the array of items in the configuration with the given keyName.
    storeDelegationKey(DelegationKey) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    storeNewMasterKey(DelegationKey) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    storeNewToken(TokenIdent, long) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    storeToken(TokenIdent, AbstractDelegationTokenSecretManager.DelegationTokenInformation) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    storeTokenTrackingId - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Whether to store a token's tracking ID in its TokenInformation.
    stream(FSDataInputStream) - Static method in class org.apache.hadoop.io.SequenceFile.Reader
    Create an option to specify the stream with the sequence file.
    stream(FSDataOutputStream) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
     
    STREAM_IS_CLOSED - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
    The operation failed because the stream is closed: "Stream is closed!"
    StreamCapabilities - Interface in org.apache.hadoop.fs
    Interface to query streams for supported capabilities.
    StreamCapabilities.StreamCapability - Enum in org.apache.hadoop.fs
    Deprecated.
    StreamCapabilitiesPolicy - Class in org.apache.hadoop.fs
    Static methods to implement policies for StreamCapabilities.
    StreamCapabilitiesPolicy() - Constructor for class org.apache.hadoop.fs.StreamCapabilitiesPolicy
     
    string2long(String) - Static method in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
    Convert a string to long.
    Stringifier<T> - Interface in org.apache.hadoop.io
    Stringifier interface offers two methods to convert an object to a string representation and restore the object given its string representation.
    StringInterner - Class in org.apache.hadoop.util
    Provides string interning utility methods.
    StringInterner() - Constructor for class org.apache.hadoop.util.StringInterner
     
    StringOption(String) - Constructor for class org.apache.hadoop.util.Options.StringOption
     
    StringUtils.TraditionalBinaryPrefix - Enum in org.apache.hadoop.util
    The traditional binary prefixes, kilo, mega, ..., exa, which can be represented by a 64-bit integer.
    strongIntern(String) - Static method in class org.apache.hadoop.util.StringInterner
    Interns and returns a reference to the representative instance for any of a collection of string instances that are equal to each other.
    SubCommand() - Constructor for class org.apache.hadoop.tools.CommandShell.SubCommand
     
    subMap(K, K) - Method in class org.apache.hadoop.io.SortedMapWritable
     
    SUCCESS - Static variable in class org.apache.hadoop.util.FindClass
    Exit code when the operation succeeded: 0
    SUCCESS_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
    SUCCESS = 0;
    SUCCESS_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    SUCCESS = 0;
    successResponse() - Static method in class org.apache.hadoop.ipc.RefreshResponse
    Convenience method to create a response for successful refreshes.
    suffix(String) - Method in class org.apache.hadoop.fs.Path
    Adds a suffix to the final name in the path.
    SUN_SECURITY_JAAS_FILE - Static variable in class org.apache.hadoop.security.KDiag
     
    SUN_SECURITY_KRB5_DEBUG - Static variable in class org.apache.hadoop.security.KDiag
     
    SUN_SECURITY_SPNEGO_DEBUG - Static variable in class org.apache.hadoop.security.KDiag
     
    suppliedConf - Static variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    suppliedFilesystem - Static variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    SUPPORT_SPARSE_METRICS_DEFAULT - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
     
    SUPPORT_SPARSE_METRICS_PROPERTY - Static variable in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
     
    supportsSymlinks() - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Returns true if the file system supports symlinks, false otherwise.
    supportsSymlinks() - Method in class org.apache.hadoop.fs.FileSystem
    supportsSymlinks() - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    supportsSymlinks() - Method in class org.apache.hadoop.fs.LocalFileSystem
     
    supportsSymlinks() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
     
    supportsSymlinks() - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    supportTypeQuota() - Method in enum org.apache.hadoop.fs.StorageType
     
    swapQueue(Class<? extends RpcScheduler>, Class<? extends BlockingQueue<E>>, int, String, Configuration) - Method in class org.apache.hadoop.ipc.CallQueueManager
    Replaces active queue with the newly requested one and transfers all calls to the newQ before returning.
    swapScheme - Variable in class org.apache.hadoop.fs.FilterFileSystem
     
    SYMBOL - Variable in enum org.apache.hadoop.fs.permission.FsAction
    Symbolic representation
    symbol - Variable in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
     
    symLink(String, String) - Static method in class org.apache.hadoop.fs.FileUtil
    Create a soft link between a src and destination only on a local disk.
    SYMLINK_FIELD_NUMBER - Static variable in class org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    SYMLINK_NO_PRIVILEGE - Static variable in class org.apache.hadoop.fs.FileUtil
     
    sync(long) - Method in class org.apache.hadoop.io.SequenceFile.Reader
    Seek to the next sync mark past a given position.
    sync() - Method in class org.apache.hadoop.io.SequenceFile.Writer
    create a sync point
    SYNC_FILE_RANGE_WAIT_AFTER - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    SYNC_FILE_RANGE_WAIT_BEFORE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    SYNC_FILE_RANGE_WRITE - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    SYNC_INTERVAL - Static variable in class org.apache.hadoop.io.SequenceFile
    The number of bytes between sync points.
    Syncable - Interface in org.apache.hadoop.fs
    This interface for flush/sync operation.
    syncFileRangeIfPossible(FileDescriptor, long, long, int) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
    Call sync_file_range on the given file descriptor.
    syncFs() - Method in class org.apache.hadoop.io.SequenceFile.Writer
    syncInterval(int) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
     
    syncSeen() - Method in class org.apache.hadoop.io.SequenceFile.Reader
    Returns true iff the previous call to next passed a sync mark.
    SysInfo - Class in org.apache.hadoop.util
    Plugin to calculate resource information on the system.
    SysInfo() - Constructor for class org.apache.hadoop.util.SysInfo
     
    SYSPROP_HADOOP_HOME_DIR - Static variable in class org.apache.hadoop.util.Shell
    System property for the Hadoop home directory: "hadoop.home.dir".
    SYSTEM_CLASSES_DEFAULT - Static variable in class org.apache.hadoop.util.ApplicationClassLoader
    Default value of the system classes if the user did not override them.

    T

    TableListing.Builder - Class in org.apache.hadoop.tools
     
    TableListing.Justification - Enum in org.apache.hadoop.tools
     
    TableMapping - Class in org.apache.hadoop.net
    Simple DNSToSwitchMapping implementation that reads a 2 column text file.
    TableMapping() - Constructor for class org.apache.hadoop.net.TableMapping
     
    tag(MetricsInfo, String) - Static method in class org.apache.hadoop.metrics2.lib.Interns
    Get a metrics tag.
    tag(String, String, String) - Static method in class org.apache.hadoop.metrics2.lib.Interns
    Get a metrics tag.
    tag(String, String, String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
    Add a tag to the metrics
    tag(String, String, String, boolean) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
    Add a tag to the metrics
    tag(MetricsInfo, String, boolean) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
    Add a tag to the metrics
    tag(MetricsInfo, String) - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
     
    tag(MetricsInfo, String) - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
     
    tag(MetricsInfo, String) - Method in class org.apache.hadoop.metrics2.MetricsRecordBuilder
    Add a metrics value with metrics information
    tag(MetricsInfo, String) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
     
    tags() - Method in interface org.apache.hadoop.metrics2.MetricsRecord
    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
    tags() - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
     
    tailMap(K) - Method in class org.apache.hadoop.io.SortedMapWritable
     
    take() - Method in class org.apache.hadoop.ipc.CallQueueManager
    Retrieve an E from the backing queue or block until we can.
    take() - Method in class org.apache.hadoop.ipc.FairCallQueue
     
    tell() - Method in class org.apache.hadoop.fs.AvroFSInput
     
    Text - Class in org.apache.hadoop.io
    This class stores text using standard UTF8 encoding.
    Text() - Constructor for class org.apache.hadoop.io.Text
     
    Text(String) - Constructor for class org.apache.hadoop.io.Text
    Construct from a string.
    Text(Text) - Constructor for class org.apache.hadoop.io.Text
    Construct from another text.
    Text(byte[]) - Constructor for class org.apache.hadoop.io.Text
    Construct from a byte array.
    Text.Comparator - Class in org.apache.hadoop.io
    A WritableComparator optimized for Text keys.
    TFile - Class in org.apache.hadoop.io.file.tfile
    A TFile is a container of key-value pairs.
    TFile.Reader - Class in org.apache.hadoop.io.file.tfile
    TFile Reader.
    TFile.Reader.Scanner - Class in org.apache.hadoop.io.file.tfile
    The TFile Scanner.
    TFile.Reader.Scanner.Entry - Class in org.apache.hadoop.io.file.tfile
    Entry to a <Key, Value> pair.
    TFile.Writer - Class in org.apache.hadoop.io.file.tfile
    TFile Writer.
    TFILE_FS_INPUT_BUFFER_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default value for TFILE_FS_INPUT_BUFFER_SIZE_KEY
    TFILE_FS_INPUT_BUFFER_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    TFILE_FS_OUTPUT_BUFFER_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default value for TFILE_FS_OUTPUT_BUFFER_SIZE_KEY
    TFILE_FS_OUTPUT_BUFFER_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    TFILE_IO_CHUNK_SIZE_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default value for TFILE_IO_CHUNK_SIZE_DEFAULT
    TFILE_IO_CHUNK_SIZE_KEY - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    THREAD - Static variable in class org.apache.hadoop.log.Log4Json
     
    ThreadUtil - Class in org.apache.hadoop.util
     
    ThreadUtil() - Constructor for class org.apache.hadoop.util.ThreadUtil
     
    TIME - Static variable in class org.apache.hadoop.log.Log4Json
     
    time - Variable in class org.apache.hadoop.service.LifecycleEvent
    Local time in milliseconds when the event occurred
    TIME_UNIT_DEFAULT - Static variable in class org.apache.hadoop.util.ShutdownHookManager
    The default time unit used: seconds.
    TIMEOUT_MINIMUM - Static variable in class org.apache.hadoop.util.ShutdownHookManager
    Minimum shutdown timeout: 1L second(s).
    timeOutInterval - Variable in class org.apache.hadoop.util.Shell
    Time after which the executing script would be timedout.
    timestamp() - Method in interface org.apache.hadoop.metrics2.MetricsRecord
    Get the timestamp of the metrics
    toArray() - Method in class org.apache.hadoop.io.ArrayWritable
     
    toArray() - Method in class org.apache.hadoop.io.TwoDArrayWritable
     
    toBuilder() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    toBuilder() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
     
    toBuilder() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    toBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    toBuilder() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
     
    toBuilder() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
     
    toByteArray() - Method in interface org.apache.hadoop.fs.PartHandle
     
    toByteArray() - Method in interface org.apache.hadoop.fs.PathHandle
     
    toByteArray() - Method in interface org.apache.hadoop.fs.UploadHandle
     
    toByteArray(Writable...) - Static method in class org.apache.hadoop.io.WritableUtils
    Convert writables to a byte array
    toBytes(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    toEBs(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    toExtendedShort() - Method in class org.apache.hadoop.fs.permission.FsPermission
    Deprecated.
    toGBs(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    toJson(LoggingEvent) - Method in class org.apache.hadoop.log.Log4Json
    Convert an event to JSON
    toJson(Writer, LoggingEvent) - Method in class org.apache.hadoop.log.Log4Json
    Convert an event to JSON
    toJson(Writer, String, long, String, String, String, ThrowableInformation) - Method in class org.apache.hadoop.log.Log4Json
    Build a JSON entry from the parameters.
    toKBs(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    Token() - Constructor for class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
     
    Token<T extends TokenIdentifier> - Class in org.apache.hadoop.security.token
    The client-side form of the token.
    Token(T, SecretManager<T>) - Constructor for class org.apache.hadoop.security.token.Token
    Construct a token given a token identifier and a secret manager for the type of the token identifier.
    Token(byte[], byte[], Text, Text) - Constructor for class org.apache.hadoop.security.token.Token
    Construct a token from the components.
    Token() - Constructor for class org.apache.hadoop.security.token.Token
    Default constructor.
    Token(Token<T>) - Constructor for class org.apache.hadoop.security.token.Token
    Clone a token.
    Token(SecurityProtos.TokenProto) - Constructor for class org.apache.hadoop.security.token.Token
    Construct a Token from a TokenProto.
    Token.TrivialRenewer - Class in org.apache.hadoop.security.token
    A trivial renewer for token kinds that aren't managed.
    TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    TOKEN_PARAM - Static variable in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    TOKEN_SEPARATOR_REGEX - Static variable in class org.apache.hadoop.util.Shell
    Token separator regex used to parse Shell tool outputs.
    TokenIdentifier - Class in org.apache.hadoop.security.token
    An identifier that identifies a token, may contain public information about a token, including its kind (or type).
    TokenIdentifier() - Constructor for class org.apache.hadoop.security.token.TokenIdentifier
     
    TokenInfo - Annotation Type in org.apache.hadoop.security.token
    Indicates Token related information to be used
    TokenRenewer - Class in org.apache.hadoop.security.token
    This is the interface for plugins that handle tokens.
    TokenRenewer() - Constructor for class org.apache.hadoop.security.token.TokenRenewer
     
    TOKENS_FIELD_NUMBER - Static variable in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    TokenSelector<T extends TokenIdentifier> - Interface in org.apache.hadoop.security.token
    Select token of type T from tokens for use with named service
    toMBs(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    TOO_MANY_BYTES_FOR_DEST_BUFFER - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
     
    toOctal() - Method in class org.apache.hadoop.fs.permission.FsPermission
    Returns the FsPermission in an octal format.
    Tool - Interface in org.apache.hadoop.util
    A tool interface that supports handling of generic command-line options.
    ToolRunner - Class in org.apache.hadoop.util
    A utility to help run Tools.
    ToolRunner() - Constructor for class org.apache.hadoop.util.ToolRunner
     
    TooManyArgumentsException(int, int) - Constructor for exception org.apache.hadoop.fs.shell.CommandFormat.TooManyArgumentsException
     
    toPBs(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    toShort() - Method in class org.apache.hadoop.fs.permission.FsPermission
    Encode the object to a short.
    toString() - Method in class org.apache.hadoop.conf.Configuration.IntegerRanges
     
    toString() - Method in class org.apache.hadoop.conf.Configuration
     
    toString() - Method in enum org.apache.hadoop.conf.StorageUnit
     
    toString() - Method in class org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
     
    toString() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
     
    toString() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Options
     
    toString() - Method in class org.apache.hadoop.crypto.key.KeyProviderExtension
     
    toString() - Method in class org.apache.hadoop.fs.BlockLocation
     
    toString() - Method in class org.apache.hadoop.fs.ContentSummary
     
    toString(boolean) - Method in class org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean) - Method in class org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean, boolean) - Method in class org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean, boolean, List<StorageType>) - Method in class org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean, boolean, boolean, List<StorageType>) - Method in class org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString() - Method in class org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
     
    toString() - Method in class org.apache.hadoop.fs.FileStatus
     
    toString() - Method in class org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
     
    toString() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
     
    toString() - Method in class org.apache.hadoop.fs.FSDataInputStream
    String value.
    toString() - Method in class org.apache.hadoop.fs.FSDataOutputStream
     
    toString() - Method in class org.apache.hadoop.fs.LocalFileSystemPathHandle
     
    toString() - Method in class org.apache.hadoop.fs.Options.ChecksumOpt
     
    toString() - Method in class org.apache.hadoop.fs.Options.HandleOpt.Data
     
    toString() - Method in class org.apache.hadoop.fs.Options.HandleOpt.Location
     
    toString() - Method in class org.apache.hadoop.fs.Path
     
    toString() - Method in class org.apache.hadoop.fs.permission.AclEntry
     
    toString() - Method in enum org.apache.hadoop.fs.permission.AclEntryType
     
    toString() - Method in class org.apache.hadoop.fs.permission.AclStatus
     
    toString() - Method in class org.apache.hadoop.fs.permission.FsCreateModes
     
    toString() - Method in class org.apache.hadoop.fs.permission.FsPermission
     
    toString() - Method in class org.apache.hadoop.fs.QuotaUsage
     
    toString(boolean) - Method in class org.apache.hadoop.fs.QuotaUsage
     
    toString(boolean, boolean, List<StorageType>) - Method in class org.apache.hadoop.fs.QuotaUsage
    Return the string representation of the object in the output format.
    toString() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
     
    toString() - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
     
    toString() - Method in class org.apache.hadoop.fs.shell.find.FilterExpression
     
    toString() - Method in class org.apache.hadoop.fs.shell.find.Result
     
    toString() - Method in class org.apache.hadoop.fs.StorageStatistics.LongStatistic
     
    toString() - Method in class org.apache.hadoop.fs.store.EtagChecksum
     
    toString() - Method in enum org.apache.hadoop.ha.HAServiceProtocol.HAServiceState
     
    toString() - Method in enum org.apache.hadoop.http.HttpServer2.XFrameOption
     
    toString() - Method in class org.apache.hadoop.io.BooleanWritable
     
    toString() - Method in class org.apache.hadoop.io.BytesWritable
    Generate the stream of bytes as hex pairs separated by ' '.
    toString() - Method in class org.apache.hadoop.io.ByteWritable
     
    toString() - Method in class org.apache.hadoop.io.compress.CompressionCodecFactory
    Print the extension map out as a string.
    toString(T) - Method in class org.apache.hadoop.io.DefaultStringifier
     
    toString() - Method in class org.apache.hadoop.io.DoubleWritable
     
    toString() - Method in class org.apache.hadoop.io.EnumSetWritable
     
    toString() - Method in class org.apache.hadoop.io.erasurecode.ECSchema
    Make a meaningful string representation for log output.
    toString() - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
    Return a string representation of the version.
    toString() - Method in class org.apache.hadoop.io.FloatWritable
     
    toString() - Method in class org.apache.hadoop.io.GenericWritable
     
    toString() - Method in class org.apache.hadoop.io.IntWritable
     
    toString() - Method in class org.apache.hadoop.io.LongWritable
     
    toString() - Method in class org.apache.hadoop.io.MapWritable
     
    toString() - Method in class org.apache.hadoop.io.MD5Hash
    Returns a string representation of this object.
    toString() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    toString() - Method in exception org.apache.hadoop.io.nativeio.NativeIOException
     
    toString() - Method in class org.apache.hadoop.io.NullWritable
     
    toString() - Method in class org.apache.hadoop.io.ObjectWritable
     
    toString() - Method in class org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
     
    toString() - Method in exception org.apache.hadoop.io.retry.MultiException
     
    toString() - Method in class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry.Pair
     
    toString() - Method in class org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
     
    toString() - Method in class org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    toString() - Method in class org.apache.hadoop.io.SequenceFile.Metadata
     
    toString() - Method in class org.apache.hadoop.io.SequenceFile.Reader
    Returns the name of the file.
    toString() - Method in class org.apache.hadoop.io.ShortWritable
    Short values in string format
    toString(T) - Method in interface org.apache.hadoop.io.Stringifier
    Converts the object to a string representation
    toString() - Method in class org.apache.hadoop.io.Text
    Convert text back to string
    toString() - Method in exception org.apache.hadoop.io.VersionMismatchException
    Returns a string representation of this object.
    toString() - Method in class org.apache.hadoop.io.VIntWritable
     
    toString() - Method in class org.apache.hadoop.io.VLongWritable
     
    toString() - Method in class org.apache.hadoop.ipc.RefreshResponse
     
    toString() - Method in exception org.apache.hadoop.ipc.RemoteException
     
    toString() - Method in class org.apache.hadoop.ipc.RetryCache.CacheEntry
     
    toString() - Method in class org.apache.hadoop.ipc.Server.Call
     
    toString() - Method in class org.apache.hadoop.ipc.Server.Connection
     
    toString() - Method in class org.apache.hadoop.metrics2.AbstractMetric
     
    toString() - Method in class org.apache.hadoop.metrics2.lib.MetricsRegistry
     
    toString() - Method in class org.apache.hadoop.metrics2.lib.MutableStat
     
    toString() - Method in class org.apache.hadoop.metrics2.MetricsJsonBuilder
     
    toString() - Method in class org.apache.hadoop.metrics2.MetricsTag
     
    toString() - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
     
    toString() - Method in class org.apache.hadoop.metrics2.util.MetricsCache.Record
     
    toString() - Method in class org.apache.hadoop.net.CachedDNSToSwitchMapping
     
    toString() - Method in class org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
     
    toString() - Method in class org.apache.hadoop.net.ScriptBasedMapping
     
    toString() - Method in class org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
     
    toString() - Method in class org.apache.hadoop.security.authorize.AccessControlList
    Returns descriptive way of users and groups that are part of this ACL.
    toString() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    toString() - Method in class org.apache.hadoop.security.token.Token
     
    toString() - Method in class org.apache.hadoop.security.UserGroupInformation
    Return the username.
    toString() - Method in class org.apache.hadoop.service.AbstractService
     
    toString() - Method in class org.apache.hadoop.service.launcher.IrqHandler.InterruptData
     
    toString() - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
     
    toString() - Method in enum org.apache.hadoop.service.Service.STATE
    Get the name of a state
    toString() - Method in class org.apache.hadoop.service.ServiceStateModel
    return the state text as the toString() value
    toString() - Method in class org.apache.hadoop.util.bloom.BloomFilter
     
    toString() - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
     
    toString() - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
     
    toString() - Method in class org.apache.hadoop.util.ComparableVersion
     
    toString() - Method in exception org.apache.hadoop.util.ExitUtil.ExitException
    String value does not include exception type, just exit code and message.
    toString() - Method in exception org.apache.hadoop.util.ExitUtil.HaltException
    String value does not include exception type, just exit code and message.
    toString() - Method in exception org.apache.hadoop.util.Shell.ExitCodeException
     
    toString() - Method in class org.apache.hadoop.util.Shell.ShellCommandExecutor
    Returns the commands of this instance.
    toString() - Method in class org.apache.hadoop.util.StopWatch
     
    toStrings() - Method in class org.apache.hadoop.io.ArrayWritable
     
    toStringStable() - Method in class org.apache.hadoop.fs.permission.AclEntry
    Returns a string representation guaranteed to be stable across versions to satisfy backward compatibility requirements, such as for shell command output or serialization.
    toStringStable() - Method in enum org.apache.hadoop.fs.permission.AclEntryType
    Returns a string representation guaranteed to be stable across versions to satisfy backward compatibility requirements, such as for shell command output or serialization.
    toStringStable() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    toTBs(double) - Method in enum org.apache.hadoop.conf.StorageUnit
     
    toTokenProto() - Method in class org.apache.hadoop.security.token.Token
    Construct a TokenProto from this Token instance.
    toTraceName(String) - Static method in class org.apache.hadoop.ipc.RpcClientUtil
    Convert an RPC class method to a string.
    Touch() - Constructor for class org.apache.hadoop.fs.shell.TouchCommands.Touch
     
    TouchCommands.Touch - Class in org.apache.hadoop.fs.shell
    A UNIX like touch command.
    TouchCommands.Touchz - Class in org.apache.hadoop.fs.shell
    (Re)create zero-length file at the specified path.
    Touchz() - Constructor for class org.apache.hadoop.fs.shell.TouchCommands.Touchz
     
    toUri() - Method in class org.apache.hadoop.fs.Path
    Convert this Path to a URI.
    TraceAdminPB - Class in org.apache.hadoop.tracing
     
    TraceAdminPB.AddSpanReceiverRequestProto - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.AddSpanReceiverRequestProto
    TraceAdminPB.AddSpanReceiverRequestProto.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.AddSpanReceiverRequestProto
    TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.AddSpanReceiverResponseProto - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.AddSpanReceiverResponseProto
    TraceAdminPB.AddSpanReceiverResponseProto.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.AddSpanReceiverResponseProto
    TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.ConfigPair - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.ConfigPair
    TraceAdminPB.ConfigPair.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.ConfigPair
    TraceAdminPB.ConfigPairOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.ListSpanReceiversRequestProto - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.ListSpanReceiversRequestProto
    TraceAdminPB.ListSpanReceiversRequestProto.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.ListSpanReceiversRequestProto
    TraceAdminPB.ListSpanReceiversRequestProtoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.ListSpanReceiversResponseProto - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.ListSpanReceiversResponseProto
    TraceAdminPB.ListSpanReceiversResponseProto.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.ListSpanReceiversResponseProto
    TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.RemoveSpanReceiverRequestProto - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.RemoveSpanReceiverRequestProto
    TraceAdminPB.RemoveSpanReceiverRequestProto.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.RemoveSpanReceiverRequestProto
    TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.RemoveSpanReceiverResponseProto - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.RemoveSpanReceiverResponseProto
    TraceAdminPB.RemoveSpanReceiverResponseProto.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.RemoveSpanReceiverResponseProto
    TraceAdminPB.RemoveSpanReceiverResponseProtoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.SpanReceiverListInfo - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.SpanReceiverListInfo
    TraceAdminPB.SpanReceiverListInfo.Builder - Class in org.apache.hadoop.tracing
    Protobuf type hadoop.common.SpanReceiverListInfo
    TraceAdminPB.SpanReceiverListInfoOrBuilder - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.TraceAdminService - Class in org.apache.hadoop.tracing
    Protobuf service hadoop.common.TraceAdminService
    TraceAdminPB.TraceAdminService.BlockingInterface - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.TraceAdminService.Interface - Interface in org.apache.hadoop.tracing
     
    TraceAdminPB.TraceAdminService.Stub - Class in org.apache.hadoop.tracing
     
    TraceAdminProtocol - Interface in org.apache.hadoop.tracing
    Protocol interface that provides tracing.
    TraceAdminProtocolPB - Interface in org.apache.hadoop.tracing
     
    TraceAdminService() - Constructor for class org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
     
    TRACEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    TRACEINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    transitionToActive(HAServiceProtocol.StateChangeRequestInfo) - Method in interface org.apache.hadoop.ha.HAServiceProtocol
    Request service to transition to active state.
    transitionToActive(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo) - Static method in class org.apache.hadoop.ha.HAServiceProtocolHelper
     
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
     
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToActiveResponseProto>) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
    rpc transitionToActive(.hadoop.common.TransitionToActiveRequestProto) returns (.hadoop.common.TransitionToActiveResponseProto);
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToActiveResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
     
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToActiveResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
    rpc transitionToActive(.hadoop.common.TransitionToActiveRequestProto) returns (.hadoop.common.TransitionToActiveResponseProto);
    transitionToStandby(HAServiceProtocol.StateChangeRequestInfo) - Method in interface org.apache.hadoop.ha.HAServiceProtocol
    Request service to transition to standby state.
    transitionToStandby(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo) - Static method in class org.apache.hadoop.ha.HAServiceProtocolHelper
     
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
     
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToStandbyResponseProto>) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
    rpc transitionToStandby(.hadoop.common.TransitionToStandbyRequestProto) returns (.hadoop.common.TransitionToStandbyResponseProto);
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToStandbyResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
     
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToStandbyResponseProto>) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
    rpc transitionToStandby(.hadoop.common.TransitionToStandbyRequestProto) returns (.hadoop.common.TransitionToStandbyResponseProto);
    Trash - Class in org.apache.hadoop.fs
    Provides a trash facility which supports pluggable Trash policies.
    Trash(Configuration) - Constructor for class org.apache.hadoop.fs.Trash
    Construct a trash can accessor.
    Trash(FileSystem, Configuration) - Constructor for class org.apache.hadoop.fs.Trash
    Construct a trash can accessor for the FileSystem provided.
    trash - Variable in class org.apache.hadoop.fs.TrashPolicy
     
    TRASH_PREFIX - Static variable in class org.apache.hadoop.fs.FileSystem
    Prefix for trash directory: ".Trash".
    TrashPolicy - Class in org.apache.hadoop.fs
    This interface is used for implementing different Trash policies.
    TrashPolicy() - Constructor for class org.apache.hadoop.fs.TrashPolicy
     
    TrashPolicyDefault.Emptier - Class in org.apache.hadoop.fs
     
    trimLoginMethod(String) - Static method in class org.apache.hadoop.security.UserGroupInformation
    remove the login method that is followed by a space from the username e.g.
    TrivialRenewer() - Constructor for class org.apache.hadoop.security.token.Token.TrivialRenewer
     
    truncate(Path, long) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.truncate(Path, long) except that Path f must be for this file system.
    truncate(Path, long) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
     
    truncate(Path, long) - Method in class org.apache.hadoop.fs.FileContext
    Truncate the file in the indicated path to the indicated size.
    truncate(Path, long) - Method in class org.apache.hadoop.fs.FileSystem
    Truncate the file in the indicated path to the indicated size.
    truncate(Path, long) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    truncate(Path, long) - Method in class org.apache.hadoop.fs.HarFileSystem
    Not implemented.
    truncate(Path, long) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
     
    truncate(Path, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    truncate(Path, long) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    TRUNCATE_EXISTING - Static variable in class org.apache.hadoop.io.nativeio.NativeIO.Windows
     
    trustStore(String, String, String) - Method in class org.apache.hadoop.http.HttpServer2.Builder
     
    TRY_ONCE_THEN_FAIL - Static variable in class org.apache.hadoop.io.retry.RetryPolicies
    Try once, and fail by re-throwing the exception.
    tryFence(HAServiceTarget, String) - Method in interface org.apache.hadoop.ha.FenceMethod
    Attempt to fence the target node.
    tryFence(HAServiceTarget, String) - Method in class org.apache.hadoop.ha.PowerShellFencer
     
    tryFence(HAServiceTarget, String) - Method in class org.apache.hadoop.ha.ShellCommandFencer
     
    tryFence(HAServiceTarget, String) - Method in class org.apache.hadoop.ha.SshFenceByTcpPort
     
    tryLock() - Method in class org.apache.hadoop.util.AutoCloseableLock
    A wrapper method that makes a call to tryLock() of the underlying Lock object.
    tuple(String, String) - Method in class org.apache.hadoop.metrics2.MetricStringBuilder
    Add any key,val pair to the string, between the prefix and suffix, separated by the separator.
    TwoDArrayWritable - Class in org.apache.hadoop.io
    A Writable for 2D arrays containing a matrix of instances of a class.
    TwoDArrayWritable(Class) - Constructor for class org.apache.hadoop.io.TwoDArrayWritable
     
    TwoDArrayWritable(Class, Writable[][]) - Constructor for class org.apache.hadoop.io.TwoDArrayWritable
     
    type() - Method in class org.apache.hadoop.metrics2.AbstractMetric
    Get the type of the metric
    typeConsumed(long[]) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    typeConsumed(StorageType, long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    typeConsumed(long[]) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
     
    typeConsumed(StorageType, long) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
     
    typeQuota(StorageType, long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    typeQuota(long[]) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
     
    typeQuota(StorageType, long) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
     
    typeQuota(long[]) - Method in class org.apache.hadoop.fs.QuotaUsage.Builder
     

    U

    UMASK_LABEL - Static variable in class org.apache.hadoop.fs.permission.FsPermission
     
    unbuffer() - Method in interface org.apache.hadoop.fs.CanUnbuffer
    Reduce the buffering.
    unbuffer() - Method in class org.apache.hadoop.fs.FSDataInputStream
     
    UNBUFFER - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
    Stream unbuffer capability implemented by CanUnbuffer.unbuffer().
    unbuffer(InputStream) - Static method in class org.apache.hadoop.fs.StreamCapabilitiesPolicy
    Implement the policy for CanUnbuffer.unbuffer().
    uncaughtException(Thread, Throwable) - Method in class org.apache.hadoop.service.launcher.HadoopUncaughtExceptionHandler
    Uncaught exception handler.
    uncaughtException(Thread, Throwable) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Handler for uncaught exceptions: terminate the service.
    uncompressedValSerializer - Variable in class org.apache.hadoop.io.SequenceFile.Writer
     
    UnexpectedServerException - Exception in org.apache.hadoop.ipc
    Indicates that the RPC server encountered an undeclared exception from the service
    UNKNOWN_GROUP - Static variable in class org.apache.hadoop.security.IdMappingConstant
     
    UNKNOWN_USER - Static variable in class org.apache.hadoop.security.IdMappingConstant
     
    UnknownOptionException(String) - Constructor for exception org.apache.hadoop.fs.shell.CommandFormat.UnknownOptionException
     
    unnestUri(URI) - Static method in class org.apache.hadoop.security.ProviderUtils
    Convert a nested URI to decode the underlying path.
    unquoteHtmlChars(String) - Static method in class org.apache.hadoop.http.HtmlQuoting
    Remove HTML quoting from a string.
    unreference() - Method in class org.apache.hadoop.util.CloseableReferenceCount
    Decrement the reference count.
    unreferenceCheckClosed() - Method in class org.apache.hadoop.util.CloseableReferenceCount
    Decrement the reference count, checking to make sure that the CloseableReferenceCount is not closed.
    unregister(String, RefreshHandler) - Method in class org.apache.hadoop.ipc.RefreshRegistry
    Remove the registered object for a given identity.
    unregister(ObjectName) - Static method in class org.apache.hadoop.metrics2.util.MBeans
     
    unregisterAll(String) - Method in class org.apache.hadoop.ipc.RefreshRegistry
     
    unregisterGlobalListener(ServiceStateChangeListener) - Static method in class org.apache.hadoop.service.AbstractService
    unregister a global listener.
    unregisterServiceListener(ServiceStateChangeListener) - Method in class org.apache.hadoop.service.AbstractService
     
    unregisterServiceListener(ServiceStateChangeListener) - Method in interface org.apache.hadoop.service.Service
    Unregister a previously registered listener of the service state change events.
    unregisterSource(String) - Method in class org.apache.hadoop.metrics2.MetricsSystem
    Unregister a metrics source
    unset(String) - Method in class org.apache.hadoop.conf.Configuration
    Unset a previously set property.
    UNSET - Static variable in class org.apache.hadoop.security.KDiag
     
    unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
    Unset the storage policy set for a given file or directory.
    unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileContext
    Unset the storage policy set for a given file or directory.
    unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileSystem
    Unset the storage policy set for a given file or directory.
    unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
     
    unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    unsetStoragePolicy(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
     
    UnsupportedCodecException - Exception in org.apache.hadoop.crypto
    Thrown to indicate that the specific codec is not supported.
    UnsupportedCodecException() - Constructor for exception org.apache.hadoop.crypto.UnsupportedCodecException
    Default constructor
    UnsupportedCodecException(String) - Constructor for exception org.apache.hadoop.crypto.UnsupportedCodecException
    Constructs an UnsupportedCodecException with the specified detail message.
    UnsupportedCodecException(String, Throwable) - Constructor for exception org.apache.hadoop.crypto.UnsupportedCodecException
    Constructs a new exception with the specified detail message and cause.
    UnsupportedCodecException(Throwable) - Constructor for exception org.apache.hadoop.crypto.UnsupportedCodecException
    Constructs a new exception with the specified cause.
    UnsupportedFileSystemException - Exception in org.apache.hadoop.fs
    File system for a given file system name/scheme is not supported
    UnsupportedFileSystemException(String) - Constructor for exception org.apache.hadoop.fs.UnsupportedFileSystemException
    Constructs exception with the specified detail message.
    UnsupportedMultipartUploaderException - Exception in org.apache.hadoop.fs
    MultipartUploader for a given file system name/scheme is not supported.
    UnsupportedMultipartUploaderException(String) - Constructor for exception org.apache.hadoop.fs.UnsupportedMultipartUploaderException
    Constructs exception with the specified detail message.
    unTar(InputStream, File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
    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.
    unTar(File, File) - Static method in class org.apache.hadoop.fs.FileUtil
    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.
    unwrapRemoteException(Class<?>...) - Method in exception org.apache.hadoop.ipc.RemoteException
    If this remote exception wraps up one of the lookupTypes then return this exception.
    unwrapRemoteException() - Method in exception org.apache.hadoop.ipc.RemoteException
    Instantiate and return the exception wrapped up by this remote exception.
    unZip(InputStream, File) - Static method in class org.apache.hadoop.fs.FileUtil
    Given a stream input it will unzip the it in the unzip directory.
    unZip(File, File) - Static method in class org.apache.hadoop.fs.FileUtil
    Given a File input it will unzip it in the unzip directory.
    update(MetricsRecord, boolean) - Method in class org.apache.hadoop.metrics2.util.MetricsCache
    Update the cache and return the current cached record
    update(MetricsRecord) - Method in class org.apache.hadoop.metrics2.util.MetricsCache
    Update the cache and return the current cache record
    update(byte[], int, int) - Method in class org.apache.hadoop.util.PureJavaCrc32
     
    update(int) - Method in class org.apache.hadoop.util.PureJavaCrc32
     
    update(byte[], int, int) - Method in class org.apache.hadoop.util.PureJavaCrc32C
     
    update(int) - Method in class org.apache.hadoop.util.PureJavaCrc32C
     
    updateConnectAddr(String, String, String, InetSocketAddress) - Method in class org.apache.hadoop.conf.Configuration
    Set the socket address a client can use to connect for the name property as a host:port.
    updateConnectAddr(String, InetSocketAddress) - Method in class org.apache.hadoop.conf.Configuration
    Set the socket address a client can use to connect for the name property as a host:port.
    updateDelegationKey(DelegationKey) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    updateFlushTime(Date) - Method in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Update the RollingFileSystemSink.nextFlush variable to the next flush time.
    updateMapInternal(BiMap<Integer, String>, String, String, String, Map<Integer, Integer>) - Static method in class org.apache.hadoop.security.ShellBasedIdMapping
    Get the list of users or groups returned by the specified command, and save them in the corresponding map.
    updateMaps() - Method in class org.apache.hadoop.security.ShellBasedIdMapping
     
    updateProcessedByteCount(int) - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
    This method keeps track of raw processed compressed bytes.
    updateReportedByteCount(int) - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
    This method is called by the client of this class in case there are any corrections in the stream position.
    updateStoredToken(TokenIdent, long) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    updateToken(TokenIdent, AbstractDelegationTokenSecretManager.DelegationTokenInformation) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    UploadHandle - Interface in org.apache.hadoop.fs
    Opaque, serializable reference to an uploadId for multipart uploads.
    upperBound(byte[]) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is strictly greater than the input key.
    upperBound(byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is strictly greater than the input key.
    upperBound(List<? extends T>, T, Comparator<? super T>) - Static method in class org.apache.hadoop.io.file.tfile.Utils
    Upper bound binary search.
    upperBound(List<? extends Comparable<? super T>>, T) - Static method in class org.apache.hadoop.io.file.tfile.Utils
    Upper bound binary search.
    USAGE - Static variable in class org.apache.hadoop.fs.FsShell.Help
     
    Usage() - Constructor for class org.apache.hadoop.fs.FsShell.Usage
     
    USAGE - Static variable in class org.apache.hadoop.fs.FsShell.Usage
     
    USAGE - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chgrp
     
    USAGE - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chmod
     
    USAGE - Static variable in class org.apache.hadoop.fs.FsShellPermissions.Chown
     
    USAGE - Static variable in class org.apache.hadoop.fs.shell.TouchCommands.Touch
     
    USAGE - Static variable in class org.apache.hadoop.fs.shell.TouchCommands.Touchz
     
    USAGE_MESSAGE - Static variable in class org.apache.hadoop.service.launcher.ServiceLauncher
    Usage message.
    USAGE_NAME - Static variable in class org.apache.hadoop.service.launcher.ServiceLauncher
     
    USAGE_SERVICE_ARGUMENTS - Static variable in class org.apache.hadoop.service.launcher.ServiceLauncher
     
    UsageInfo(String, String) - Constructor for class org.apache.hadoop.ha.HAAdmin.UsageInfo
     
    USAGES - Static variable in class org.apache.hadoop.log.LogLevel
     
    useQueryStringForDelegationToken() - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Returns if delegation token is transmitted as a HTTP header.
    USER_DEFINED_POLICY_START_ID - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    USER_FIELD_NUMBER - Static variable in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    USER_HOME_PREFIX - Static variable in class org.apache.hadoop.fs.FileSystem
     
    USER_NAME_COMMAND - Static variable in class org.apache.hadoop.util.Shell
    a Unix command to get the current user's name: "whoami".
    USERGROUPID_UPDATE_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.security.IdMappingConstant
     
    USERGROUPID_UPDATE_MILLIS_KEY - Static variable in class org.apache.hadoop.security.IdMappingConstant
    Do user/group update every 15 minutes by default, minimum 1 minute
    USERGROUPID_UPDATE_MILLIS_MIN - Static variable in class org.apache.hadoop.security.IdMappingConstant
     
    UserGroupInformation - Class in org.apache.hadoop.security
    User and group information for Hadoop.
    UserGroupInformation.AuthenticationMethod - Enum in org.apache.hadoop.security
    existing types of authentications' methods
    UserIdentityProvider - Class in org.apache.hadoop.ipc
    The UserIdentityProvider creates uses the username as the identity.
    UserIdentityProvider() - Constructor for class org.apache.hadoop.ipc.UserIdentityProvider
     
    USERINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    USERMESSAGE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    UserProvider.Factory - Class in org.apache.hadoop.crypto.key
     
    UserProvider.Factory - Class in org.apache.hadoop.security.alias
     
    useStatIfAvailable() - Static method in class org.apache.hadoop.fs.RawLocalFileSystem
     
    UTF8.Comparator - Class in org.apache.hadoop.io
    Deprecated.
    A WritableComparator optimized for UTF8 keys.
    utf8Length(String) - Static method in class org.apache.hadoop.io.Text
    For the given string, returns the number of UTF-8 bytes required to encode the string.
    UTF_8 - Static variable in class org.apache.hadoop.http.JettyUtils
     
    util() - Method in class org.apache.hadoop.fs.FileContext
     
    Util() - Constructor for class org.apache.hadoop.fs.FileContext.Util
     
    Util() - Constructor for class org.apache.hadoop.io.compress.CompressionCodec.Util
     
    Util() - Constructor for class org.apache.hadoop.util.concurrent.AsyncGet.Util
     
    Utils - Class in org.apache.hadoop.io.file.tfile
    Supporting Utility classes used by TFile, and shared by users of TFile.
    Utils.Version - Class in org.apache.hadoop.io.file.tfile
    A generic Version class.

    V

    validate(EnumSet<CreateFlag>) - Static method in enum org.apache.hadoop.fs.CreateFlag
    Validate the CreateFlag and throw exception if it is invalid
    validate(Object, boolean, EnumSet<CreateFlag>) - Static method in enum org.apache.hadoop.fs.CreateFlag
    Validate the CreateFlag for create operation
    validate(String, boolean, EnumSet<XAttrSetFlag>) - Static method in enum org.apache.hadoop.fs.XAttrSetFlag
     
    validate() - Method in class org.apache.hadoop.tools.CommandShell.SubCommand
     
    validateForAppend(EnumSet<CreateFlag>) - Static method in enum org.apache.hadoop.fs.CreateFlag
    Validate the CreateFlag for the append operation.
    validateKeyLength() - Method in class org.apache.hadoop.security.KDiag
    Fail fast on a JVM without JCE installed.
    validateObject() - Method in class org.apache.hadoop.fs.FileStatus
     
    validateObject() - Method in class org.apache.hadoop.fs.Path
    Validate the contents of a deserialized Path, so as to defend against malicious object streams.
    validateObject() - Method in class org.apache.hadoop.fs.permission.FsPermission
     
    validatePositionedReadArgs(long, byte[], int, int) - Method in class org.apache.hadoop.fs.FSInputStream
    Validation code, available for use in subclasses.
    validateShortName() - Method in class org.apache.hadoop.security.KDiag
    Verify whether auth_to_local rules transform a principal name
    validateUTF8(byte[]) - Static method in class org.apache.hadoop.io.Text
    Check if a byte array contains valid utf-8
    validateUTF8(byte[], int, int) - Static method in class org.apache.hadoop.io.Text
    Check to see if a byte array is valid utf-8
    value() - Method in enum org.apache.hadoop.fs.Options.Rename
     
    value() - Method in class org.apache.hadoop.metrics2.AbstractMetric
    Get the value of the metric
    value() - Method in class org.apache.hadoop.metrics2.lib.MutableCounterInt
     
    value() - Method in class org.apache.hadoop.metrics2.lib.MutableCounterLong
     
    value() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    value() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeInt
     
    value() - Method in class org.apache.hadoop.metrics2.lib.MutableGaugeLong
     
    value() - Method in class org.apache.hadoop.metrics2.MetricsTag
    Get the value of the tag
    value - Variable in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
     
    VALUE_FIELD_NUMBER - Static variable in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    valueClass(Class<?>) - Static method in class org.apache.hadoop.io.MapFile.Writer
     
    valueClass(Class<?>) - Static method in class org.apache.hadoop.io.SequenceFile.Writer
     
    valueOf(String) - Static method in enum org.apache.hadoop.conf.StorageUnit
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.crypto.key.kms.ValueQueue.SyncGenerationPolicy
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.CreateFlag
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.FileStatus.AttrFlags
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.GlobalStorageStatistics
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.Options.ChecksumCombineMode
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.Options.Rename
    Returns the enum constant of this type with the specified name.
    valueOf(byte) - Static method in enum org.apache.hadoop.fs.Options.Rename
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.permission.AclEntryScope
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.permission.AclEntryType
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.permission.FsAction
     
    valueOf(String) - Static method in class org.apache.hadoop.fs.permission.FsPermission
    Create a FsPermission from a Unix symbolic permission string
    valueOf(String) - Static method in enum org.apache.hadoop.fs.ReadOption
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.shell.PathData.FileTypeRequirement
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.shell.PathData.PathType
     
    valueOf(String) - Static method in enum org.apache.hadoop.fs.StorageType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.StreamCapabilities.StreamCapability
    Deprecated.
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.XAttrCodec
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.fs.XAttrSetFlag
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.ha.HAServiceProtocol.HAServiceState
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.ha.HAServiceProtocol.RequestSource
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
     
    valueOf(String) - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
     
    valueOf(String) - Static method in enum org.apache.hadoop.http.HttpConfig.Policy
     
    valueOf(String) - Static method in enum org.apache.hadoop.http.HttpServer2.XFrameOption
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.STATE
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.io.nativeio.Errno
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision
     
    valueOf(String) - Static method in enum org.apache.hadoop.io.SequenceFile.CompressionType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
     
    valueOf(String) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
     
    valueOf(String) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
     
    valueOf(String) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
     
    valueOf(String) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
     
    valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
     
    valueOf(Attributes) - Static method in exception org.apache.hadoop.ipc.RemoteException
    Create RemoteException from attributes
    valueOf(String) - Static method in enum org.apache.hadoop.ipc.RPC.RpcKind
     
    valueOf(String) - Static method in enum org.apache.hadoop.metrics2.annotation.Metric.Type
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.metrics2.MetricType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaConfType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.security.Credentials.SerializedFormat
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.security.Credentials.SerializedFormat
     
    valueOf(String) - Static method in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
    Returns the enum constant of this type with the specified name.
    valueOf(SaslRpcServer.AuthMethod) - Static method in enum org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
     
    valueOf(String) - Static method in enum org.apache.hadoop.service.Service.STATE
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.tools.TableListing.Justification
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.util.DataChecksum.Type
    Returns the enum constant of this type with the specified name.
    valueOf(int) - Static method in enum org.apache.hadoop.util.DataChecksum.Type
     
    valueOf(String) - Static method in enum org.apache.hadoop.util.Shell.OSType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
    Returns the enum constant of this type with the specified name.
    valueOf(char) - Static method in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
     
    ValueQueue.QueueRefiller<E> - Interface in org.apache.hadoop.crypto.key.kms
    QueueRefiller interface a client must implement to use this class
    ValueQueue.SyncGenerationPolicy - Enum in org.apache.hadoop.crypto.key.kms
    Policy to decide how many values to return to client when client asks for "n" values and Queue is empty.
    values() - Static method in enum org.apache.hadoop.conf.StorageUnit
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.crypto.key.kms.ValueQueue.SyncGenerationPolicy
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.CreateFlag
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.FileStatus.AttrFlags
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.GlobalStorageStatistics
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.Options.ChecksumCombineMode
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.Options.Rename
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.permission.AclEntryScope
     
    values() - Static method in enum org.apache.hadoop.fs.permission.AclEntryType
     
    values() - Static method in enum org.apache.hadoop.fs.permission.FsAction
     
    values() - Static method in enum org.apache.hadoop.fs.ReadOption
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.shell.PathData.FileTypeRequirement
     
    values() - Static method in enum org.apache.hadoop.fs.shell.PathData.PathType
     
    values() - Static method in enum org.apache.hadoop.fs.StorageType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.StreamCapabilities.StreamCapability
    Deprecated.
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.XAttrCodec
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.fs.XAttrSetFlag
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ha.HAServiceProtocol.HAServiceState
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ha.HAServiceProtocol.RequestSource
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.http.HttpConfig.Policy
     
    values() - Static method in enum org.apache.hadoop.http.HttpServer2.XFrameOption
     
    values() - Static method in enum org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.STATE
     
    values() - Static method in enum org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
     
    values() - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel
     
    values() - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy
     
    values() - Static method in enum org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader
     
    values() - Static method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class org.apache.hadoop.io.MapWritable
     
    values() - Static method in enum org.apache.hadoop.io.nativeio.Errno
     
    values() - Static method in enum org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
     
    values() - Static method in enum org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision
     
    values() - Static method in enum org.apache.hadoop.io.SequenceFile.CompressionType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class org.apache.hadoop.io.SortedMapWritable
     
    values() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.ipc.RPC.RpcKind
     
    values() - Static method in enum org.apache.hadoop.metrics2.annotation.Metric.Type
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.metrics2.MetricType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaConfType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.security.Credentials.SerializedFormat
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.service.Service.STATE
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.tools.TableListing.Justification
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.util.DataChecksum.Type
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.util.Shell.OSType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
    Returns an array containing the constants of this enum type, in the order they are declared.
    verify(FileStatus) - Method in class org.apache.hadoop.fs.LocalFileSystemPathHandle
     
    verify(String, SSLSession) - Method in class org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
    The javax.net.ssl.HostnameVerifier contract.
    verifyCanMlock() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
     
    verifyCanMlock() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
     
    verifyConfigurationFilesExist(String[]) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Verify that all the specified filenames exist.
    verifyToken(TokenIdent, byte[]) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Verifies that the given identifier and password are valid and match.
    VERSION - Static variable in class org.apache.hadoop.fs.HarFileSystem
     
    Version(DataInput) - Constructor for class org.apache.hadoop.io.file.tfile.Utils.Version
    Construct the Version object by reading from the input stream.
    Version(short, short) - Constructor for class org.apache.hadoop.io.file.tfile.Utils.Version
    Constructor.
    VERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    VERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    VersionedProtocol - Interface in org.apache.hadoop.ipc
    Superclass of all protocols that use Hadoop RPC.
    VersionedWritable - Class in org.apache.hadoop.io
    A base class for Writables that provides version checking.
    VersionedWritable() - Constructor for class org.apache.hadoop.io.VersionedWritable
     
    versionID - Static variable in interface org.apache.hadoop.ha.HAServiceProtocol
    Initial version of the protocol
    versionID - Static variable in interface org.apache.hadoop.tracing.TraceAdminProtocol
     
    VersionInfo - Class in org.apache.hadoop.util
    This class returns build information about Hadoop components.
    VersionInfo(String) - Constructor for class org.apache.hadoop.util.VersionInfo
     
    VersionMismatch(String, long, long) - Constructor for exception org.apache.hadoop.ipc.RPC.VersionMismatch
    Create a version mismatch exception
    VersionMismatchException - Exception in org.apache.hadoop.io
    Thrown by VersionedWritable.readFields(DataInput) when the version of an object being read does not match the current implementation version as returned by VersionedWritable.getVersion().
    VersionMismatchException(byte, byte) - Constructor for exception org.apache.hadoop.io.VersionMismatchException
     
    VERSIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    ViewFileSystem - Class in org.apache.hadoop.fs.viewfs
    ViewFileSystem (extends the FileSystem interface) implements a client-side mount table.
    ViewFileSystem() - Constructor for class org.apache.hadoop.fs.viewfs.ViewFileSystem
    This is the constructor with the signature needed by FileSystem.createFileSystem(URI, Configuration) After this constructor is called initialize() is called.
    ViewFileSystem(Configuration) - Constructor for class org.apache.hadoop.fs.viewfs.ViewFileSystem
    Convenience Constructor for apps to call directly
    ViewFileSystem.MountPoint - Class in org.apache.hadoop.fs.viewfs
    MountPoint representation built from the configuration.
    ViewFileSystemUtil - Class in org.apache.hadoop.fs.viewfs
    Utility APIs for ViewFileSystem.
    ViewFs - Class in org.apache.hadoop.fs.viewfs
    ViewFs (extends the AbstractFileSystem interface) implements a client-side mount table.
    ViewFs(Configuration) - Constructor for class org.apache.hadoop.fs.viewfs.ViewFs
     
    ViewFs.MountPoint - Class in org.apache.hadoop.fs.viewfs
     
    VIEWFS_SCHEME - Static variable in interface org.apache.hadoop.fs.FsConstants
     
    VIEWFS_URI - Static variable in interface org.apache.hadoop.fs.FsConstants
    ViewFs: viewFs file system (ie the mount file system on client side)
    VIntWritable - Class in org.apache.hadoop.io
    A WritableComparable for integer values stored in variable-length format.
    VIntWritable() - Constructor for class org.apache.hadoop.io.VIntWritable
     
    VIntWritable(int) - Constructor for class org.apache.hadoop.io.VIntWritable
     
    visit(MetricsVisitor) - Method in class org.apache.hadoop.metrics2.AbstractMetric
    Accept a visitor interface
    VLongWritable - Class in org.apache.hadoop.io
    A WritableComparable for longs in a variable-length format.
    VLongWritable() - Constructor for class org.apache.hadoop.io.VLongWritable
     
    VLongWritable(long) - Constructor for class org.apache.hadoop.io.VLongWritable
     

    W

    wait(Object, long, TimeUnit) - Static method in class org.apache.hadoop.util.concurrent.AsyncGet.Util
    Use AsyncGet.get(long, TimeUnit) timeout parameters to wait.
    Waitable<T> - Class in org.apache.hadoop.util
    Represents an object that you can wait for.
    Waitable(Condition) - Constructor for class org.apache.hadoop.util.Waitable
     
    waitForServiceToStop(long) - Method in class org.apache.hadoop.service.AbstractService
     
    waitForServiceToStop(long) - Method in interface org.apache.hadoop.service.Service
    Block waiting for the service to stop; uses the termination notification object to do so.
    warmUpEncryptedKeys(String...) - Method in interface org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
    Calls to this method allows the underlying KeyProvider to warm-up any implementation specific caches used to store the Encrypted Keys.
    warmUpEncryptedKeys(String...) - Method in class org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    warn(String) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
    Print a warning message.
    weakIntern(String) - Static method in class org.apache.hadoop.util.StringInterner
    Interns and returns a reference to the representative instance for any of a collection of string instances that are equal to each other.
    WeightedRoundRobinMultiplexer - Class in org.apache.hadoop.ipc
    Determines which queue to start reading from, occasionally drawing from low-priority queues in order to prevent starvation.
    WeightedRoundRobinMultiplexer(int, String, Configuration) - Constructor for class org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
     
    WhitelistBasedResolver - Class in org.apache.hadoop.security
    An implementation of the SaslPropertiesResolver.
    WhitelistBasedResolver() - Constructor for class org.apache.hadoop.security.WhitelistBasedResolver
     
    WILDCARD_ACL_VALUE - Static variable in class org.apache.hadoop.security.authorize.AccessControlList
     
    WILDCARD_VALUE - Static variable in class org.apache.hadoop.util.MachineList
     
    windowBits() - Method in enum org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
     
    windowBits() - Method in enum org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader
     
    WINDOWS - Static variable in class org.apache.hadoop.fs.Path
    Whether the current host is a Windows machine.
    Windows() - Constructor for class org.apache.hadoop.io.nativeio.NativeIO.Windows
     
    WINDOWS - Static variable in class org.apache.hadoop.util.Shell
     
    WINDOWS_MAX_SHELL_LENGHT - Static variable in class org.apache.hadoop.util.Shell
    Deprecated.
    use the correctly spelled constant.
    WINDOWS_MAX_SHELL_LENGTH - Static variable in class org.apache.hadoop.util.Shell
    Maximum command line length in Windows KB830473 documents this as 8191
    WindowsProcessLaunchLock - Static variable in class org.apache.hadoop.util.Shell
    Windows CreateProcess synchronization object.
    WINUTILS - Static variable in class org.apache.hadoop.util.Shell
    Deprecated.
    use one of the exception-raising getter methods, specifically Shell.getWinUtilsPath() or Shell.getWinUtilsFile()
    withFullyQualifiedPath(String) - Method in exception org.apache.hadoop.fs.PathIOException
     
    WORK_FACTOR - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
    This constant is accessible by subclasses for historical purposes.
    wrap(ByteBuffer) - Static method in class org.apache.hadoop.ipc.RpcWritable.Buffer
     
    WRAP_VALUE - Static variable in enum org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    WRAP = 5;
    wrapException(String, String, IOException) - Static method in class org.apache.hadoop.io.IOUtils
    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.
    wrappedReadForCompressedData(InputStream, byte[], int, int) - Static method in class org.apache.hadoop.io.IOUtils
    Utility wrapper for reading from InputStream.
    wrapWidth(int) - Method in class org.apache.hadoop.tools.TableListing.Builder
    Set the maximum width of a row in the TableListing.
    Writable - Interface in org.apache.hadoop.io
    A serializable object which implements a simple, efficient, serialization protocol, based on DataInput and DataOutput.
    WritableComparable<T> - Interface in org.apache.hadoop.io
    A Writable which is also Comparable.
    WritableComparator - Class in org.apache.hadoop.io
    A Comparator for WritableComparables.
    WritableComparator() - Constructor for class org.apache.hadoop.io.WritableComparator
     
    WritableComparator(Class<? extends WritableComparable>) - Constructor for class org.apache.hadoop.io.WritableComparator
    Construct for a WritableComparable implementation.
    WritableComparator(Class<? extends WritableComparable>, boolean) - Constructor for class org.apache.hadoop.io.WritableComparator
     
    WritableComparator(Class<? extends WritableComparable>, Configuration, boolean) - Constructor for class org.apache.hadoop.io.WritableComparator
     
    WritableFactories - Class in org.apache.hadoop.io
    Factories for non-public writables.
    WritableFactory - Interface in org.apache.hadoop.io
    A factory for a class of Writable.
    WritableRpcEngine - Class in org.apache.hadoop.ipc
    Deprecated.
    WritableRpcEngine() - Constructor for class org.apache.hadoop.ipc.WritableRpcEngine
    Deprecated.
     
    WritableRpcEngine.Server - Class in org.apache.hadoop.ipc
    Deprecated.
    writableRpcVersion - Static variable in class org.apache.hadoop.ipc.WritableRpcEngine
    Deprecated.
     
    WritableSerialization - Class in org.apache.hadoop.io.serializer
    WritableSerialization() - Constructor for class org.apache.hadoop.io.serializer.WritableSerialization
     
    WritableUtils - Class in org.apache.hadoop.io
     
    WritableUtils() - Constructor for class org.apache.hadoop.io.WritableUtils
     
    write(DataOutput) - Method in class org.apache.hadoop.conf.Configuration
     
    write(DataOutput) - Method in class org.apache.hadoop.fs.FileStatus
    Deprecated.
    Use the PBHelper and protobuf serialization directly.
    write(DataOutput) - Method in class org.apache.hadoop.fs.FsStatus
     
    write(DataOutput) - Method in class org.apache.hadoop.fs.permission.FsPermission
    Deprecated.
    write(DataOutput) - Method in class org.apache.hadoop.fs.store.EtagChecksum
     
    write(DataOutput) - Method in class org.apache.hadoop.io.AbstractMapWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.ArrayPrimitiveWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.ArrayWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.BooleanWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.BytesWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.ByteWritable
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.compress.BlockCompressorStream
    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.
    write(int) - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.compress.CompressionOutputStream
    Write compressed bytes to the stream.
    write(byte[], int, int) - Method in class org.apache.hadoop.io.compress.CompressorStream
     
    write(int) - Method in class org.apache.hadoop.io.compress.CompressorStream
     
    write(int) - Method in class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
     
    write(DataOutput) - Method in class org.apache.hadoop.io.CompressedWritable
     
    write(int) - Method in class org.apache.hadoop.io.DataOutputOutputStream
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.DataOutputOutputStream
     
    write(byte[]) - Method in class org.apache.hadoop.io.DataOutputOutputStream
     
    write(DataOutput) - Method in class org.apache.hadoop.io.DoubleWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.EnumSetWritable
     
    write(int) - Method in class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    write(DataOutput) - Method in class org.apache.hadoop.io.file.tfile.Utils.Version
    Write the objec to a DataOutput.
    write(DataOutput) - Method in class org.apache.hadoop.io.FloatWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.GenericWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.IntWritable
     
    write(byte[], int, int) - Method in class org.apache.hadoop.io.IOUtils.NullOutputStream
     
    write(int) - Method in class org.apache.hadoop.io.IOUtils.NullOutputStream
     
    write(DataOutput) - Method in class org.apache.hadoop.io.LongWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.MapWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.MD5Hash
     
    write(DataOutput) - Method in class org.apache.hadoop.io.NullWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.ObjectWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.SequenceFile.Metadata
     
    write(DataOutput) - Method in class org.apache.hadoop.io.ShortWritable
    write short value
    write(DataOutput) - Method in class org.apache.hadoop.io.SortedMapWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.Text
    serialize write this object to out length uses zero-compressed encoding
    write(DataOutput, int) - Method in class org.apache.hadoop.io.Text
     
    write(DataOutput) - Method in class org.apache.hadoop.io.TwoDArrayWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.VersionedWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.VIntWritable
     
    write(DataOutput) - Method in class org.apache.hadoop.io.VLongWritable
     
    write(DataOutput) - Method in interface org.apache.hadoop.io.Writable
    Serialize the fields of this object to out.
    write(DataOutput) - Method in class org.apache.hadoop.ipc.ProtocolSignature
     
    write(String) - Method in class org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
     
    write(String) - Method in class org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
     
    write(DataOutput) - Method in class org.apache.hadoop.security.authorize.AccessControlList
    Serializes the AccessControlList object
    write(DataOutput) - Method in class org.apache.hadoop.security.Credentials
    Stores all the keys to DataOutput.
    write(DataOutput) - Method in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
    Write to out
    write(DataOutput) - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    write(DataOutput) - Method in class org.apache.hadoop.security.token.Token
     
    write(DataOutput) - Method in class org.apache.hadoop.util.bloom.BloomFilter
     
    write(DataOutput) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
     
    write(DataOutput) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
     
    write(DataOutput) - Method in class org.apache.hadoop.util.bloom.RetouchedBloomFilter
     
    writeCompressed(DataOutput) - Method in class org.apache.hadoop.io.CompressedWritable
    Subclasses implement this instead of CompressedWritable.write(DataOutput).
    writeCompressedByteArray(DataOutput, byte[]) - Static method in class org.apache.hadoop.io.WritableUtils
     
    writeCompressedBytes(DataOutputStream) - Method in interface org.apache.hadoop.io.SequenceFile.ValueBytes
    Write compressed bytes to outStream.
    writeCompressedString(DataOutput, String) - Static method in class org.apache.hadoop.io.WritableUtils
     
    writeCompressedStringArray(DataOutput, String[]) - Static method in class org.apache.hadoop.io.WritableUtils
     
    writeEnum(DataOutput, Enum<?>) - Static method in class org.apache.hadoop.io.WritableUtils
    writes String value of enum to DataOutput.
    writeFile(SequenceFile.Sorter.RawKeyValueIterator, SequenceFile.Writer) - Method in class org.apache.hadoop.io.SequenceFile.Sorter
    Writes records from RawKeyValueIterator into a file represented by the passed writer
    writeFully(WritableByteChannel, ByteBuffer) - Static method in class org.apache.hadoop.io.IOUtils
    Write a ByteBuffer to a WritableByteChannel, handling short writes.
    writeFully(FileChannel, ByteBuffer, long) - Static method in class org.apache.hadoop.io.IOUtils
    Write a ByteBuffer to a FileChannel at a given offset, handling short writes.
    writeKey(OutputStream) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
    Writing the key to the output stream.
    writeMetric(String) - Method in class org.apache.hadoop.metrics2.sink.StatsDSink
     
    writeObject(DataOutput, Object, Class, Configuration) - Static method in class org.apache.hadoop.io.ObjectWritable
    Write a Writable, String, primitive type, or an array of the preceding.
    writeObject(DataOutput, Object, Class, Configuration, boolean) - Static method in class org.apache.hadoop.io.ObjectWritable
    Write a Writable, String, primitive type, or an array of the preceding.
    Writer(Configuration, FileSystem, String, Class<? extends Writable>) - Constructor for class org.apache.hadoop.io.ArrayFile.Writer
    Create the named file for values of the named class.
    Writer(Configuration, FileSystem, String, Class<? extends Writable>, SequenceFile.CompressionType, Progressable) - Constructor for class org.apache.hadoop.io.ArrayFile.Writer
    Create the named file for values of the named class.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class<? extends Writable>, SequenceFile.CompressionType, CompressionCodec, Progressable) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType, Progressable) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, Progressable) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, WritableComparator, Class) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
    Deprecated.
    Writer(Configuration, Path, SequenceFile.Writer.Option...) - Constructor for class org.apache.hadoop.io.BloomMapFile.Writer
     
    Writer(FSDataOutputStream, int, String, String, Configuration) - Constructor for class org.apache.hadoop.io.file.tfile.TFile.Writer
    Constructor
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType, Progressable) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, Progressable) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...)} instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - Constructor for class org.apache.hadoop.io.MapFile.Writer
    Deprecated.
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, Path, SequenceFile.Writer.Option...) - Constructor for class org.apache.hadoop.io.MapFile.Writer
     
    Writer(FileSystem, Configuration, Path, Class, Class) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
    Writer(FileSystem, Configuration, Path, Class, Class, Progressable, SequenceFile.Metadata) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
    Writer(FileSystem, Configuration, Path, Class, Class, int, short, long, Progressable, SequenceFile.Metadata) - Constructor for class org.apache.hadoop.io.SequenceFile.Writer
    Writer(FileSystem, String, Class<? extends WritableComparable>) - Constructor for class org.apache.hadoop.io.SetFile.Writer
    Deprecated.
    pass a Configuration too
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, SequenceFile.CompressionType) - Constructor for class org.apache.hadoop.io.SetFile.Writer
    Create a set naming the element class and compression type.
    Writer(Configuration, FileSystem, String, WritableComparator, SequenceFile.CompressionType) - Constructor for class org.apache.hadoop.io.SetFile.Writer
    Create a set naming the element comparator and compression type.
    writeReplace() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    writeReplace() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
     
    writeReplace() - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    writeReplace() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    writeReplace() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
     
    writeReplace() - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
     
    writeString(DataOutput, String) - Static method in class org.apache.hadoop.io.file.tfile.Utils
    Write a String as a VInt n, followed by n Bytes as in Text format.
    writeString(DataOutput, String) - Static method in class org.apache.hadoop.io.Text
    Write a UTF8 encoded string to out
    writeString(DataOutput, String, int) - Static method in class org.apache.hadoop.io.Text
    Write a UTF8 encoded string with a maximum size to out
    writeString(DataOutput, String) - Static method in class org.apache.hadoop.io.WritableUtils
     
    writeStringArray(DataOutput, String[]) - Static method in class org.apache.hadoop.io.WritableUtils
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
     
    writeTo(CodedOutputStream) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
     
    writeTokenStorageFile(Path, Configuration) - Method in class org.apache.hadoop.security.Credentials
     
    writeTokenStorageFile(Path, Configuration, Credentials.SerializedFormat) - Method in class org.apache.hadoop.security.Credentials
     
    writeTokenStorageToStream(DataOutputStream) - Method in class org.apache.hadoop.security.Credentials
     
    writeTokenStorageToStream(DataOutputStream, Credentials.SerializedFormat) - Method in class org.apache.hadoop.security.Credentials
     
    writeUncompressedBytes(DataOutputStream) - Method in interface org.apache.hadoop.io.SequenceFile.ValueBytes
    Writes the uncompressed bytes to the outStream.
    writeValue(OutputStream) - Method in class org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
    Writing the value to the output stream.
    writeVInt(DataOutput, int) - Static method in class org.apache.hadoop.io.file.tfile.Utils
    Encoding an integer into a variable-length encoding format.
    writeVInt(DataOutput, int) - Static method in class org.apache.hadoop.io.WritableUtils
    Serializes an integer to a binary stream with zero-compressed encoding.
    writeVLong(DataOutput, long) - Static method in class org.apache.hadoop.io.file.tfile.Utils
    Encoding a Long integer into a variable-length encoding format.
    writeVLong(DataOutput, long) - Static method in class org.apache.hadoop.io.WritableUtils
    Serializes a long to a binary stream with zero-compressed encoding.
    writeXml(OutputStream) - Method in class org.apache.hadoop.conf.Configuration
    Write out the non-default properties in this configuration to the given OutputStream using UTF-8 encoding.
    writeXml(Writer) - Method in class org.apache.hadoop.conf.Configuration
     
    writeXml(String, Writer) - Method in class org.apache.hadoop.conf.Configuration
    Write out the non-default properties in this configuration to the given Writer.

    X

    X_FRAME_OPTIONS - Static variable in class org.apache.hadoop.security.http.XFrameOptionsFilter
     
    XAttrCodec - Enum in org.apache.hadoop.fs
    The value of XAttr is byte[], this class is to covert byte[] to some kind of string representation or convert back.
    XAttrSetFlag - Enum in org.apache.hadoop.fs
     
    xdr_int(int) - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
    Puts an integer into the buffer as 4 bytes, big-endian.
    xdr_string(String) - Method in class org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
    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.
    XFrameOptionsFilter - Class in org.apache.hadoop.security.http
    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.
    XFrameOptionsFilter() - Constructor for class org.apache.hadoop.security.http.XFrameOptionsFilter
     
    XFrameOptionsFilter.XFrameOptionsResponseWrapper - Class in org.apache.hadoop.security.http
    This wrapper allows the rest of the filter pipeline to see the configured value when interrogating the response.
    XFrameOptionsResponseWrapper(HttpServletResponse) - Constructor for class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
    Ctor to take wrap the provided response.
    xor(Filter) - Method in class org.apache.hadoop.util.bloom.BloomFilter
     
    xor(Filter) - Method in class org.apache.hadoop.util.bloom.CountingBloomFilter
     
    xor(Filter) - Method in class org.apache.hadoop.util.bloom.DynamicBloomFilter
     
    XOR_2_1_SCHEMA - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    XOR_CODEC_NAME - Static variable in class org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     

    Z

    ZeroCopyUnavailableException - Exception in org.apache.hadoop.fs
     
    ZeroCopyUnavailableException(String) - Constructor for exception org.apache.hadoop.fs.ZeroCopyUnavailableException
     
    ZeroCopyUnavailableException(String, Exception) - Constructor for exception org.apache.hadoop.fs.ZeroCopyUnavailableException
     
    ZeroCopyUnavailableException(Exception) - Constructor for exception org.apache.hadoop.fs.ZeroCopyUnavailableException
     
    ZKCuratorManager.SafeTransaction - Class in org.apache.hadoop.util.curator
    Use curator transactions to ensure zk-operations are performed in an all or nothing fashion.
    ZKFCProtocolClientSideTranslatorPB - Class in org.apache.hadoop.ha.protocolPB
     
    ZKFCProtocolClientSideTranslatorPB(InetSocketAddress, Configuration, SocketFactory, int) - Constructor for class org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
     
    ZKFCProtocolPB - Interface in org.apache.hadoop.ha.protocolPB
     
    ZKFCProtocolProtos - Class in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.CedeActiveRequestProto - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.CedeActiveRequestProto
    ZKFCProtocolProtos.CedeActiveRequestProto.Builder - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.CedeActiveRequestProto
    ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.CedeActiveResponseProto - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.CedeActiveResponseProto
    ZKFCProtocolProtos.CedeActiveResponseProto.Builder - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.CedeActiveResponseProto
    ZKFCProtocolProtos.CedeActiveResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.GracefulFailoverRequestProto - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.GracefulFailoverRequestProto
    ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.GracefulFailoverRequestProto
    ZKFCProtocolProtos.GracefulFailoverRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.GracefulFailoverResponseProto - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.GracefulFailoverResponseProto
    ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder - Class in org.apache.hadoop.ha.proto
    Protobuf type hadoop.common.GracefulFailoverResponseProto
    ZKFCProtocolProtos.GracefulFailoverResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.ZKFCProtocolService - Class in org.apache.hadoop.ha.proto
    Protobuf service hadoop.common.ZKFCProtocolService
    ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface - Interface in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.ZKFCProtocolService.Interface - Interface in org.apache.hadoop.ha.proto
     
    ZKFCProtocolProtos.ZKFCProtocolService.Stub - Class in org.apache.hadoop.ha.proto
     
    ZKFCProtocolService() - Constructor for class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
     
    ZlibCompressor - Class in org.apache.hadoop.io.compress.zlib
    A Compressor based on the popular zlib compression algorithm.
    ZlibCompressor() - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibCompressor
    Creates a new compressor with the default compression level.
    ZlibCompressor(Configuration) - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibCompressor
    Creates a new compressor, taking settings from the configuration.
    ZlibCompressor(ZlibCompressor.CompressionLevel, ZlibCompressor.CompressionStrategy, ZlibCompressor.CompressionHeader, int) - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibCompressor
    Creates a new compressor using the specified compression level.
    ZlibCompressor.CompressionHeader - Enum in org.apache.hadoop.io.compress.zlib
    The type of header for compressed data.
    ZlibCompressor.CompressionLevel - Enum in org.apache.hadoop.io.compress.zlib
    The compression level for zlib library.
    ZlibCompressor.CompressionStrategy - Enum in org.apache.hadoop.io.compress.zlib
    The compression level for zlib library.
    ZlibDecompressor - Class in org.apache.hadoop.io.compress.zlib
    A Decompressor based on the popular zlib compression algorithm.
    ZlibDecompressor(ZlibDecompressor.CompressionHeader, int) - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
    Creates a new decompressor.
    ZlibDecompressor() - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibDecompressor
     
    ZlibDecompressor.CompressionHeader - Enum in org.apache.hadoop.io.compress.zlib
    The headers to detect from compressed data.
    ZlibDecompressor.ZlibDirectDecompressor - Class in org.apache.hadoop.io.compress.zlib
     
    ZlibDirectDecompressor() - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    ZlibDirectDecompressor(ZlibDecompressor.CompressionHeader, int) - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    ZlibFactory - Class in org.apache.hadoop.io.compress.zlib
    A collection of factories to create the right zlib/gzip compressor/decompressor instances.
    ZlibFactory() - Constructor for class org.apache.hadoop.io.compress.zlib.ZlibFactory
     
    ZStandardCodec - Class in org.apache.hadoop.io.compress
    This class creates zstd compressors/decompressors.
    ZStandardCodec() - Constructor for class org.apache.hadoop.io.compress.ZStandardCodec
     
    ZStandardCompressor - Class in org.apache.hadoop.io.compress.zstd
    A Compressor based on the zStandard compression algorithm.
    ZStandardCompressor(int, int) - Constructor for class org.apache.hadoop.io.compress.zstd.ZStandardCompressor
    Creates a new compressor with the default compression level.
    ZStandardDecompressor - Class in org.apache.hadoop.io.compress.zstd
    A Decompressor based on the zStandard compression algorithm.
    ZStandardDecompressor() - Constructor for class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
     
    ZStandardDecompressor(int) - Constructor for class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
    Creates a new decompressor.
    ZStandardDecompressor.ZStandardDirectDecompressor - Class in org.apache.hadoop.io.compress.zstd
    A DirectDecompressor for ZStandard https://github.com/facebook/zstd.
    ZStandardDirectDecompressor(int) - Constructor for class org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
     

    _

    _getBranch() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getBuildVersion() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getDate() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getProtocVersion() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getRevision() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getSrcChecksum() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getUrl() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getUser() - Method in class org.apache.hadoop.util.VersionInfo
     
    _getVersion() - Method in class org.apache.hadoop.util.VersionInfo
     
    A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

    Copyright © 2008–2019 Apache Software Foundation. All rights reserved.