- 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"
- abort() - Method in interface org.apache.hadoop.fs.Abortable
-
Abort the active operation without the output becoming visible.
- abort() - Method in class org.apache.hadoop.fs.FSDataOutputStream
-
Invoke abort()
on the wrapped stream if it
is Abortable, otherwise raise an
UnsupportedOperationException
.
- abort(UploadHandle, Path) - Method in interface org.apache.hadoop.fs.MultipartUploader
-
Aborts a multipart upload.
- Abortable - Interface in org.apache.hadoop.fs
-
Abort data being written to a stream, so that close() does
not write the data.
- Abortable.AbortableResult - Interface in org.apache.hadoop.fs
-
Interface for the result of aborts; allows subclasses to extend
(IOStatistics etc) or for future enhancements if ever needed.
- ABORTABLE_STREAM - Static variable in class org.apache.hadoop.fs.CommonPathCapabilities
-
- ABORTABLE_STREAM - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
-
- ABORTABLE_UNSUPPORTED - Static variable in class org.apache.hadoop.fs.FSExceptionMessages
-
A call was made to abort(), but it is not supported.
- abortUploadsUnderPath(Path) - Method in class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
Best effort attempt to aborts multipart uploads under a path.
- abortUploadsUnderPath(Path) - Method in interface org.apache.hadoop.fs.MultipartUploader
-
Best effort attempt to aborts multipart uploads under a path.
- 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.
- AbstractFSBuilderImpl<S,B extends FSBuilder<S,B>> - Class in org.apache.hadoop.fs.impl
-
Builder for filesystem/filecontext operations of various kinds,
with option support.
- AbstractFSBuilderImpl(Optional<Path>, Optional<PathHandle>) - Constructor for class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
Constructor with both optional path and path handle.
- AbstractFSBuilderImpl(Path) - Constructor for class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
- AbstractFSBuilderImpl(PathHandle) - Constructor for class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
- 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
- AbstractIOStatisticsImpl - Class in org.apache.hadoop.fs.statistics.impl
-
Base implementation in case common methods/fields need to be added
in future.
- AbstractIOStatisticsImpl() - Constructor for class org.apache.hadoop.fs.statistics.impl.AbstractIOStatisticsImpl
-
- AbstractLaunchableService - Class in org.apache.hadoop.service.launcher
-
- 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
- AbstractMultipartUploader - Class in org.apache.hadoop.fs.impl
-
Standard base class for Multipart Uploaders.
- AbstractMultipartUploader(Path) - Constructor for class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
Instantiate.
- 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(T) - Method in interface org.apache.hadoop.util.functional.ConsumerRaisingIOE
-
Process the argument.
- 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
-
- AccessControlException(String) - Constructor for exception org.apache.hadoop.security.AccessControlException
-
- 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
-
- ACTION_EXECUTOR_ACQUIRED - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
The name of the statistic collected for executor acquisition if
a duration tracker factory is passed in to the constructor.
- ACTION_HTTP_DELETE_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
An HTTP DELETE request was made: "action_http_delete_request".
- ACTION_HTTP_GET_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
An HTTP GET request was made: "action_http_get_request".
- ACTION_HTTP_HEAD_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
An HTTP HEAD request was made: "action_http_head_request".
- ACTION_HTTP_PATCH_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
An HTTP PATCH request was made: "action_http_patch_request".
- ACTION_HTTP_POST_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
An HTTP POST request was made: "action_http_post_request".
- ACTION_HTTP_PUT_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
An HTTP PUT request was made: "action_http_put_request".
- activateOptions() - Method in class org.apache.hadoop.log.Log4Json
-
Do nothing
- activateSpan(Span) - Method in class org.apache.hadoop.tracing.Tracer
-
- 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.
- ActiveThreadSpanSource<T extends org.apache.hadoop.fs.store.audit.AuditSpan> - Interface in org.apache.hadoop.fs.store.audit
-
Interface to get the active thread span.
- actual - Variable in exception org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
-
- add(MeanStatistic) - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Add another MeanStatistic.
- 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(RpcController, TestProtos.AddRequestProto, RpcCallback<TestProtos.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);
- add(RpcController, TestProtos.AddRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- add(RpcController, TestProtos.AddRequestProto, RpcCallback<TestProtos.AddResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);
- add(RpcController, TestProtos.AddRequestProto, RpcCallback<TestProtos.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- add(RpcController, TestProtosLegacy.AddRequestProto, RpcCallback<TestProtosLegacy.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);
- add(RpcController, TestProtosLegacy.AddRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- add(RpcController, TestProtosLegacy.AddRequestProto, RpcCallback<TestProtosLegacy.AddResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc add(.hadoop.common.AddRequestProto) returns (.hadoop.common.AddResponseProto);
- add(RpcController, TestProtosLegacy.AddRequestProto, RpcCallback<TestProtosLegacy.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- 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
-
- add2(RpcController, TestProtos.AddRequestProto2, RpcCallback<TestProtos.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);
- add2(RpcController, TestProtos.AddRequestProto2) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- add2(RpcController, TestProtos.AddRequestProto2, RpcCallback<TestProtos.AddResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);
- add2(RpcController, TestProtos.AddRequestProto2, RpcCallback<TestProtos.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- add2(RpcController, TestProtosLegacy.AddRequestProto2, RpcCallback<TestProtosLegacy.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);
- add2(RpcController, TestProtosLegacy.AddRequestProto2) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- add2(RpcController, TestProtosLegacy.AddRequestProto2, RpcCallback<TestProtosLegacy.AddResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc add2(.hadoop.common.AddRequestProto2) returns (.hadoop.common.AddResponseProto);
- add2(RpcController, TestProtosLegacy.AddRequestProto2, RpcCallback<TestProtosLegacy.AddResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- 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;
- addAllMessage(Iterable<String>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- addAllMessage(Iterable<String>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- addAllMessage(Iterable<String>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- addAllMessage(Iterable<String>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- addAllMethods(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
repeated uint32 methods = 2;
- addAllParams(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- addAllParams(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- 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;
- addAllValues(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- addAllValues(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- addAllValues(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- addAllValues(Iterable<? extends Integer>) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- addAllVersions(Iterable<? extends Long>) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
Protocol version corresponding to the rpc kind.
- 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;
- addAuxiliaryListener(int) - Method in class org.apache.hadoop.ipc.Server
-
- 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;
- 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.
- addExtension(GeneratedMessage.GeneratedExtension<ProtobufRpcEngine2Protos.RequestHeaderProto, List<Type>>, Type) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- 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
-
- 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().
- addKVAnnotation(String, String) - Method in class org.apache.hadoop.tracing.Span
-
- addKVAnnotation(String, String) - Method in class org.apache.hadoop.tracing.TraceScope
-
- addKVAnnotation(String, Number) - Method in class org.apache.hadoop.tracing.TraceScope
-
- 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, String) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
-
Add nfly link to configuration for the given 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
-
- addLinkRegex(Configuration, String, String, String, String) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
-
Add a LinkRegex to the config for the specified mount table.
- addMaximumSample(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Add a maximum sample: if greater than the current value,
updates the value.
- addMeanStatisticSample(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Add a sample to the mean statistics.
- addMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- addMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- addMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- addMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- addMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- addMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- addMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- addMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- addMethods(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
repeated uint32 methods = 2;
- addMinimumSample(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Add a minimum sample: if less than the current value,
updates the value.
- addOptionWithValue(String) - Method in class org.apache.hadoop.fs.shell.CommandFormat
-
add option with value
- addParams(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- addParams(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- 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.
- 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
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
-
- addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
-
- 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, Schedulable, ProcessingDetails) - Method in class org.apache.hadoop.ipc.DecayRpcScheduler
-
- addResponseTime(String, Schedulable, ProcessingDetails) - Method in class org.apache.hadoop.ipc.DefaultRpcScheduler
-
- addResponseTime(String, int, int, int) - Method in interface org.apache.hadoop.ipc.RpcScheduler
-
- addResponseTime(String, Schedulable, ProcessingDetails) - Method in interface org.apache.hadoop.ipc.RpcScheduler
-
Store a processing time value for an RPC call into this scheduler.
- addSample(long) - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Add a sample.
- 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
-
- 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
-
- 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.
- addTimedOperation(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Add a duration to the min/mean/max statistics, using the
given prefix and adding a suffix for each specific value.
- addTimedOperation(String, Duration) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Add a duration to the min/mean/max statistics, using the
given prefix and adding a suffix for each specific value.;
increment tha counter whose name == prefix.
- addTimelineAnnotation(String) - Method in class org.apache.hadoop.tracing.Span
-
- addTimelineAnnotation(String) - Method in class org.apache.hadoop.tracing.TraceScope
-
- 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.
- addValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- addValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- addValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- addValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- addVersion() - Method in class org.apache.hadoop.crypto.key.KeyProvider.Metadata
-
- addVersions(long) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
Protocol version corresponding to the rpc kind.
- 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
-
- aggregate(IOStatistics) - Method in interface org.apache.hadoop.fs.statistics.IOStatisticsAggregator
-
Aggregate the supplied statistics into the current
set.
- aggregate(IOStatistics) - Method in class org.apache.hadoop.fs.statistics.IOStatisticsSnapshot
-
Aggregate the current statistics with the
source reference passed in.
- aggregateCounters(Long, Long) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Aggregate two counters.
- aggregateGauges(Long, Long) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Add two gauges.
- aggregateMaps(Map<String, E>, Map<String, E>, BiFunction<E, E, E>, Function<E, E>) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Aggregate two maps so that the destination.
- aggregateMaximums(Long, Long) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Aggregate two maximum values.
- aggregateMeanStatistics(MeanStatistic, MeanStatistic) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Aggregate the mean statistics.
- aggregateMinimums(Long, Long) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Aggregate two minimum values.
- 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
-
- alreadyClosed() - Method in interface org.apache.hadoop.fs.Abortable.AbortableResult
-
Was the stream already closed/aborted?
- 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
-
- andThen(ConsumerRaisingIOE<? super T>) - Method in interface org.apache.hadoop.util.functional.ConsumerRaisingIOE
-
- AnnotatedSecurityInfo - Class in org.apache.hadoop.security
-
Constructs SecurityInfo from Annotations provided in protocol interface.
- AnnotatedSecurityInfo() - Constructor for class org.apache.hadoop.security.AnnotatedSecurityInfo
-
- anyCleanupException() - Method in interface org.apache.hadoop.fs.Abortable.AbortableResult
-
Any exception caught during cleanup operations,
exceptions whose raising/catching does not change
the semantics of the abort.
- 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() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
Append to an existing file (optional operation).
- append() - Method in interface org.apache.hadoop.fs.MultipartUploaderBuilder
-
Append to an existing file (optional operation).
- 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.ChecksumFileSystem
-
This is overridden to ensure that this class's create() method is
ultimately called.
- 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
-
- 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(AbstractFileSystem, Path) - Method in interface org.apache.hadoop.fs.impl.FsLinkResolution.FsLinkResolutionFunction
-
- apply(T, U) - Method in interface org.apache.hadoop.fs.impl.FunctionsRaisingIOE.BiFunctionRaisingIOE
-
Deprecated.
- apply() - Method in interface org.apache.hadoop.fs.impl.FunctionsRaisingIOE.CallableRaisingIOE
-
Deprecated.
- apply(T) - Method in interface org.apache.hadoop.fs.impl.FunctionsRaisingIOE.FunctionRaisingIOE
-
Deprecated.
- 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
-
- apply(T, U) - Method in interface org.apache.hadoop.util.functional.BiFunctionRaisingIOE
-
Apply the function.
- apply() - Method in interface org.apache.hadoop.util.functional.CallableRaisingIOE
-
Apply the operation.
- apply(T) - Method in interface org.apache.hadoop.util.functional.FunctionRaisingIOE
-
Apply the function.
- apply() - Method in interface org.apache.hadoop.util.functional.InvocationRaisingIOE
-
Apply the operation.
- 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
-
- 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
-
- 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
-
- asDuration() - Method in interface org.apache.hadoop.fs.statistics.DurationTracker
-
Get the duration of an operation as a java Duration
instance.
- asDuration() - Method in class org.apache.hadoop.fs.statistics.impl.StubDurationTracker
-
- asDuration() - Method in class org.apache.hadoop.util.OperationDuration
-
Get the duration of an operation as a java Duration
instance.
- 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
-
- AsyncGet.Util - Class in org.apache.hadoop.util.concurrent
-
Utility
- AsyncGetFuture<T,E extends Throwable> - Class in org.apache.hadoop.util.concurrent
-
- 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.
- AUDIT_ACCESS_CHECK_FAILURE - Static variable in class org.apache.hadoop.fs.audit.AuditStatisticNames
-
Access check during audit rejected: "audit_access_check_failure".
- AUDIT_FAILURE - Static variable in class org.apache.hadoop.fs.audit.AuditStatisticNames
-
Audit failure: "audit_failure".
- AUDIT_REQUEST_EXECUTION - Static variable in class org.apache.hadoop.fs.audit.AuditStatisticNames
-
A request was executed and the auditor invoked: "audit_request_execution".
- AUDIT_SPAN_CREATION - Static variable in class org.apache.hadoop.fs.audit.AuditStatisticNames
-
Audit span created: "audit_span_creation".
- AuditEntryPoint - Annotation Type in org.apache.hadoop.fs.store.audit
-
A marker attribute simply to highlight which of the methods
in a FileSystem why are audit entry points.
- AUDITLOG - Static variable in class org.apache.hadoop.ipc.Server
-
- AuditStatisticNames - Class in org.apache.hadoop.fs.audit
-
Statistic Names for Auditing.
- 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, InetAddress) - 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.
- authorize(UserGroupInformation, InetAddress) - 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.compress.PassthroughCodec.PassthroughDecompressorStream
-
- 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
-
- AvroFSInput(FSDataInputStream, long) - Constructor for class org.apache.hadoop.fs.AvroFSInput
-
- AvroFSInput(FileContext, Path) - Constructor for class org.apache.hadoop.fs.AvroFSInput
-
- AvroRecord - Class in org.apache.hadoop.io.serializer.avro
-
- AvroRecord() - Constructor for class org.apache.hadoop.io.serializer.avro.AvroRecord
-
Default constructor.
- AvroRecord(Integer) - Constructor for class org.apache.hadoop.io.serializer.avro.AvroRecord
-
All-args constructor.
- AvroRecord.Builder - Class in org.apache.hadoop.io.serializer.avro
-
RecordBuilder for AvroRecord instances.
- 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
-
- awaitFuture(Future<T>) - Static method in class org.apache.hadoop.util.functional.FutureIO
-
Given a future, evaluate it.
- awaitFuture(Future<T>, long, TimeUnit) - Static method in class org.apache.hadoop.util.functional.FutureIO
-
Given a future, evaluate it.
- 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 Metadata
to 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, Writable, Client.ConnectionId, AtomicBoolean, AlignmentContext) - Method in class org.apache.hadoop.ipc.Client
-
- 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
-
- CallableRaisingIOE<R> - Interface in org.apache.hadoop.util.functional
-
This is a callable which only raises an IOException.
- CallerContext - Class in org.apache.hadoop.ipc
-
A class defining the caller context for auditing coarse granularity
operations.
- 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.ipc.protobuf.TestRpcServiceProtos.CustomProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
- 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
-
- 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
-
- 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
-
- 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
-
Request that the service cede its active state, and quit the election
for some amount of time
- cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - Method in interface org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Interface
-
Request that the service cede its active state, and quit the election
for some amount of time
- 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.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.
- checkPartHandles(Map<Integer, PartHandle>) - Method in class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
Utility method to validate partHandles.
- 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
-
- checkPath(Path) - Method in class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
Validate a path.
- checkpoint() - Method in class org.apache.hadoop.fs.Trash
-
Create a trash checkpoint.
- checkPutArguments(Path, InputStream, int, UploadHandle, long) - Method in class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
- 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(Options.ChecksumOpt) - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
Set checksum opt.
- checksumOpt(Options.ChecksumOpt) - Method in interface org.apache.hadoop.fs.MultipartUploaderBuilder
-
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.
- checkUploadId(byte[]) - Method in class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
Utility method to validate uploadIDs.
- 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 - Static variable in class org.apache.hadoop.io.compress.PassthroughCodec
-
Classname of the codec: "org.apache.hadoop.io.compress.PassthroughCodec".
- 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.
- cleanupRemoteIterator(RemoteIterator<T>) - Static method in class org.apache.hadoop.util.functional.RemoteIterators
-
Clean up after an iteration.
- 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.fs.statistics.IOStatisticsSnapshot
-
Clear all the maps.
- clear() - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Set the values to 0.
- 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.TransitionToObserverRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.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.ProtobufRpcEngine2Protos.RequestHeaderProto.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 class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
- clear() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.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
-
call context
- clearCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
a sequence number that is sent back in response
- clearCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
callId used in Request
- 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;
- clearClientCache() - Static method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- clearClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
Globally unique client ID
- clearClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
Globally unique client ID
- clearClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
protocol version of class declaring the called method
- clearClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
-
required uint64 clientProtocolVersion = 3;
- clearCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- clearCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- 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
-
storagePolicy = 16
- 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
-
locations = 12
alias = 13
childrenNum = 14
- clearErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
in case of error
- clearErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails, often contains strack trace
- clearExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails
- clearExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
unix exit status to return
- clearExtension(GeneratedMessage.GeneratedExtension<ProtobufRpcEngine2Protos.RequestHeaderProto, ?>) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
-
- clearField(Descriptors.FieldDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
-
- 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;
- clearIntField() - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord.Builder
-
Clears the value of the 'intField' field
- 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;
- clearMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- clearMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
required string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
required string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
optional string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
optional string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
required string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
required string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
optional string message = 1;
- clearMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
optional string message = 1;
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
Name of the RPC method
- 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;
- clearMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- clearMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- 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
-
If not ready to become active, a textual explanation of why not
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
-
- clearOneof(Descriptors.OneofDescriptor) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
-
- clearOwner() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
optional string owner = 5;
- clearParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param1 = 1;
- clearParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param1 = 1;
- clearParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param2 = 2;
- clearParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param2 = 2;
- clearParams() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- clearParams() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- clearParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
parentIdLow
- 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
-
UNIX-style mode bits
- 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
-
Protocol name for next rpc layer.
- clearProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
Protocol name
- clearProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
Protocol name
- 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
-
If state is STANDBY, indicate whether it is
ready to become active.
- clearRealUser() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
optional string realUser = 2;
- clearReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- clearReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- 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.TransitionToObserverRequestProto.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;
- clearResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- clearResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- clearResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
required int32 result = 1;
- clearResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
required int32 result = 1;
- clearRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- 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
-
RPC kind
- clearRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
RPC kind
- 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
-
which handler sent this message
- 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
-
Sent if success or fail
- clearService() - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
required string service = 4;
- clearShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- clearShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- 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;
- clearSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- clearSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- clearSpanContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
Trace SpanContext
- 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;
- clearStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
The last seen Global State ID
- clearStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
The last written Global State ID
- 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
-
parentIdHigh
- clearTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- clearUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
required string user = 1;
- clearUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
required string user = 1;
- 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
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- clearUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
to be displayed to the user
- clearValue() - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
required string value = 2;
- clearValues() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- clearValues() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- clearValues() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- clearValues() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- 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
-
Protocol version corresponding to the rpc kind.
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.fs.statistics.MeanStatistic
-
- 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.TransitionToObserverRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.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.ProtobufRpcEngine2Protos.RequestHeaderProto.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.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
- clone() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.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
-
- 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.impl.AbstractMultipartUploader
-
Perform any cleanup.
- close() - Method in class org.apache.hadoop.fs.RawLocalFileSystem
-
- close() - Method in class org.apache.hadoop.fs.sftp.SFTPFileSystem
-
- close() - Method in interface org.apache.hadoop.fs.statistics.DurationTracker
-
Finish tracking: update the statistics with the timings.
- close() - Method in class org.apache.hadoop.fs.statistics.impl.StatisticDurationTracker
-
Set the finished time and then update the statistics.
- close() - Method in class org.apache.hadoop.fs.statistics.impl.StubDurationTracker
-
- close() - Method in class org.apache.hadoop.fs.store.DataBlocks.BlockFactory
-
Implement any close/cleanup operation.
- close() - Method in class org.apache.hadoop.fs.store.DataBlocks.BlockUploadData
-
Close: closes any upload stream and byteArray provided in the
constructor.
- close() - Method in class org.apache.hadoop.fs.store.DataBlocks.DataBlock
-
- close() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
-
- 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.ProtobufRpcEngine.Invoker
-
Deprecated.
- close() - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2.Invoker
-
- 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.tracing.Span
-
- close() - Method in class org.apache.hadoop.tracing.SpanContext
-
- close() - Method in class org.apache.hadoop.tracing.Tracer
-
- close() - Method in class org.apache.hadoop.tracing.TraceScope
-
- close() - Method in class org.apache.hadoop.util.AutoCloseableLock
-
Attempts to release the lock by making a call to release()
.
- close() - Method in class org.apache.hadoop.util.DurationInfo
-
- 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
-
- 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
-
- closeStream(Closeable) - Static method in class org.apache.hadoop.io.IOUtils
-
- closeStreams(Closeable...) - Static method in class org.apache.hadoop.io.IOUtils
-
- closingRemoteIterator(RemoteIterator<S>, Closeable) - Static method in class org.apache.hadoop.util.functional.RemoteIterators
-
This adds an extra close operation alongside the passthrough
to any Closeable.close() method supported by the source iterator.
- code - Variable in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
-
The code for this method.
- CODE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- CODE_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- CODEC_NAME_KEY - Static variable in class org.apache.hadoop.io.erasurecode.ECSchema
-
- CodecConstants - Class in org.apache.hadoop.io.compress
-
Codec related constants.
- 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
-
- combine(Result) - Method in class org.apache.hadoop.fs.shell.find.Result
-
Returns the combination of this and another result.
- combine(Class<T>, Object...) - Static method in class org.apache.hadoop.ipc.ProxyCombiner
-
Combine two or more proxies which together comprise a single proxy
interface.
- 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
-
- 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
-
- CommonAuditContext - Class in org.apache.hadoop.fs.audit
-
The common audit context is a map of common context information
which can be used with any audit span.
- CommonCallableSupplier<T> - Class in org.apache.hadoop.util.functional
-
A bridge from Callable to Supplier; catching exceptions
raised by the callable and wrapping them as appropriate.
- CommonCallableSupplier(Callable<T>) - Constructor for class org.apache.hadoop.util.functional.CommonCallableSupplier
-
Create.
- 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
-
- CommonPathCapabilities - Class in org.apache.hadoop.fs
-
Common path capabilities.
- 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(Path) - 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
-
- complete(UploadHandle, Path, Map<Integer, PartHandle>) - Method in interface org.apache.hadoop.fs.MultipartUploader
-
Complete a multipart upload.
- 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
-
- 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.ChecksumFileSystem
-
- 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(TraceConfiguration) - Method in class org.apache.hadoop.tracing.Tracer.Builder
-
- 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_DEFAULT_MOUNT_TABLE_NAME_KEY - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
Config key to specify the name of the default mount table.
- CONFIG_VIEWFS_ENABLE_INNER_CACHE - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
Enable ViewFileSystem to cache all children filesystems in inner cache.
- CONFIG_VIEWFS_ENABLE_INNER_CACHE_DEFAULT - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
- 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_IGNORE_PORT_IN_MOUNT_TABLE_NAME - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
When initializing the viewfs, authority will be used as the mount table
name to find the mount link configurations.
- CONFIG_VIEWFS_IGNORE_PORT_IN_MOUNT_TABLE_NAME_DEFAULT - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
- 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_LINK_REGEX - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
Config variable for specifying a regex link which uses regular expressions
as source and target could use group captured in src.
- CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
Enable ViewFileSystem to show mountlinks as symlinks.
- CONFIG_VIEWFS_MOUNT_LINKS_AS_SYMLINKS_DEFAULT - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
- CONFIG_VIEWFS_MOUNTTABLE_PATH - Static variable in interface org.apache.hadoop.fs.viewfs.Constants
-
Prefix for the config variable for the ViewFs mount-table path.
- 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
-
- 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, int, boolean) - 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.
- constructRpcRequest(Method, Message) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker
-
Deprecated.
- constructRpcRequest(Method, Message) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2.Invoker
-
- ConsumerRaisingIOE<T> - Interface in org.apache.hadoop.util.functional
-
Version of java.util.function.Consumer which raises
exceptions.
- containsHeader(String) - Method in class org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
-
- containsKey(String) - Method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Does the context contain a specific key?
- 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(String, Throwable) - Static method in exception org.apache.hadoop.service.ServiceStateException
-
- 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() - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Create a copy of this instance.
- 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.
- CopyCommandWithMultiThread - Class in org.apache.hadoop.fs.shell
-
Abstract command to enable sub copy commands run with multi-thread.
- CopyCommandWithMultiThread() - Constructor for class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
- copyFileToTarget(PathData, PathData) - Method in class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
- 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, S, List<String>, boolean, boolean) - Method in class org.apache.hadoop.service.launcher.ServiceLauncher
-
Launch the service.
- CostProvider - Interface in org.apache.hadoop.ipc
-
- 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
- counters() - Method in class org.apache.hadoop.fs.statistics.impl.WrappedIOStatistics
-
- counters() - Method in interface org.apache.hadoop.fs.statistics.IOStatistics
-
Map of counters.
- counters() - Method in class org.apache.hadoop.fs.statistics.IOStatisticsSnapshot
-
- 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
-
- create(Path, FsPermission, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
-
- create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - 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(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(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() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
Create an FSDataOutputStream at the specified path.
- create() - Method in interface org.apache.hadoop.fs.MultipartUploaderBuilder
-
Create an FSDataOutputStream at the specified path.
- 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(long, int, BlockUploadStatistics) - Method in class org.apache.hadoop.fs.store.DataBlocks.BlockFactory
-
Create a 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
-
- createCompressor() - Method in interface org.apache.hadoop.io.compress.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
-
- createCompressor() - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- createCompressor() - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- createCompressor() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- 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
-
- createDataOutputStreamBuilder(FileSystem, Path) - Static method in class org.apache.hadoop.fs.FileSystem
-
Create instance of the standard FSDataOutputStreamBuilder for the
given filesystem and path.
- 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
-
- createDecompressor() - Method in interface org.apache.hadoop.io.compress.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
-
- createDecompressor() - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- createDecompressor() - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- createDecompressor() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.DefaultCodec
-
- createDirectDecompressor() - Method in interface org.apache.hadoop.io.compress.DirectDecompressionCodec
-
- createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.GzipCodec
-
- createDirectDecompressor() - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- 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
-
- createFactory(String, Configuration, String) - Static method in class org.apache.hadoop.fs.store.DataBlocks
-
Create a factory.
- createFile(Path) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
-
This is overridden to ensure that this class's create() method is
ultimately called.
- 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.
- createFilterConfig(Configuration) - Method in class org.apache.hadoop.security.authentication.server.ProxyUserAuthenticationFilterInitializer
-
- 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
-
- 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
-
- 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
-
- createInputStream(InputStream, Decompressor) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
-
- 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
-
- createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.Lz4Codec
-
- createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- createInputStream(InputStream) - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- 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
-
- createInputStream(InputStream, Decompressor) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- createInternal(Path, EnumSet<CreateFlag>, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- 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
-
- 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(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
Create a multipart uploader.
- createMultipartUploader(Path) - Method in class org.apache.hadoop.fs.FileContext
-
Create a multipart uploader.
- createMultipartUploader(Path) - Method in class org.apache.hadoop.fs.FileSystem
-
Create a multipart uploader.
- 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, FsPermission, EnumSet<CreateFlag>, 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
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.BZip2Codec
-
- createOutputStream(OutputStream) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
-
- createOutputStream(OutputStream, Compressor) - Method in interface org.apache.hadoop.io.compress.CompressionCodec
-
- 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
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.Lz4Codec
-
- createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- createOutputStream(OutputStream) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- createOutputStream(OutputStream, Compressor) - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- 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://<PROTO>@<AUTHORITY>/<PATH>
where :
- PROTO = http or https
- AUTHORITY = <HOSTS>[:<PORT>]
- HOSTS = <HOSTNAME>[;<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.BouncyCastleFipsKeyStoreProvider.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.LocalBouncyCastleFipsKeyStoreProvider.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
-
- 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
-
- createSocket() - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- createSocket(String, int) - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- createSymlink(Path, Path, boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- 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, ".".
- currentAuditContext() - Static method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Get the current common audit context.
- 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.
- currentThreadID() - Static method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
A thread ID which is unique for this process and shared across all
S3A clients on the same thread, even those using different FS instances.
- currentTokens - Variable in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
-
Cache of currently valid tokens, mapping from DelegationTokenIdentifier
to DelegationTokenInformation.
- curThreadTracer() - Static method in class org.apache.hadoop.tracing.Tracer
-
- 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
-
- CustomProto() - Constructor for class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.CustomProto
-
- CustomProto() - Constructor for class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto
-
- 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
- gauges() - Method in class org.apache.hadoop.fs.statistics.impl.WrappedIOStatistics
-
- gauges() - Method in interface org.apache.hadoop.fs.statistics.IOStatistics
-
Map of gauges.
- gauges() - Method in class org.apache.hadoop.fs.statistics.IOStatisticsSnapshot
-
- GcData() - Constructor for class org.apache.hadoop.util.GcTimeMonitor.GcData
-
- gcTimeAlertHandler(GcTimeMonitor.GcTimeAlertHandler) - Method in class org.apache.hadoop.util.GcTimeMonitor.Builder
-
Set the GC alert handler.
- 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.Builder - Class in org.apache.hadoop.util
-
- 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
-
Protocol which is used to refresh a user-specified feature.
- 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
-
Refresh request.
- GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder - Class in org.apache.hadoop.ipc.proto
-
Refresh request.
- GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
-
- GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto - Class in org.apache.hadoop.ipc.proto
-
Collection of responses from zero or more handlers.
- GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder - Class in org.apache.hadoop.ipc.proto
-
Collection of responses from zero or more handlers.
- GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder - Interface in org.apache.hadoop.ipc.proto
-
- GenericRefreshProtocolProtos.GenericRefreshResponseProto - Class in org.apache.hadoop.ipc.proto
-
A single response from a refresh handler.
- GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder - Class in org.apache.hadoop.ipc.proto
-
A single response from a refresh handler.
- 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(String) - Method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Get a context entry.
- 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() - Method in class org.apache.hadoop.fs.PartialListing
-
Partial listing of the path being listed.
- get(String) - Static method in enum org.apache.hadoop.fs.viewfs.RegexMountPointInterceptorType
-
- get(long, Writable) - Method in class org.apache.hadoop.io.ArrayFile.Reader
-
Return the n
th 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
-
- 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(int) - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord
-
- 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() - 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() - Method in class org.apache.hadoop.util.functional.CommonCallableSupplier
-
- 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
-
- 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
.
- getActiveAuditSpan() - Method in interface org.apache.hadoop.fs.store.audit.ActiveThreadSpanSource
-
The active span.
- getAddress() - Method in class org.apache.hadoop.ha.HAServiceTarget
-
- getAddress() - Method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.PmemMappedRegion
-
- 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.
- getAllByDomainName(String) - Method in class org.apache.hadoop.net.DNSDomainNameResolver
-
- getAllByDomainName(String) - Method in interface org.apache.hadoop.net.DomainNameResolver
-
Takes one domain name and returns its IP addresses based on the actual
service discovery methods.
- 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.
- getAllResolvedHostnameByDomainName(String, boolean) - Method in class org.apache.hadoop.net.DNSDomainNameResolver
-
- getAllResolvedHostnameByDomainName(String, boolean) - Method in interface org.apache.hadoop.net.DomainNameResolver
-
This function combines getAllByDomainName and getHostnameByIP, for a single
domain name, it will first do a forward lookup to get all of IP addresses,
then for each IP address, it will do a reverse lookup to get the fqdn.
- 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
-
Deprecated.
- getAsyncReturnMessage() - Static method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- 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(RpcController, TestProtos.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- getAuthMethod(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.AuthMethodResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);
- getAuthMethod(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.AuthMethodResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);
- getAuthMethod(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.AuthMethodResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.AuthMethodResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);
- getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.AuthMethodResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc getAuthMethod(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.AuthMethodResponseProto);
- getAuthMethod(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.AuthMethodResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- 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;
- getAuthUser(RpcController, TestProtos.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- getAuthUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getAuthUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getAuthUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc getAuthUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getAuthUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- getAuxiliaryListenerAddresses() - Method in class org.apache.hadoop.ipc.Server
-
Return the set of all the configured auxiliary socket addresses NameNode
RPC is listening on.
- getAuxiliaryPortEstablishedQOP() - Static method in class org.apache.hadoop.ipc.Server
-
Returns the SASL qop for the current call, if the current call is
set, and the SASL negotiation is done.
- 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.
- getBasePath() - Method in class org.apache.hadoop.fs.impl.AbstractMultipartUploader
-
- 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
-
- 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() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getBlockSize() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- 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
-
- getBufferSize() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getBufferSize() - Method in class org.apache.hadoop.fs.impl.FutureDataInputStreamBuilderImpl
-
- getBufferSize() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- getBufferSize() - Method in class org.apache.hadoop.fs.impl.OpenFileParameters
-
- 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
-
- 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.
- getCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
call context
- getCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
call context
- getCallerContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
call context
- getCallerContextBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
call context
- getCallerContextOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
call context
- getCallerContextOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
call context
- getCallerContextOrBuilder() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
call context
- getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
a sequence number that is sent back in response
- getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
a sequence number that is sent back in response
- getCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
a sequence number that is sent back in response
- getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
callId used in Request
- getCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
callId used in Request
- getCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
callId used in Request
- 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.ipc.protobuf.TestRpcServiceProtos.CustomProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub
-
- getChannel() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.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
-
- getChannelMode() - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
Get the channel mode of this instance.
- 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
-
- getChecksumOpt() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getChecksumOpt() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- 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
-
- 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.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;
- getClassSchema() - Static method in class org.apache.hadoop.io.serializer.avro.AvroRecord
-
- getClientExecutor() - Static method in class org.apache.hadoop.ipc.Client
-
- getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
Globally unique client ID
- getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
Globally unique client ID
- getClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
Globally unique client ID
- getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
Globally unique client ID
- getClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
Globally unique client ID
- getClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
Globally unique client ID
- getClientId() - Static method in class org.apache.hadoop.ipc.Server
-
Returns the clientId from the current RPC request
- getClientPrincipal(Class<?>, Configuration) - Static method in class org.apache.hadoop.security.SecurityUtil
-
Look up the client principal for a given protocol.
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
protocol version of class declaring the called method
- getClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
protocol version of class declaring the called method
- getClientProtocolVersion() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
protocol version of class declaring the called method
- 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;
- getClientProtocolVersion() - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker
-
Deprecated.
- getClientProtocolVersion() - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2.Invoker
-
- getClientStateId() - Method in class org.apache.hadoop.ipc.Server.Call
-
- 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
-
- getCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- getCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
required int32 code = 1;
- getCode() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProtoOrBuilder
-
required int32 code = 1;
- getCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- getCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
required int32 code = 1;
- getCode() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProtoOrBuilder
-
required int32 code = 1;
- 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<String> .
- 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
-
- 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
-
- getCompressorType() - Method in interface org.apache.hadoop.io.compress.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
-
- getCompressorType() - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- getCompressorType() - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- getCompressorType() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- 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.fs.store.DataBlocks.BlockFactory
-
Configuration.
- 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.PassthroughCodec
-
- 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;
- getConfigName() - Method in enum org.apache.hadoop.fs.viewfs.RegexMountPointInterceptorType
-
- 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
-
- 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 class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker
-
Deprecated.
- getConnectionId() - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2.Invoker
-
- getConnectionId() - Method in interface org.apache.hadoop.ipc.RpcInvocationHandler
-
Returns the connection id associated with the InvocationHandler instance.
- getCons() - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
-
- getContentSummary(Path) - Method in class org.apache.hadoop.fs.FileContext.Util
-
- getContentSummary(Path) - Method in class org.apache.hadoop.fs.FileSystem
-
- 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.CallerContext
-
- 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;
- getContext() - Method in class org.apache.hadoop.tracing.Span
-
- 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;
- getCost(ProcessingDetails) - Method in interface org.apache.hadoop.ipc.CostProvider
-
Get cost from ProcessingDetails
which will be used in scheduler.
- getCost(ProcessingDetails) - Method in class org.apache.hadoop.ipc.DefaultCostProvider
-
Returns 1, regardless of the processing details.
- getCost(ProcessingDetails) - Method in class org.apache.hadoop.ipc.WeightedTimeCostProvider
-
Calculates a weighted sum of the times stored on the provided processing
details to be used as the cost in
DecayRpcScheduler
.
- getCount() - Method in class org.apache.hadoop.fs.statistics.DurationStatisticSummary
-
- 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
-
- getCounterReference(String) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Get a reference to the atomic instance providing the
value for a specific counter.
- 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
- getCurrent() - Static method in class org.apache.hadoop.ipc.CallerContext
-
- 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
- getCurrentSpan() - Static method in class org.apache.hadoop.tracing.Tracer
-
Return active span.
- getCurrentStats(String, int) - Method in class org.apache.hadoop.log.LogThrottlingHelper
-
Return the summary information for given index.
- getCurrentTokensSize() - Method in class org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
-
Total count of active delegation tokens.
- 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(RpcController, TestProtos.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- getCurrentUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getCurrentUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getCurrentUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc getCurrentUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getCurrentUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- 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.
- getDecayRpcSchedulerDetailedMetrics() - 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- getDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- getDeclaringClassProtocolName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- getDeclaringClassProtocolNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- getDeclaringClassProtocolNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- 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
-
- getDecompressor() - Method in enum org.apache.hadoop.io.file.tfile.Compression.Algorithm
-
- getDecompressorType() - Method in class org.apache.hadoop.io.compress.BZip2Codec
-
- getDecompressorType() - Method in interface org.apache.hadoop.io.compress.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
-
- getDecompressorType() - Method in class org.apache.hadoop.io.compress.PassthroughCodec
-
- getDecompressorType() - Method in class org.apache.hadoop.io.compress.SnappyCodec
-
- getDecompressorType() - Method in class org.apache.hadoop.io.compress.ZStandardCodec
-
- 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
-
- 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
-
- getDefaultCipherSuites() - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- 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
-
- 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.PassthroughCodec
-
- 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.
- getDefaultFactory() - Static method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
Singleton instance of the SSLSocketFactory.
- 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.TransitionToObserverRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.ipc.protobuf.TestProtos.AddRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- getDefaultInstance() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- 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.TransitionToObserverRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
- getDefaultInstanceForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- 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
-
- getDefaultMountTableName(Configuration) - Static method in class org.apache.hadoop.fs.viewfs.ConfigUtil
-
Get the name of the default mount table to use.
- 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.TransitionToObserverRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.ProtobufRpcEngine2Protos
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.CustomProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto
-
- getDescriptor() - Static method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
- 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.TransitionToObserverRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.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.ProtobufRpcEngine2Protos.RequestHeaderProto.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.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.CustomProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto
-
- getDescriptorForType() - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
- 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
-
- getDetailedMetricsName() - Method in class org.apache.hadoop.ipc.ExternalCall
-
- 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.
- getDurationString() - Method in class org.apache.hadoop.util.OperationDuration
-
- getEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
storagePolicy = 16
- getEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
-
storagePolicy = 16
- getEcData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
-
storagePolicy = 16
- 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
-
- 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
-
locations = 12
alias = 13
childrenNum = 14
- getEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
-
locations = 12
alias = 13
childrenNum = 14
- getEncryptionData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
-
locations = 12
alias = 13
childrenNum = 14
- 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
-
- 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
-
in case of error
- getErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
in case of error
- getErrorDetail() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
in case of error
- getErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails, often contains strack trace
- getErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
if request fails, often contains strack trace
- getErrorMsg() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
if request fails, often contains strack trace
- getErrorMsgBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails, often contains strack trace
- getErrorMsgBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
if request fails, often contains strack trace
- getErrorMsgBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
if request fails, often contains strack trace
- getEstablishedQOP() - Method in class org.apache.hadoop.ipc.Server.Connection
-
- getEstimator() - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
-
Get the quantile estimator.
- getEtag() - Method in interface org.apache.hadoop.fs.EtagSource
-
Return an etag of this file status.
- getEvaluatedEntries() - Method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Get the evaluated operations.
- getExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails
- getExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
if request fails
- getExceptionClassName() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
if request fails
- getExceptionClassNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails
- getExceptionClassNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
if request fails
- getExceptionClassNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
if request fails
- 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
-
- getExecutor() - Method in class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
- 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
-
unix exit status to return
- getExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
unix exit status to return
- getExitStatus() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
unix exit status to return
- 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
-
- 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
-
- 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
-
- 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
-
- getFileStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
-
Return a file status object that represents the path.
- getFileStatus(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
-
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.
- 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];
- getFlags() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getFlags() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- 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
-
- getFS() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getFS() - Method in class org.apache.hadoop.fs.impl.FutureDataInputStreamBuilderImpl
-
- getFS() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- 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
-
- getFsStatus() - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- 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.
- getGaugeReference(String) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Get a reference to the atomic instance providing the
value for a specific gauge.
- 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
-
- getGlobalContextEntries() - Static method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Get an iterator over the global entries.
- getGlobalContextEntry(String) - Static method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Get a global entry.
- 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
-
- 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
-
Get the groups which are mapped to the given user.
- getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - Method in interface org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface
-
Get the groups which are mapped to the given user.
- 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.
- getHealthMonitorProxy(Configuration, int, int) - Method in class org.apache.hadoop.ha.HAServiceTarget
-
- 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 <service
>/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
-
- getHostnameByIP(InetAddress) - Method in class org.apache.hadoop.net.DNSDomainNameResolver
-
- getHostnameByIP(InetAddress) - Method in interface org.apache.hadoop.net.DomainNameResolver
-
Reverse lookup an IP address and get the fully qualified domain name(fqdn).
- 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.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
-
- getIndex() - Method in class org.apache.hadoop.fs.store.DataBlocks.DataBlock
-
- getIndexInterval() - Method in class org.apache.hadoop.io.MapFile.Writer
-
The number of entries that are added before an index entry is added.
- getIngressPort() - Method in class org.apache.hadoop.ipc.Server.Connection
-
- 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
-
- getIntField() - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord.Builder
-
Gets the value of the 'intField' field
- getIntField() - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord
-
Gets the value of the 'intField' field.
- 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.
- getIOStatistics() - Method in class org.apache.hadoop.fs.FSDataInputStream
-
Get the IO Statistics of the nested stream, falling back to
null if the stream does not implement the interface
IOStatisticsSource
.
- getIOStatistics() - Method in class org.apache.hadoop.fs.FSDataOutputStream
-
Get the IO Statistics of the nested stream, falling back to
empty statistics if the stream does not implement the interface
IOStatisticsSource
.
- getIOStatistics() - Method in class org.apache.hadoop.fs.statistics.BufferedIOStatisticsInputStream
-
Return any IOStatistics offered by the inner stream.
- getIOStatistics() - Method in class org.apache.hadoop.fs.statistics.BufferedIOStatisticsOutputStream
-
Ask the inner stream for their IOStatistics.
- getIOStatistics() - Method in class org.apache.hadoop.fs.statistics.impl.SourceWrappedStatistics
-
- getIOStatistics() - Method in interface org.apache.hadoop.fs.statistics.IOStatisticsSource
-
Return a statistics instance.
- getIOStatistics() - Method in class org.apache.hadoop.io.compress.CompressionInputStream
-
Return any IOStatistics provided by the underlying stream.
- getIOStatistics() - Method in class org.apache.hadoop.io.compress.CompressionOutputStream
-
Return any IOStatistics provided by the underlying stream.
- 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() - Method in class org.apache.hadoop.fs.statistics.DurationStatisticSummary
-
- 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
-
- getKeyToBufferDir() - Method in class org.apache.hadoop.fs.store.DataBlocks.BlockFactory
-
Key to Buffer Directory config for a FS instance.
- 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.
- 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
-
- getLeasedDecompressorsCount(CompressionCodec) - Static method in class org.apache.hadoop.io.compress.CodecPool
-
- 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
-
- 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 class org.apache.hadoop.io.nativeio.NativeIO.POSIX.PmemMappedRegion
-
- 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.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
-
- getListedPath() - Method in class org.apache.hadoop.fs.PartialListing
-
Path being listed.
- 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.
- getLogSupressionMessage(LogThrottlingHelper.LogAction) - Static method in class org.apache.hadoop.log.LogThrottlingHelper
-
Helper function to create a message about how many log statements were
suppressed in the provided log action.
- 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.statistics.impl.StorageStatisticsFromIOStatistics
-
- 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.statistics.impl.StorageStatisticsFromIOStatistics
-
Take a snapshot of the current counter values
and return an iterator over them.
- 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.impl.AbstractFSBuilderImpl
-
Get all the keys that are set as mandatory keys.
- getMandatoryKeys() - Method in class org.apache.hadoop.fs.impl.OpenFileParameters
-
- 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
-
- getMax() - Method in class org.apache.hadoop.fs.statistics.DurationStatisticSummary
-
- 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.
- getMaxIdleTime() - Method in class org.apache.hadoop.ipc.Server
-
- getMaximumReference(String) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Get a reference to the atomic instance providing the
value for a specific maximum.
- getMaxQueueSize() - Method in class org.apache.hadoop.ipc.Server
-
The maximum size of the rpc call queue of this server.
- getMaxSuppressedWait() - Method in class org.apache.hadoop.util.InstrumentedLock.SuppressedSnapshot
-
- getMbeanNameName(ObjectName) - Static method in class org.apache.hadoop.metrics2.util.MBeans
-
- getMbeanNameService(ObjectName) - Static method in class org.apache.hadoop.metrics2.util.MBeans
-
- getMean() - Method in class org.apache.hadoop.fs.statistics.DurationStatisticSummary
-
- getMeanStatistic(String) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Get a reference to the atomic instance providing the
value for a specific meanStatistic.
- 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 class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- getMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
required string mechanismName = 2;
- getMechanismName() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProtoOrBuilder
-
required string mechanismName = 2;
- getMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- getMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
required string mechanismName = 2;
- getMechanismName() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProtoOrBuilder
-
required string mechanismName = 2;
- getMechanismName() - Method in enum org.apache.hadoop.security.SaslRpcServer.AuthMethod
-
Return the SASL mechanism name
- getMechanismNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- getMechanismNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
required string mechanismName = 2;
- getMechanismNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProtoOrBuilder
-
required string mechanismName = 2;
- getMechanismNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- getMechanismNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
required string mechanismName = 2;
- getMechanismNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProtoOrBuilder
-
required string mechanismName = 2;
- 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 enum org.apache.hadoop.io.nativeio.NativeIO.POSIX.SupportState
-
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
required string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
repeated string message = 1;
- getMessage(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProtoOrBuilder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
required string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
repeated string message = 1;
- getMessage(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProtoOrBuilder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
optional string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProtoOrBuilder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
optional string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProtoOrBuilder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
required string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
repeated string message = 1;
- getMessage(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProtoOrBuilder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
required string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessage(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
repeated string message = 1;
- getMessage(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProtoOrBuilder
-
required string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
optional string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProtoOrBuilder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
optional string message = 1;
- getMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProtoOrBuilder
-
optional string message = 1;
- getMessage() - Method in class org.apache.hadoop.ipc.RefreshResponse
-
- getMessage() - Method in exception org.apache.hadoop.security.KerberosAuthException
-
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
required string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
repeated string message = 1;
- getMessageBytes(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProtoOrBuilder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
required string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
repeated string message = 1;
- getMessageBytes(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProtoOrBuilder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
optional string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProtoOrBuilder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
optional string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProtoOrBuilder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
required string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
repeated string message = 1;
- getMessageBytes(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProtoOrBuilder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
required string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessageBytes(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
repeated string message = 1;
- getMessageBytes(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProtoOrBuilder
-
required string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
optional string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProtoOrBuilder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
optional string message = 1;
- getMessageBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
optional string message = 1;
- getMessageBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProtoOrBuilder
-
optional string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
repeated string message = 1;
- getMessageCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
repeated string message = 1;
- getMessageCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
repeated string message = 1;
- getMessageCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessageCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
repeated string message = 1;
- getMessageCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
repeated string message = 1;
- getMessageList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
repeated string message = 1;
- getMessageList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
repeated string message = 1;
- getMessageList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2OrBuilder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- getMessageList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
repeated string message = 1;
- getMessageList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2OrBuilder
-
repeated string message = 1;
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
Name of the RPC method
- getMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
Name of the RPC method
- getMethodName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
Name of the RPC method
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
Name of the RPC method
- getMethodNameBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
Name of the RPC method
- getMethodNameBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
Name of the RPC method
- 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
- getMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- getMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
required int32 milliSeconds = 1;
- getMilliSeconds() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProtoOrBuilder
-
required int32 milliSeconds = 1;
- getMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- getMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
required int32 milliSeconds = 1;
- getMilliSeconds() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProtoOrBuilder
-
required int32 milliSeconds = 1;
- 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;
- getMin() - Method in class org.apache.hadoop.fs.statistics.DurationStatisticSummary
-
- getMinDepth() - Method in class org.apache.hadoop.fs.shell.find.FindOptions
-
Returns the minimum depth for applying expressions.
- getMinimumReference(String) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Get a reference to the atomic instance providing the
value for a specific minimum.
- 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
-
- 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.
- getName() - Method in class org.apache.hadoop.tracing.Tracer
-
- getNamed(String, Configuration) - Static method in class org.apache.hadoop.fs.FileSystem
-
- 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
-
If not ready to become active, a textual explanation of why not
- getNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
-
If not ready to become active, a textual explanation of why not
- getNotReadyReason() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
-
If not ready to become active, a textual explanation of why not
- getNotReadyReasonBytes() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
If not ready to become active, a textual explanation of why not
- getNotReadyReasonBytes() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
-
If not ready to become active, a textual explanation of why not
- getNotReadyReasonBytes() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
-
If not ready to become active, a textual explanation of why not
- 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.
- getNumOfChildren() - Method in class org.apache.hadoop.net.InnerNodeImpl
-
- 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.
- getOptionalPath() - Method in class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
Get the optional path; may be empty.
- getOptionalPathHandle() - Method in class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
Get the optional path handle; may be empty.
- getOptions() - Method in class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
Get the mutable option configuration.
- getOptions() - Method in class org.apache.hadoop.fs.impl.OpenFileParameters
-
- 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
-
- 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;
- getParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param1 = 1;
- getParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto
-
required int32 param1 = 1;
- getParam1() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProtoOrBuilder
-
required int32 param1 = 1;
- getParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param1 = 1;
- getParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
required int32 param1 = 1;
- getParam1() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProtoOrBuilder
-
required int32 param1 = 1;
- getParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param2 = 2;
- getParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto
-
required int32 param2 = 2;
- getParam2() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProtoOrBuilder
-
required int32 param2 = 2;
- getParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param2 = 2;
- getParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
required int32 param2 = 2;
- getParam2() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProtoOrBuilder
-
required int32 param2 = 2;
- 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
-
- getParams(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- getParams(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
repeated int32 params = 1;
- getParams(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2OrBuilder
-
repeated int32 params = 1;
- getParams(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- getParams(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
repeated int32 params = 1;
- getParams(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2OrBuilder
-
repeated int32 params = 1;
- getParamsCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- getParamsCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
repeated int32 params = 1;
- getParamsCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2OrBuilder
-
repeated int32 params = 1;
- getParamsCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- getParamsCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
repeated int32 params = 1;
- getParamsCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2OrBuilder
-
repeated int32 params = 1;
- getParamsList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- getParamsList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
repeated int32 params = 1;
- getParamsList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2OrBuilder
-
repeated int32 params = 1;
- getParamsList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- getParamsList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
repeated int32 params = 1;
- getParamsList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2OrBuilder
-
repeated int32 params = 1;
- 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
-
parentIdLow
- getParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
parentIdLow
- getParentId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
-
parentIdLow
- 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.TransitionToObserverRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.ipc.protobuf.TestProtos.AddRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- getParserForType() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- 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.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.impl.AbstractFSBuilderImpl
-
Get the path: only valid if constructed with a path.
- 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.
- getPathHandle() - Method in class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
Get the PathHandle: only valid if constructed with a PathHandle.
- getPathOnTarget() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystemOverloadScheme.MountPathInfo
-
- 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
-
UNIX-style mode bits
- getPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
-
UNIX-style mode bits
- getPerm() - Method in interface org.apache.hadoop.fs.FSProtos.FsPermissionProtoOrBuilder
-
UNIX-style mode bits
- 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.impl.FileSystemMultipartUploaderBuilder
-
- getPermission() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- 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.
- getPmdkLibPath() - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX.Pmem
-
- getPmdkSupportStateMessage() - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
-
- 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.
- getProcessingDetails() - Method in class org.apache.hadoop.ipc.Server.Call
-
- 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
- getPrometheusSink() - Method in class org.apache.hadoop.http.PrometheusServlet
-
- 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
-
Protocol name for next rpc layer.
- getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
-
Protocol name for next rpc layer.
- getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
-
Protocol name for next rpc layer.
- getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
Protocol name
- getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
-
Protocol name
- getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
-
Protocol name
- getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
Protocol name
- getProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
-
Protocol name
- getProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
-
Protocol name
- 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
-
Protocol name for next rpc layer.
- getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
-
Protocol name for next rpc layer.
- getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
-
Protocol name for next rpc layer.
- getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
Protocol name
- getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
-
Protocol name
- getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
-
Protocol name
- getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
Protocol name
- getProtocolBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
-
Protocol name
- getProtocolBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
-
Protocol name
- 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
-
Deprecated.
- getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- 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.
- getProtocolName() - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine.Invoker
-
Deprecated.
- getProtocolName() - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2.Invoker
-
- 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
-
Return protocol version corresponding to protocol interface.
- getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
-
Return protocol version corresponding to protocol interface.
- 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
-
Return protocol version corresponding to protocol interface for each
supported rpc kind.
- getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
-
Return protocol version corresponding to protocol interface for each
supported rpc kind.
- 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.
- getProviderName() - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- 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
-
Deprecated.
- getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
-
Deprecated.
- getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
-
Deprecated.
- getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean, AlignmentContext) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- 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, AlignmentContext) - 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, AlignmentContext) - 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
- getProxyuserConfiguration(FilterConfig) - Method in class org.apache.hadoop.security.authentication.server.ProxyUserAuthenticationFilter
-
- getPurgeIntervalNanos() - Method in class org.apache.hadoop.ipc.Server
-
- 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
-
- 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
-
If state is STANDBY, indicate whether it is
ready to become active.
- getReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
-
If state is STANDBY, indicate whether it is
ready to become active.
- getReadyToBecomeActive() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
-
If state is STANDBY, indicate whether it is
ready to become active.
- 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;
- getReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- getReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
optional int64 receive_time = 1;
- getReceiveTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2OrBuilder
-
optional int64 receive_time = 1;
- getReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- getReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
optional int64 receive_time = 1;
- getReceiveTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2OrBuilder
-
optional int64 receive_time = 1;
- 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.PassthroughCodec.StubDecompressor
-
- 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
-
- getReplication() - Method in class org.apache.hadoop.fs.FSDataOutputStreamBuilder
-
- getReplication() - Method in class org.apache.hadoop.fs.FsServerDefaults
-
- getReplication() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getReplication() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
- 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.TransitionToObserverRequestProto.Builder
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- getReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- getReqInfo() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder
-
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.TransitionToObserverRequestProto.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.TransitionToObserverRequestProto.Builder
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- getReqInfoOrBuilder() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- getReqInfoOrBuilder() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder
-
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.ipc.protobuf.TestRpcServiceProtos.CustomProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
- 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.ipc.protobuf.TestRpcServiceProtos.CustomProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewerProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.NewProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.OldProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.CustomProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewerProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.NewProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.OldProtobufRpcProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
- 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;
- getResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- getResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
optional int64 response_time = 2;
- getResponseTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2OrBuilder
-
optional int64 response_time = 2;
- getResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- getResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
optional int64 response_time = 2;
- getResponseTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2OrBuilder
-
optional int64 response_time = 2;
- 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
-
- getResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
required int32 result = 1;
- getResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
required int32 result = 1;
- getResult() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProtoOrBuilder
-
required int32 result = 1;
- getResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
required int32 result = 1;
- getResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
required int32 result = 1;
- getResult() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProtoOrBuilder
-
required int32 result = 1;
- getRetainDays() - Method in class org.apache.hadoop.http.HttpRequestLogAppender
-
- getRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- getRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- getRetryCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- 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
-
RPC kind
- getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
-
RPC kind
- getRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
-
RPC kind
- getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
RPC kind
- getRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
-
RPC kind
- getRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
-
RPC kind
- 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
-
RPC kind
- getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
-
RPC kind
- getRpcKindBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
-
RPC kind
- getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
RPC kind
- getRpcKindBytes() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
-
RPC kind
- getRpcKindBytes() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
-
RPC kind
- 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.
- getSamples() - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Get the sample count.
- 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
-
- getSchema() - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord
-
- 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.statistics.impl.StorageStatisticsFromIOStatistics
-
- 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.
- getSecretKeyMap() - Method in class org.apache.hadoop.security.Credentials
-
Returns an unmodifiable version of the full map of aliases to secret keys.
- 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
-
which handler sent this message
- getSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
which handler sent this message
- getSenderName() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
which handler sent this message
- getSenderName() - Method in class org.apache.hadoop.ipc.RefreshResponse
-
- getSenderNameBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
which handler sent this message
- getSenderNameBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
which handler sent this message
- getSenderNameBytes() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
which handler sent this message
- 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.TransitionToObserverRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.ipc.protobuf.TestProtos.AddRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- getSerializedSize() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- 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, AlignmentContext) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine
-
Deprecated.
- getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String, AlignmentContext) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2
-
- getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String, AlignmentContext) - 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, AlignmentContext) - 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(Path) - Method in class org.apache.hadoop.fs.FileContext
-
Return a set of server default configuration values based on path.
- getServerDefaults() - Method in class org.apache.hadoop.fs.FileSystem
-
- 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
-
Sent if success or fail
- getServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
Sent if success or fail
- getServerIpcVersionNum() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
Sent if success or fail
- 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
-
- getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getServerRemoteUser(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc getServerRemoteUser(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.UserResponseProto);
- getServerRemoteUser(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.UserResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- getServerRpcInvoker(RPC.RpcKind) - Method in class org.apache.hadoop.ipc.ProtobufRpcEngine2.Server
-
- getServerRpcInvoker(RPC.RpcKind) - Method in class org.apache.hadoop.ipc.Server
-
- 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
-
- 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
-
Get the current status of the service.
- getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
-
Get the current status of the service.
- 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.
- getShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- getShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
required bool shouldSlow = 1;
- getShouldSlow() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProtoOrBuilder
-
required bool shouldSlow = 1;
- getShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- getShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
required bool shouldSlow = 1;
- getShouldSlow() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProtoOrBuilder
-
required bool shouldSlow = 1;
- 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.CallerContext
-
- 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
-
- getSize() - Method in interface org.apache.hadoop.io.SequenceFile.ValueBytes
-
Size of stored data.
- getSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- getSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
optional int64 sleep_time = 1;
- getSleepTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2OrBuilder
-
optional int64 sleep_time = 1;
- getSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- getSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
optional int64 sleep_time = 1;
- getSleepTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2OrBuilder
-
optional int64 sleep_time = 1;
- getSnapshotDirectoryCount() - Method in class org.apache.hadoop.fs.ContentSummary
-
- getSnapshotFileCount() - Method in class org.apache.hadoop.fs.ContentSummary
-
- getSnapshotHeader() - Static 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
-
- getSnapshotTimeStamp() - Method in class org.apache.hadoop.metrics2.lib.MutableStat
-
Return the SampleStat snapshot timestamp
- 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
- getSpan() - Method in class org.apache.hadoop.tracing.TraceScope
-
- getSpanContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
Trace SpanContext
- getSpanContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
Trace SpanContext
- getSpanContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
-
Trace SpanContext
- 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.
- getStateCode() - Method in enum org.apache.hadoop.io.nativeio.NativeIO.POSIX.SupportState
-
- getStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
The last seen Global State ID
- getStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
The last seen Global State ID
- getStateId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
The last seen Global State ID
- getStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
The last written Global State ID
- getStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
The last written Global State ID
- getStateId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
The last written Global State ID
- 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
-
- getStatistics() - Method in class org.apache.hadoop.fs.store.DataBlocks.DataBlock
-
- 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() - Method in class org.apache.hadoop.fs.impl.FutureDataInputStreamBuilderImpl
-
- getStatus() - Method in class org.apache.hadoop.fs.impl.OpenFileParameters
-
- 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 String
s.
- getStrings(String) - Method in class org.apache.hadoop.conf.Configuration
-
Get the comma delimited values of the name
property as
an array of String
s.
- getStrings(String, String...) - Method in class org.apache.hadoop.conf.Configuration
-
Get the comma delimited values of the name
property as
an array of String
s.
- 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
-
- getSum() - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Get the sum of samples.
- getSupportedCipherSuites() - Method in class org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory
-
- getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.io.file.tfile.TFile
-
Get names of supported compression algorithms.
- getSuppressedCount() - Method in class org.apache.hadoop.util.InstrumentedLock.SuppressedSnapshot
-
- 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
-
- getTargetFs() - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystemOverloadScheme.MountPathInfo
-
- 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.
- getThisBuilder() - Method in class org.apache.hadoop.fs.impl.AbstractFSBuilderImpl
-
Get the cast builder.
- getThisBuilder() - Method in class org.apache.hadoop.fs.impl.FileSystemMultipartUploaderBuilder
-
- getThisBuilder() - Method in class org.apache.hadoop.fs.impl.FutureDataInputStreamBuilderImpl
-
- getThisBuilder() - Method in class org.apache.hadoop.fs.impl.MultipartUploaderBuilderImpl
-
Return the concrete implementation of the builder instance.
- getThreadCount() - Method in class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
- getThreadPoolQueueSize() - Method in class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
- getThreadStatistics() - Method in class org.apache.hadoop.fs.FileSystem.Statistics
-
Get or create the thread-local data associated with the current thread.
- 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
-
- getTimeDuration(String, long, TimeUnit, TimeUnit) - Method in class org.apache.hadoop.conf.Configuration
-
Return time duration in the given time unit.
- getTimeDuration(String, String, TimeUnit, 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
-
- 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.
- 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
- getTokenMap() - Method in class org.apache.hadoop.security.Credentials
-
Returns an unmodifiable version of the full map of aliases to Tokens.
- 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.
- 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
-
parentIdHigh
- getTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
parentIdHigh
- getTraceId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
-
parentIdHigh
- getTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- getTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
tracing info
- getTraceInfo() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
tracing info
- getTraceInfoBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- getTraceInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- getTraceInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
tracing info
- getTraceInfoOrBuilder() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
tracing info
- 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
-
- getTransitionTargetHAStatus() - Method in class org.apache.hadoop.ha.HAServiceTarget
-
- 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 String
s, 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 String
s, 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 String
s, 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.TransitionToObserverRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.ipc.protobuf.TestProtos.AddRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- getUnknownFields() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- 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
-
- getUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
required string user = 1;
- getUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
required string user = 1;
- getUser() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProtoOrBuilder
-
required string user = 1;
- getUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
required string user = 1;
- getUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
required string user = 1;
- getUser() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProtoOrBuilder
-
required string user = 1;
- 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
-
- getUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
required string user = 1;
- getUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
required string user = 1;
- getUserBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProtoOrBuilder
-
required string user = 1;
- getUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
required string user = 1;
- getUserBytes() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
required string user = 1;
- getUserBytes() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProtoOrBuilder
-
required string user = 1;
- 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
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- getUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- getUserInfo() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- getUserInfoBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- getUserInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- getUserInfoOrBuilder() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- getUserInfoOrBuilder() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- 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
-
Get groups for user request.
- GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder - Class in org.apache.hadoop.tools.proto
-
Get groups for user request.
- GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder - Interface in org.apache.hadoop.tools.proto
-
- GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto - Class in org.apache.hadoop.tools.proto
-
Response for get groups.
- GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder - Class in org.apache.hadoop.tools.proto
-
Response for get groups.
- GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder - Interface in org.apache.hadoop.tools.proto
-
- GetUserMappingsProtocolProtos.GetUserMappingsProtocolService - Class in org.apache.hadoop.tools.proto
-
Protocol which maps users to groups.
- 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
-
to be displayed to the user
- getUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
to be displayed to the user
- getUserMessage() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
to be displayed to the user
- getUserMessageBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
to be displayed to the user
- getUserMessageBytes() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
to be displayed to the user
- getUserMessageBytes() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
to be displayed to the user
- 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.
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
repeated int32 values = 1;
- getValues(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProtoOrBuilder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
repeated int32 values = 1;
- getValues(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProtoOrBuilder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
repeated int32 values = 1;
- getValues(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProtoOrBuilder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- getValues(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
repeated int32 values = 1;
- getValues(int) - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProtoOrBuilder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
repeated int32 values = 1;
- getValuesCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProtoOrBuilder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
repeated int32 values = 1;
- getValuesCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProtoOrBuilder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
repeated int32 values = 1;
- getValuesCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProtoOrBuilder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- getValuesCount() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
repeated int32 values = 1;
- getValuesCount() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProtoOrBuilder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
repeated int32 values = 1;
- getValuesList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProtoOrBuilder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
repeated int32 values = 1;
- getValuesList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProtoOrBuilder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
repeated int32 values = 1;
- getValuesList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProtoOrBuilder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- getValuesList() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
repeated int32 values = 1;
- getValuesList() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProtoOrBuilder
-
repeated int32 values = 1;
- 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
-
Protocol version corresponding to the rpc kind.
- getVersions(int) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
-
Protocol version corresponding to the rpc kind.
- getVersions(int) - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
-
Protocol version corresponding to the rpc kind.
- getVersionsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
Protocol version corresponding to the rpc kind.
- getVersionsCount() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
-
Protocol version corresponding to the rpc kind.
- getVersionsCount() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
-
Protocol version corresponding to the rpc kind.
- getVersionsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
Protocol version corresponding to the rpc kind.
- getVersionsList() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
-
Protocol version corresponding to the rpc kind.
- getVersionsList() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
-
Protocol version corresponding to the rpc kind.
- 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
-
- getWrapped() - Method in class org.apache.hadoop.fs.statistics.impl.WrappedIOStatistics
-
Get at the wrapped inner statistics.
- 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
-
- GZIP_CODEC_EXTENSION - Static variable in class org.apache.hadoop.io.compress.CodecConstants
-
- 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.
- 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
-
- HADOOP_HTTP_AUTHENTICATION_TYPE - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
-
- HADOOP_HTTP_IDLE_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
-
- HADOOP_HTTP_IDLE_TIMEOUT_MS_KEY - 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_KEYTAB_LOGIN_AUTORENEWAL_ENABLED - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
-
- HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
-
Default value for HADOOP_KERBEROS_KEYTAB_LOGIN_AUTORENEWAL_ENABLED.
- 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_PROMETHEUS_ENABLED - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
-
- HADOOP_PROMETHEUS_ENABLED_DEFAULT - Static variable in class org.apache.hadoop.fs.CommonConfigurationKeysPublic
-
- 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
-
- 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 - Static variable in class org.apache.hadoop.security.UserGroupInformation
-
Environment variable pointing to the base64 tokens.
- 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_TOKENS - 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
-
- 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
-
- 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 ACLs
- HAS_CRYPT_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
-
encrypted
- HAS_EC_VALUE - Static variable in enum org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
-
erasure coded
- 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
-
call context
- hasCallerContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
call context
- hasCallerContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
call context
- hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
a sequence number that is sent back in response
- hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
a sequence number that is sent back in response
- hasCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
a sequence number that is sent back in response
- hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
callId used in Request
- hasCallId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
callId used in Request
- hasCallId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
callId used in Request
- hasCapability(String) - Method in class org.apache.hadoop.fs.FSDataInputStream
-
- hasCapability(String) - Method in class org.apache.hadoop.fs.FSDataOutputStream
-
- hasCapability(String) - Method in class org.apache.hadoop.fs.statistics.BufferedIOStatisticsInputStream
-
- hasCapability(String) - Method in class org.apache.hadoop.fs.statistics.BufferedIOStatisticsOutputStream
-
- hasCapability(String) - Method in interface org.apache.hadoop.fs.StreamCapabilities
-
Query the stream for a specific capability.
- hasCapability(String) - Method in class org.apache.hadoop.io.SequenceFile.Writer
-
- 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
-
Globally unique client ID
- hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
Globally unique client ID
- hasClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
Globally unique client ID
- hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
Globally unique client ID
- hasClientId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
Globally unique client ID
- hasClientId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
Globally unique client ID
- hasClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
protocol version of class declaring the called method
- hasClientProtocolVersion() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
protocol version of class declaring the called method
- hasClientProtocolVersion() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
protocol version of class declaring the called method
- 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;
- hasCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- hasCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
required int32 code = 1;
- hasCode() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProtoOrBuilder
-
required int32 code = 1;
- hasCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- hasCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
required int32 code = 1;
- hasCode() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProtoOrBuilder
-
required int32 code = 1;
- 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;
- hasData() - Method in class org.apache.hadoop.fs.store.DataBlocks.DataBlock
-
Predicate to check if there is data in the block.
- hasDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- hasDeclaringClassProtocolName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- hasDeclaringClassProtocolName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- 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
-
storagePolicy = 16
- hasEcData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
-
storagePolicy = 16
- hasEcData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
-
storagePolicy = 16
- 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
-
locations = 12
alias = 13
childrenNum = 14
- hasEncryptionData() - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto
-
locations = 12
alias = 13
childrenNum = 14
- hasEncryptionData() - Method in interface org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
-
locations = 12
alias = 13
childrenNum = 14
- hasErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
in case of error
- hasErrorDetail() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
in case of error
- hasErrorDetail() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
in case of error
- hasErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails, often contains strack trace
- hasErrorMsg() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
if request fails, often contains strack trace
- hasErrorMsg() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
if request fails, often contains strack trace
- 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
-
- 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
-
void request
- HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.GetServiceStatusRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.GetServiceStatusResponseProto - Class in org.apache.hadoop.ha.proto
-
Returns the state of the service
- HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder - Class in org.apache.hadoop.ha.proto
-
Returns the state of the service
- 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
-
Protocol interface provides High availability related
primitives to monitor and failover a service.
- 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
-
void request
- HAServiceProtocolProtos.MonitorHealthRequestProto.Builder - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.MonitorHealthRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.MonitorHealthResponseProto - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.MonitorHealthResponseProto.Builder - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.MonitorHealthResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.TransitionToActiveRequestProto - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.TransitionToActiveResponseProto - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.TransitionToActiveResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.TransitionToObserverRequestProto - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.TransitionToObserverResponseProto - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.TransitionToObserverResponseProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.TransitionToStandbyRequestProto - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder - Class in org.apache.hadoop.ha.proto
-
void request
- HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder - Interface in org.apache.hadoop.ha.proto
-
- HAServiceProtocolProtos.TransitionToStandbyResponseProto - Class in org.apache.hadoop.ha.proto
-
void response
- HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder - Class in org.apache.hadoop.ha.proto
-
void response
- 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
-
if request fails
- hasExceptionClassName() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
if request fails
- hasExceptionClassName() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
if request fails
- hasExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
unix exit status to return
- hasExitStatus() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
unix exit status to return
- hasExitStatus() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
unix exit status to return
- 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.fs.statistics.MeanStatistic
-
The hash code is derived from the mean
and sample count: if either is changed
the statistic cannot be used as a key
for hash tables/maps.
- 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.TransitionToObserverRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto
-
- 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.CallerContext
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto
-
- 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.protobuf.TestProtos.AddRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EmptyResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- hashCode() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
- 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;
- hasIntField() - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord.Builder
-
Checks whether the 'intField' field has been set
- 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;
- hasMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- hasMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto
-
required string mechanismName = 2;
- hasMechanismName() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProtoOrBuilder
-
required string mechanismName = 2;
- hasMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- hasMechanismName() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto
-
required string mechanismName = 2;
- hasMechanismName() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProtoOrBuilder
-
required string mechanismName = 2;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto
-
required string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProtoOrBuilder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto
-
required string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProtoOrBuilder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto
-
optional string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProtoOrBuilder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto
-
optional string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProtoOrBuilder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto
-
required string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProtoOrBuilder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto
-
required string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProtoOrBuilder
-
required string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto
-
optional string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProtoOrBuilder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
optional string message = 1;
- hasMessage() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto
-
optional string message = 1;
- hasMessage() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProtoOrBuilder
-
optional string message = 1;
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
Name of the RPC method
- hasMethodName() - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto
-
Name of the RPC method
- hasMethodName() - Method in interface org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProtoOrBuilder
-
Name of the RPC method
- 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;
- hasMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- hasMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto
-
required int32 milliSeconds = 1;
- hasMilliSeconds() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProtoOrBuilder
-
required int32 milliSeconds = 1;
- hasMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- hasMilliSeconds() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto
-
required int32 milliSeconds = 1;
- hasMilliSeconds() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProtoOrBuilder
-
required int32 milliSeconds = 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
-
If not ready to become active, a textual explanation of why not
- hasNotReadyReason() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
-
If not ready to become active, a textual explanation of why not
- hasNotReadyReason() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
-
If not ready to become active, a textual explanation of why not
- 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;
- hasParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param1 = 1;
- hasParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto
-
required int32 param1 = 1;
- hasParam1() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProtoOrBuilder
-
required int32 param1 = 1;
- hasParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param1 = 1;
- hasParam1() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
required int32 param1 = 1;
- hasParam1() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProtoOrBuilder
-
required int32 param1 = 1;
- hasParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param2 = 2;
- hasParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto
-
required int32 param2 = 2;
- hasParam2() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProtoOrBuilder
-
required int32 param2 = 2;
- hasParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param2 = 2;
- hasParam2() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto
-
required int32 param2 = 2;
- hasParam2() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProtoOrBuilder
-
required int32 param2 = 2;
- hasParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
parentIdLow
- hasParentId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
parentIdLow
- hasParentId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
-
parentIdLow
- 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;
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.ChecksumFileSystem
-
Disable those operations which the checksummed FS blocks.
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.FileContext
-
Return the path capabilities of the bonded AbstractFileSystem
.
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.FileSystem
-
The base FileSystem implementation generally has no knowledge
of the capabilities of actual implementations.
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.FilterFileSystem
-
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.HarFileSystem
-
Declare that this filesystem connector is always read only.
- hasPathCapability(Path, String) - Method in interface org.apache.hadoop.fs.PathCapabilities
-
Probe for a specific capability under the given path.
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.RawLocalFileSystem
-
- hasPathCapability(Path, String) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
-
Reject the concat operation; forward the rest to the viewed FS.
- hasPattern() - Method in class org.apache.hadoop.fs.GlobFilter
-
- hasPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
UNIX-style mode bits
- hasPerm() - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto
-
UNIX-style mode bits
- hasPerm() - Method in interface org.apache.hadoop.fs.FSProtos.FsPermissionProtoOrBuilder
-
UNIX-style mode bits
- 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
-
Protocol name for next rpc layer.
- hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
-
Protocol name for next rpc layer.
- hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
-
Protocol name for next rpc layer.
- hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
Protocol name
- hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
-
Protocol name
- hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
-
Protocol name
- hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
Protocol name
- hasProtocol() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
-
Protocol name
- hasProtocol() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
-
Protocol name
- 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
-
If state is STANDBY, indicate whether it is
ready to become active.
- hasReadyToBecomeActive() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
-
If state is STANDBY, indicate whether it is
ready to become active.
- hasReadyToBecomeActive() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
-
If state is STANDBY, indicate whether it is
ready to become active.
- 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;
- hasReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- hasReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
optional int64 receive_time = 1;
- hasReceiveTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2OrBuilder
-
optional int64 receive_time = 1;
- hasReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- hasReceiveTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
optional int64 receive_time = 1;
- hasReceiveTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2OrBuilder
-
optional int64 receive_time = 1;
- 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.TransitionToObserverRequestProto.Builder
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- hasReqInfo() - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- hasReqInfo() - Method in interface org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProtoOrBuilder
-
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;
- hasResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- hasResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2
-
optional int64 response_time = 2;
- hasResponseTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2OrBuilder
-
optional int64 response_time = 2;
- hasResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- hasResponseTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2
-
optional int64 response_time = 2;
- hasResponseTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2OrBuilder
-
optional int64 response_time = 2;
- hasResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
required int32 result = 1;
- hasResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto
-
required int32 result = 1;
- hasResult() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProtoOrBuilder
-
required int32 result = 1;
- hasResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
required int32 result = 1;
- hasResult() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto
-
required int32 result = 1;
- hasResult() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProtoOrBuilder
-
required int32 result = 1;
- hasRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- hasRetryCount() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- hasRetryCount() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- 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
-
RPC kind
- hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
-
RPC kind
- hasRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
-
RPC kind
- hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
RPC kind
- hasRpcKind() - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
-
RPC kind
- hasRpcKind() - Method in interface org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
-
RPC kind
- 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
-
which handler sent this message
- hasSenderName() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
which handler sent this message
- hasSenderName() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
which handler sent this message
- 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
-
Sent if success or fail
- hasServerIpcVersionNum() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
Sent if success or fail
- hasServerIpcVersionNum() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
Sent if success or fail
- 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;
- hasShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- hasShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
required bool shouldSlow = 1;
- hasShouldSlow() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProtoOrBuilder
-
required bool shouldSlow = 1;
- hasShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- hasShouldSlow() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
required bool shouldSlow = 1;
- hasShouldSlow() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProtoOrBuilder
-
required bool shouldSlow = 1;
- 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;
- hasSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- hasSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
optional int64 sleep_time = 1;
- hasSleepTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2OrBuilder
-
optional int64 sleep_time = 1;
- hasSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- hasSleepTime() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
optional int64 sleep_time = 1;
- hasSleepTime() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2OrBuilder
-
optional int64 sleep_time = 1;
- hasSpanContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
Trace SpanContext
- hasSpanContext() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
Trace SpanContext
- hasSpanContext() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
-
Trace SpanContext
- 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;
- hasStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
The last seen Global State ID
- hasStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
The last seen Global State ID
- hasStateId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
The last seen Global State ID
- hasStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
The last written Global State ID
- hasStateId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
The last written Global State ID
- hasStateId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
-
The last written Global State ID
- 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
-
parentIdHigh
- hasTraceId() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
parentIdHigh
- hasTraceId() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
-
parentIdHigh
- hasTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- hasTraceInfo() - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
tracing info
- hasTraceInfo() - Method in interface org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
-
tracing info
- hasUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
required string user = 1;
- hasUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto
-
required string user = 1;
- hasUser() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProtoOrBuilder
-
required string user = 1;
- hasUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
required string user = 1;
- hasUser() - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto
-
required string user = 1;
- hasUser() - Method in interface org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProtoOrBuilder
-
required string user = 1;
- 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
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- hasUserInfo() - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- hasUserInfo() - Method in interface org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- hasUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
to be displayed to the user
- hasUserMessage() - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
-
to be displayed to the user
- hasUserMessage() - Method in interface org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
-
to be displayed to the user
- 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.
- HCFSMountTableConfigLoader - Class in org.apache.hadoop.fs.viewfs
-
An implementation for Apache Hadoop compatible file system based mount-table
file loading.
- HCFSMountTableConfigLoader() - Constructor for class org.apache.hadoop.fs.viewfs.HCFSMountTableConfigLoader
-
- 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() - Method in class org.apache.hadoop.fs.statistics.BufferedIOStatisticsOutputStream
-
If the inner stream is Syncable, flush the buffer and then
invoke the inner stream's hflush() operation.
- HFLUSH - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
-
Deprecated.
- 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() - Method in class org.apache.hadoop.fs.statistics.BufferedIOStatisticsOutputStream
-
If the inner stream is Syncable, flush the buffer and then
invoke the inner stream's hsync() operation.
- HSYNC - Static variable in interface org.apache.hadoop.fs.StreamCapabilities
-
- 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
-
- HttpReferrerAuditHeader.Builder - Class in org.apache.hadoop.fs.store.audit
-
Builder.
- 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
-
- humanTime(long) - Static method in class org.apache.hadoop.util.OperationDuration
-
Convert to a human time of minutes:seconds.millis.
- 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
- satisfyStoragePolicy(Path) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
Set the source path to satisfy storage policy.
- satisfyStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileContext
-
Set the source path to satisfy storage policy.
- satisfyStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FileSystem
-
Set the source path to satisfy storage policy.
- satisfyStoragePolicy(Path) - Method in class org.apache.hadoop.fs.FilterFileSystem
-
- satisfyStoragePolicy(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFileSystem
-
- satisfyStoragePolicy(Path) - Method in class org.apache.hadoop.fs.viewfs.ViewFs
-
- 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
- SCHEMA$ - Static variable in class org.apache.hadoop.io.serializer.avro.AvroRecord
-
- ScriptBasedMapping - Class in org.apache.hadoop.net
-
- 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
-
- 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
-
void response
- SecurityProtos.CancelDelegationTokenResponseProto.Builder - Class in org.apache.hadoop.security.proto
-
void response
- 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
-
Security token identifier
- SecurityProtos.TokenProto.Builder - Class in org.apache.hadoop.security.proto
-
Security token identifier
- 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 n
th 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
-
- SEEK_IN_BUFFER - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Number of seeks in buffer.
- 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.
- sendPostponed(RpcController, TestProtos.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- sendPostponed(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sendPostponed(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sendPostponed(RpcController, TestProtos.EmptyRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc sendPostponed(.hadoop.common.EmptyRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sendPostponed(RpcController, TestProtosLegacy.EmptyRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- 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
-
SequenceFile
s 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.
- serializer() - Static method in class org.apache.hadoop.fs.statistics.IOStatisticsSnapshot
-
Get a JSON serializer for this class.
- Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String, AlignmentContext) - Constructor for class org.apache.hadoop.ipc.ProtobufRpcEngine.Server
-
Deprecated.
Construct an RPC server.
- Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String, AlignmentContext) - Constructor for class org.apache.hadoop.ipc.ProtobufRpcEngine2.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
-
- 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
-
- Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String) - Constructor for class org.apache.hadoop.ipc.WritableRpcEngine.Server
-
- Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String, AlignmentContext) - 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
-
- 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.
- ServiceLaunchException(int, Throwable, 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
-
- ServiceStateChangeListener - Interface in org.apache.hadoop.service
-
Interface to notify state changes of a service.
- ServiceStateException - Exception in org.apache.hadoop.service
-
- ServiceStateException(String) - Constructor for exception org.apache.hadoop.service.ServiceStateException
-
Instantiate
- ServiceStateException(String, Throwable) - Constructor for exception org.apache.hadoop.service.ServiceStateException
-
- 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
-
- 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
-
- 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(MeanStatistic) - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Set the statistic to the values of another.
- 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;
- setAlignmentContext(AlignmentContext) - Method in class org.apache.hadoop.ipc.RPC.Builder
-
Default: null
- setAlignmentContext(AlignmentContext) - Method in class org.apache.hadoop.ipc.Server
-
Set alignment context to pass state info thru RPC.
- 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
-
call context
- setCallerContext(RpcHeaderProtos.RPCCallerContextProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
call context
- setCallId(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
a sequence number that is sent back in response
- setCallId(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
callId used in Request
- 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
-
Globally unique client ID
- setClientId(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
Globally unique client ID
- setClientProtocolVersion(long) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
protocol version of class declaring the called method
- setClientProtocolVersion(long) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
-
required uint64 clientProtocolVersion = 3;
- setClientStateId(long) - Method in class org.apache.hadoop.ipc.Server.Call
-
- setClosed() - Method in class org.apache.hadoop.util.CloseableReferenceCount
-
Mark the status as closed.
- setCode(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- setCode(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required int32 code = 1;
- 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.PassthroughCodec
-
- 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
- setCons(Constructor<? extends GetSpaceUsed>) - Method in class org.apache.hadoop.fs.GetSpaceUsed.Builder
-
- 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.
- setCounter(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Set a counter.
- setCurrent(CallerContext) - Static method in class org.apache.hadoop.ipc.CallerContext
-
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
RPCs for a particular interface (ie protocol) are done using a
IPC connection that is setup using rpcProxy.
- 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
-
- 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.PassthroughCodec.StubDecompressor
-
- 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
-
storagePolicy = 16
- 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
-
locations = 12
alias = 13
childrenNum = 14
- 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
-
in case of error
- setErrorMsg(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails, often contains strack trace
- setErrorMsgBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails, often contains strack trace
- setEstimator(QuantileEstimator) - Method in class org.apache.hadoop.metrics2.lib.MutableQuantiles
-
- setExceptionClassName(String) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails
- setExceptionClassNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
if request fails
- setExecutable(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
-
- setExitStatus(int) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
unix exit status to return
- 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
- setExtension(GeneratedMessage.GeneratedExtension<ProtobufRpcEngine2Protos.RequestHeaderProto, Type>, Type) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- setExtension(GeneratedMessage.GeneratedExtension<ProtobufRpcEngine2Protos.RequestHeaderProto, List<Type>>, int, Type) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- 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.
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
-
- 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.
- setGauge(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Set a gauge.
- setGlobalContextEntry(String, String) - Static method in class org.apache.hadoop.fs.audit.CommonAuditContext
-
Set a global entry.
- 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
-
- 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(byte[]) - Method in class org.apache.hadoop.security.token.Token
-
- 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
-
- 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.PassthroughCodec.StubDecompressor
-
- 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
-
- setIntField(int) - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord.Builder
-
Sets the value of the 'intField' field
- setIntField(Integer) - Method in class org.apache.hadoop.io.serializer.avro.AvroRecord
-
Sets the value of the 'intField' field.
- 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.
- setMaximum(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Set a maximum.
- setMeanStatistic(String, MeanStatistic) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Set a mean statistic to a given value.
- 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;
- setMechanismName(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- setMechanismName(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- setMechanismNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
required string mechanismName = 2;
- setMechanismNameBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AuthMethodResponseProto.Builder
-
required string mechanismName = 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.protobuf.TestProtos.EchoRequestProto.Builder
-
required string message = 1;
- setMessage(int, String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
repeated string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
required string message = 1;
- setMessage(int, String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
repeated string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
optional string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
optional string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
required string message = 1;
- setMessage(int, String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto2.Builder
-
repeated string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
required string message = 1;
- setMessage(int, String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto2.Builder
-
repeated string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
optional string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
optional string message = 1;
- setMessage(String) - Method in class org.apache.hadoop.ipc.RefreshResponse
-
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
required string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
required string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
optional string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
optional string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoRequestProto.Builder
-
required string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.EchoResponseProto.Builder
-
required string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptRequestProto.Builder
-
optional string message = 1;
- setMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.OptResponseProto.Builder
-
optional string message = 1;
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
Name of the RPC method
- 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.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
Name of the RPC method
- 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;
- setMilliSeconds(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- setMilliSeconds(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto.Builder
-
required int32 milliSeconds = 1;
- 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
-
- setMinimum(String, long) - Method in interface org.apache.hadoop.fs.statistics.impl.IOStatisticsStore
-
Set a minimum.
- 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
-
If not ready to become active, a textual explanation of why not
- setNotReadyReasonBytes(ByteString) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
If not ready to become active, a textual explanation of why not
- 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
-
- 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;
- setParam1(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param1 = 1;
- setParam1(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param1 = 1;
- setParam2(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
required int32 param2 = 2;
- setParam2(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto.Builder
-
required int32 param2 = 2;
- setParams(int, int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
repeated int32 params = 1;
- setParams(int, int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddRequestProto2.Builder
-
repeated int32 params = 1;
- setParentId(long) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
parentIdLow
- setPassword(ByteString) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
required bytes password = 2;
- setPassword(byte[]) - Method in class org.apache.hadoop.security.token.Token
-
- 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
-
UNIX-style mode bits
- setPermission(Path, FsPermission) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- 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
- setPmdkSupportState(int) - Static method in class org.apache.hadoop.io.nativeio.NativeIO.POSIX
-
- 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
-
Protocol name for next rpc layer.
- setProtocol(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
Protocol name
- setProtocol(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
Protocol name
- 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
-
Protocol name for next rpc layer.
- setProtocolBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
Protocol name
- setProtocolBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
Protocol name
- 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(Path, long, long) - Method in class org.apache.hadoop.fs.FileSystem
-
Set quota for the given
Path
.
- setQuota(long) - Method in class org.apache.hadoop.fs.QuotaUsage
-
- setQuotaByStorageType(Path, StorageType, long) - Method in class org.apache.hadoop.fs.FileSystem
-
Set per storage type quota for the given
Path
.
- setReadable(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
-
- 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
-
If state is STANDBY, indicate whether it is
ready to become active.
- 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;
- setReceiveTime(long) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- setReceiveTime(long) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 receive_time = 1;
- setReconfigurationUtil(ReconfigurationUtil) - Method in class org.apache.hadoop.conf.ReconfigurableBase
-
- setRecordValidityMs(long) - Method in class org.apache.hadoop.metrics2.lib.MutableRollingAverages
-
Use for test only.
- 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;
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
-
- setReplication(Path, short) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- 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.TransitionToObserverRequestProto.Builder
-
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
- setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.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
-
Deprecated.
- setResponse(Message) - Method in interface org.apache.hadoop.ipc.ProtobufRpcEngineCallback2
-
- 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;
- setResponseTime(long) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- setResponseTime(long) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepResponseProto2.Builder
-
optional int64 response_time = 2;
- 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
-
- setResult(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
required int32 result = 1;
- setResult(int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.AddResponseProto.Builder
-
required int32 result = 1;
- setRetainDays(int) - Method in class org.apache.hadoop.http.HttpRequestLogAppender
-
- setRetryCount(int) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
clientId + callId uniquely identifies a request
retry count, 1 means this is the first retry
- 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
-
RPC kind
- setRpcKind(String) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
RPC kind
- 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
-
RPC kind
- setRpcKindBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
RPC kind
- setRpcOp(RpcHeaderProtos.RpcRequestHeaderProto.OperationProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
- setSamples(long) - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Set the sample count.
- setSamplesAndSum(long, long) - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Set the sum and samples.
- 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
-
which handler sent this message
- 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
-
which handler sent this message
- 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
-
Sent if success or fail
- 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).
- setShouldSlow(boolean) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- setShouldSlow(boolean) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto.Builder
-
required bool shouldSlow = 1;
- 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.
- setSleepTime(long) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- setSleepTime(long) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2.Builder
-
optional int64 sleep_time = 1;
- setSniHostCheckEnabled(boolean) - Method in class org.apache.hadoop.http.HttpServer2.Builder
-
Enable or disable sniHostCheck.
- 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
-
- setSpanContext(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
Trace SpanContext
- 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;
- setStateId(long) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
The last seen Global State ID
- setStateId(long) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
The last written Global State ID
- 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
-
- setSum(long) - Method in class org.apache.hadoop.fs.statistics.MeanStatistic
-
Set the sum.
- 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.
- setThreadCount(String) - Method in class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
set thread count by option value, if the value less than 1,
use 1 instead.
- setThreadPoolQueueSize(String) - Method in class org.apache.hadoop.fs.shell.CopyCommandWithMultiThread
-
set thread pool queue size by option value, if the value less than 1,
use DEFAULT_QUEUE_SIZE instead.
- 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
-
- 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
-
parentIdHigh
- setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
tracing info
- setTracer(Tracer) - Method in class org.apache.hadoop.ipc.Server
-
- setTrackModification(boolean) - Method in class org.apache.hadoop.util.LightWeightGSet.SetIterator
-
- setTransitionTargetHAStatus(HAServiceProtocol.HAServiceState) - Method in class org.apache.hadoop.ha.HAServiceTarget
-
- 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)
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.fs.FSProtos.LocalFileSystemPathHandleProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToObserverResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtobufRpcEngine2Protos.RequestHeaderProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddRequestProto2.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AddResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.AuthMethodResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoRequestProto2.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EchoResponseProto2.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.EmptyResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.OptResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepResponseProto2.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
-
- setUpdateTimeStamp(boolean) - Method in class org.apache.hadoop.metrics2.lib.MutableStat
-
Set whether to update the snapshot time or not.
- setUsage(String[]) - Method in class org.apache.hadoop.fs.shell.find.BaseExpression
-
- setUseQueryStringForDelegationToken(boolean) - Method in class org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
-
Deprecated.
- setUser(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
required string user = 1;
- setUser(String) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.Builder
-
required string user = 1;
- 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.ipc.protobuf.TestProtos.UserResponseProto.Builder
-
required string user = 1;
- setUserBytes(ByteString) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.UserResponseProto.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
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder) - Method in class org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
-
UserInfo beyond what is determined as part of security handshake
at connection time (kerberos, tokens etc).
- setUserMessage(String) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
to be displayed to the user
- setUserMessageBytes(ByteString) - Method in class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
-
to be displayed to the user
- 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;
- setValues(int, int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- setValues(int, int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtos.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- setValues(int, int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeRequestProto.Builder
-
repeated int32 values = 1;
- setValues(int, int) - Method in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.ExchangeResponseProto.Builder
-
repeated int32 values = 1;
- setVerbose(boolean) - Method in class org.apache.hadoop.ipc.RPC.Builder
-
Default: false
- setVerifyChecksum(boolean) - Method in class org.apache.hadoop.fs.AbstractFileSystem
-
- 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
-
Protocol version corresponding to the rpc kind.
- 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.
- setWrapped(IOStatistics) - Method in class org.apache.hadoop.fs.statistics.impl.WrappedIOStatistics
-
Set the wrapped statistics.
- setWritable(File, boolean) - Static method in class org.apache.hadoop.fs.FileUtil
-
- 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
-
- 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.
- SHOULDSLOW_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.TestProtos.SlowPingRequestProto
-
- SHOULDSLOW_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SlowPingRequestProto
-
- 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
-
- 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
-
- ShutdownThreadsHelper() - Constructor for class org.apache.hadoop.util.ShutdownThreadsHelper
-
- SIGNATURE_ENCODING - Static variable in class org.apache.hadoop.ipc.CallerContext
-
- 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.compress.PassthroughCodec.PassthroughDecompressorStream
-
- 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.
- sleep(RpcController, TestProtos.SleepRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.BlockingInterface
-
- sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback<TestProtos.SleepResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.Interface
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);
- sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback<TestProtos.SleepResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);
- sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback<TestProtos.SleepResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpc2Proto.Stub
-
- sleep(RpcController, TestProtos.SleepRequestProto2) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto.BlockingInterface
-
- sleep(RpcController, TestProtos.SleepRequestProto2, RpcCallback<TestProtos.SleepResponseProto2>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto.Interface
-
rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);
- sleep(RpcController, TestProtos.SleepRequestProto2, RpcCallback<TestProtos.SleepResponseProto2>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto
-
rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);
- sleep(RpcController, TestProtos.SleepRequestProto2, RpcCallback<TestProtos.SleepResponseProto2>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcHandoffProto.Stub
-
- sleep(RpcController, TestProtos.SleepRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sleep(RpcController, TestProtos.SleepRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- sleep(RpcController, TestProtosLegacy.SleepRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.BlockingInterface
-
- sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback<TestProtosLegacy.SleepResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Interface
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);
- sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback<TestProtosLegacy.SleepResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.SleepResponseProto);
- sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback<TestProtosLegacy.SleepResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpc2Proto.Stub
-
- sleep(RpcController, TestProtosLegacy.SleepRequestProto2) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.BlockingInterface
-
- sleep(RpcController, TestProtosLegacy.SleepRequestProto2, RpcCallback<TestProtosLegacy.SleepResponseProto2>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Interface
-
rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);
- sleep(RpcController, TestProtosLegacy.SleepRequestProto2, RpcCallback<TestProtosLegacy.SleepResponseProto2>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto
-
rpc sleep(.hadoop.common.SleepRequestProto2) returns (.hadoop.common.SleepResponseProto2);
- sleep(RpcController, TestProtosLegacy.SleepRequestProto2, RpcCallback<TestProtosLegacy.SleepResponseProto2>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcHandoffProto.Stub
-
- sleep(RpcController, TestProtosLegacy.SleepRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc sleep(.hadoop.common.SleepRequestProto) returns (.hadoop.common.EmptyResponseProto);
- sleep(RpcController, TestProtosLegacy.SleepRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- SLEEP_TIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.TestProtos.SleepRequestProto2
-
- SLEEP_TIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.TestProtosLegacy.SleepRequestProto2
-
- 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.
- sleepIntervalMs(long) - Method in class org.apache.hadoop.util.GcTimeMonitor.Builder
-
Set sleep interval in milliseconds.
- slowPing(RpcController, TestProtos.SlowPingRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
-
- slowPing(RpcController, TestProtos.SlowPingRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Interface
-
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);
- slowPing(RpcController, TestProtos.SlowPingRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto
-
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);
- slowPing(RpcController, TestProtos.SlowPingRequestProto, RpcCallback<TestProtos.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtos.TestProtobufRpcProto.Stub
-
- slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.BlockingInterface
-
- slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in interface org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Interface
-
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);
- slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto
-
rpc slowPing(.hadoop.common.SlowPingRequestProto) returns (.hadoop.common.EmptyResponseProto);
- slowPing(RpcController, TestProtosLegacy.SlowPingRequestProto, RpcCallback<TestProtosLegacy.EmptyResponseProto>) - Method in class org.apache.hadoop.ipc.protobuf.TestRpcServiceProtosLegacy.TestProtobufRpcProto.Stub
-
- SMALL_THRESH - Static variable in class org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
-
This constant is accessible by subclasses for historical purposes.
- SNAPPY_CODEC_EXTENSION - Static variable in class org.apache.hadoop.io.compress.CodecConstants
-
- 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
-
- 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(IOStatistics) - Method in class org.apache.hadoop.fs.statistics.IOStatisticsSnapshot
-
Take a snapshot.
- 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
- snapshotDirectoryCount(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
-
- snapshotFileCount(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
-
- snapshotIOStatistics(IOStatistics) - Static method in class org.apache.hadoop.fs.statistics.IOStatisticsSupport
-
Take a snapshot of the current statistics state.
- snapshotIOStatistics() - Static method in class org.apache.hadoop.fs.statistics.IOStatisticsSupport
-
Create a snapshot statistics instance ready to aggregate data.
- snapshotLength(long) - Method in class org.apache.hadoop.fs.ContentSummary.Builder
-
- snapshotMap(Map<String, E>) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Take a snapshot of a supplied map, where the copy option simply
uses the existing value.
- snapshotMap(Map<String, E>, Function<E, E>) - Static method in class org.apache.hadoop.fs.statistics.impl.IOStatisticsBinding
-
Take a snapshot of a supplied map, using the copy function
to replicate the source values.
- 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
-
- Sorter(FileSystem, RawComparator, Class, Class, Configuration, SequenceFile.Metadata) - Constructor for class org.apache.hadoop.io.SequenceFile.Sorter
-
- source - Variable in class org.apache.hadoop.metrics2.sink.RollingFileSystemSink
-
- SourceWrappedStatistics - Class in org.apache.hadoop.fs.statistics.impl
-
Wrap a statistics instance with an
IOStatisticsSource
instance which will then serve up the statistics when asked.
- SourceWrappedStatistics(IOStatistics) - Constructor for class org.apache.hadoop.fs.statistics.impl.SourceWrappedStatistics
-
Constructor.
- 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
-
- Span - Class in org.apache.hadoop.tracing
-
- Span() - Constructor for class org.apache.hadoop.tracing.Span
-
- span() - Method in class org.apache.hadoop.tracing.TraceScope
-
- SPAN_RECEIVER_CLASSES_KEY - Static variable in class org.apache.hadoop.tracing.Tracer
-
- SpanContext - Class in org.apache.hadoop.tracing
-
Wrapper class for SpanContext to avoid using OpenTracing/OpenTelemetry
SpanContext class directly for better separation.
- SpanContext() - Constructor for class org.apache.hadoop.tracing.SpanContext
-
- SPANCONTEXT_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
-
- 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
- startUpload(Path) - Method in interface org.apache.hadoop.fs.MultipartUploader
-
Initialize a multipart upload.
- startUpload() - Method in class org.apache.hadoop.fs.store.DataBlocks.DataBlock
-
Switch to the upload state and return a stream for uploading.
- 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
-
- STATEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
-
- STATEID_FIELD_NUMBER - Static variable in class org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
-
- 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
-
- StatisticDurationTracker - Class in org.apache.hadoop.fs.statistics.impl
-
Track the duration of an object.
- StatisticDurationTracker(IOStatisticsStore, String) - Constructor for class org.apache.hadoop.fs.statistics.impl.StatisticDurationTracker
-
Constructor -increments the counter by 1.
- StatisticDurationTracker(IOStatisticsStore, String, long) - Constructor for class org.apache.hadoop.fs.statistics.impl.StatisticDurationTracker
-
Constructor.
- 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.
- StorageStatisticsFromIOStatistics - Class in org.apache.hadoop.fs.statistics.impl
-
Returns all the counters of an IOStatistics instance as StorageStatistics.
- StorageStatisticsFromIOStatistics(String, String, IOStatistics) - Constructor for class org.apache.hadoop.fs.statistics.impl.StorageStatisticsFromIOStatistics
-
Instantiate.
- 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.
- STORE_EXISTS_PROBE - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
Probe for store existing: "store_exists_probe".
- STORE_IO_REQUEST - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
Requests made of a store: "store_io_request".
- STORE_IO_RETRY - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
IO retried: "store_io_retry".
- STORE_IO_THROTTLE_RATE - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
- STORE_IO_THROTTLED - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
Requests throttled and retried: "store_io_throttled".
- 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
-
- StoreStatisticNames - Class in org.apache.hadoop.fs.statistics
-
Common statistic names for object store operations..
- 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!"
- STREAM_READ_ABORTED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of times the TCP stream was aborted.
- STREAM_READ_BYTES - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Bytes read from an input stream in read() calls.
- STREAM_READ_BYTES_DISCARDED_ABORT - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of bytes discarded by aborting an input stream .
- STREAM_READ_BYTES_DISCARDED_CLOSE - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of bytes read and discarded when closing an input stream.
- STREAM_READ_CLOSE_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Total count of times an attempt to close an input stream was made
Value: "stream_read_close_operations".
- STREAM_READ_CLOSED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of times the TCP stream was closed.
- STREAM_READ_EXCEPTIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of exceptions raised during input stream reads.
- STREAM_READ_FULLY_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of readFully() operations in an input stream.
- STREAM_READ_OPENED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Total count of times an input stream to was opened.
- STREAM_READ_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of read() operations in an input stream.
- STREAM_READ_OPERATIONS_INCOMPLETE - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of incomplete read() operations in an input stream,
that is, when the bytes returned were less than that requested.
- STREAM_READ_SEEK_BACKWARD_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of executed seek operations which went backwards in a stream.
- STREAM_READ_SEEK_BYTES_BACKWARDS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of bytes moved backwards during seek operations
in an input stream.
- STREAM_READ_SEEK_BYTES_DISCARDED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of bytes read and discarded during seek() in an input stream.
- STREAM_READ_SEEK_BYTES_SKIPPED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of bytes skipped during forward seek operations.
- STREAM_READ_SEEK_FORWARD_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of executed seek operations which went forward in
an input stream.
- STREAM_READ_SEEK_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of seek operations in an input stream.
- STREAM_READ_SEEK_POLICY_CHANGED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of times the seek policy was dynamically changed
in an input stream.
- STREAM_READ_SKIP_BYTES - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count bytes skipped in InputStream.skip()
calls.
- STREAM_READ_SKIP_OPERATIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of InputStream.skip()
calls.
- STREAM_READ_TOTAL_BYTES - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Total count of bytes read from an input stream.
- STREAM_READ_UNBUFFERED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of calls of CanUnbuffer.unbuffer()
.
- STREAM_READ_VERSION_MISMATCHES - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of version mismatches encountered while reading an input stream.
- STREAM_WRITE_BLOCK_UPLOADS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of block/partition uploads complete.
- STREAM_WRITE_BLOCK_UPLOADS_ABORTED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of number of block uploads aborted.
- STREAM_WRITE_BLOCK_UPLOADS_ACTIVE - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of block/partition uploads active.
- STREAM_WRITE_BLOCK_UPLOADS_BYTES_PENDING - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Gauge of data queued to be written.
- STREAM_WRITE_BLOCK_UPLOADS_COMMITTED - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of number of block uploads committed.
- STREAM_WRITE_BLOCK_UPLOADS_PENDING - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Gauge of block/partitions uploads queued to be written.
- STREAM_WRITE_BYTES - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
"Count of bytes written to output stream including all not yet uploaded.
- STREAM_WRITE_EXCEPTIONS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
"Count of stream write failures reported.
- STREAM_WRITE_EXCEPTIONS_COMPLETING_UPLOADS - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of failures when finalizing a multipart upload:
"stream_write_exceptions_completing_upload".
- STREAM_WRITE_QUEUE_DURATION - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Total queue duration of all block uploads.
- STREAM_WRITE_TOTAL_DATA - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
- STREAM_WRITE_TOTAL_TIME - Static variable in class org.apache.hadoop.fs.statistics.StreamStatisticNames
-
Count of total time taken for uploads to complete.
- 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
-
- StreamCapabilitiesPolicy() - Constructor for class org.apache.hadoop.fs.StreamCapabilitiesPolicy
-
- StreamStatisticNames - Class in org.apache.hadoop.fs.statistics
-
These are common statistic names.
- 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.
- STUB_DURATION_TRACKER - Static variable in class org.apache.hadoop.fs.statistics.impl.StubDurationTracker
-
- STUB_DURATION_TRACKER_FACTORY - Static variable in class org.apache.hadoop.fs.statistics.impl.StubDurationTrackerFactory
-
Single instance.
- StubDecompressor() - Constructor for class org.apache.hadoop.io.compress.PassthroughCodec.StubDecompressor
-
- StubDurationTracker - Class in org.apache.hadoop.fs.statistics.impl
-
A simple stub duration tracker which can be issued in interfaces
and other places where full duration tracking is not implemented.
- stubDurationTracker() - Static method in class org.apache.hadoop.fs.statistics.IOStatisticsSupport
-
Get a stub duration tracker.
- StubDurationTrackerFactory - Class in org.apache.hadoop.fs.statistics.impl
-
This is a stub factory which always returns no-op duration
trackers.
- stubDurationTrackerFactory() - Static method in class org.apache.hadoop.fs.statistics.IOStatisticsSupport
-
Return a stub duration tracker factory whose returned trackers
are always no-ops.
- SubCommand() - Constructor for class org.apache.hadoop.tools.CommandShell.SubCommand
-
- subMap(K, K) - Method in class org.apache.hadoop.io.SortedMapWritable
-
- submit(Executor, Callable<T>) - Static method in class org.apache.hadoop.util.functional.CommonCallableSupplier
-
Submit a callable into a completable future.
- 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
-
RPC succeeded
- 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.
- SUFFIX_FAILURES - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
String to add to counters and other stats to track failures.
- SUFFIX_MAX - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
Suffix to use for a maximum value when
the same key is shared across max/mean/max
statistics.
- SUFFIX_MEAN - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
Suffix to use for a mean statistic value when
the same key is shared across mean/mean/max
statistics.
- SUFFIX_MIN - Static variable in class org.apache.hadoop.fs.statistics.StoreStatisticNames
-
Suffix to use for a minimum value when
the same key is shared across min/mean/max
statistics.
- 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
-
- supportObserver() - Method in class org.apache.hadoop.ha.HAServiceTarget
-
- 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
-
- SuppressedSnapshot(long, long) - Constructor for class org.apache.hadoop.util.InstrumentedLock.SuppressedSnapshot
-
- 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 is the interface for flush/sync operations.
- 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.