Uses of Interface
org.apache.hadoop.hdfs.protocol.ClientProtocol
Packages that use ClientProtocol
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ClientProtocol in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return ClientProtocolModifier and TypeMethodDescriptionstatic ClientProtocolNameNodeProxiesClient.createNonHAProxyWithClientProtocol(InetSocketAddress address, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.security.UserGroupInformation ugi, boolean withRetries, AtomicBoolean fallbackToSimpleAuth) static ClientProtocolNameNodeProxiesClient.createProxyWithAlignmentContext(InetSocketAddress address, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.security.UserGroupInformation ugi, boolean withRetries, AtomicBoolean fallbackToSimpleAuth, org.apache.hadoop.ipc.AlignmentContext alignmentContext) DFSClient.getNamenode()Get the namenode associated with this DFSClient objectMethods in org.apache.hadoop.hdfs that return types with arguments of type ClientProtocolModifier and TypeMethodDescriptionNameNodeProxiesClient.createProxyWithClientProtocol(org.apache.hadoop.conf.Configuration conf, URI nameNodeUri, AtomicBoolean fallbackToSimpleAuth) Creates the namenode proxy with the ClientProtocol.Constructors in org.apache.hadoop.hdfs with parameters of type ClientProtocolModifierConstructorDescriptionDFSClient(URI nameNodeUri, ClientProtocol rpcNamenode, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem.Statistics stats) Create a new DFSClient connected to the given nameNodeUri or rpcNamenode. -
Uses of ClientProtocol in org.apache.hadoop.hdfs.protocol
Constructors in org.apache.hadoop.hdfs.protocol with parameters of type ClientProtocolModifierConstructorDescriptionCacheDirectiveIterator(ClientProtocol namenode, CacheDirectiveInfo filter, org.apache.hadoop.tracing.Tracer tracer) CachePoolIterator(ClientProtocol namenode, org.apache.hadoop.tracing.Tracer tracer) EncryptionZoneIterator(ClientProtocol namenode, org.apache.hadoop.tracing.Tracer tracer) OpenFilesIterator(ClientProtocol namenode, org.apache.hadoop.tracing.Tracer tracer, EnumSet<OpenFilesIterator.OpenFilesType> types, String path) ReencryptionStatusIterator(ClientProtocol namenode, org.apache.hadoop.tracing.Tracer tracer) -
Uses of ClientProtocol in org.apache.hadoop.hdfs.protocolPB
Classes in org.apache.hadoop.hdfs.protocolPB that implement ClientProtocolModifier and TypeClassDescriptionclassThis class forwards NN's ClientProtocol calls as RPC calls to the NN server while translating from the parameter types used in ClientProtocol to the new PB types. -
Uses of ClientProtocol in org.apache.hadoop.hdfs.server.namenode.ha
Classes in org.apache.hadoop.hdfs.server.namenode.ha with type parameters of type ClientProtocolModifier and TypeClassDescriptionclassExtendsObserverReadProxyProviderto support NameNode IP failover.