Uses of Class
org.apache.hadoop.hdfs.server.federation.store.protocol.AddMountTableEntryResponse
Packages that use AddMountTableEntryResponse
Package
Description
This package contains the implementation of the Protocol Buffers
protocols related to HDFS Router.
The resolver package contains indepedent data resolvers used in HDFS
federation.
The router package includes the core services for a HDFS federation router.
Contains implementations of the state store API interfaces.
Contains the abstract definitions of the API request and response objects for
the various state store APIs.
Protobuf implementations of FederationProtocolBase request/response objects
used by state store APIs.
-
Uses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return AddMountTableEntryResponseModifier and TypeMethodDescriptionRouterAdminProtocolTranslatorPB.addMountTableEntry(AddMountTableEntryRequest request) -
Uses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.server.federation.resolver
Methods in org.apache.hadoop.hdfs.server.federation.resolver that return AddMountTableEntryResponseModifier and TypeMethodDescriptionMountTableManager.addMountTableEntry(AddMountTableEntryRequest request) Add an entry to the mount table. -
Uses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router that return AddMountTableEntryResponseModifier and TypeMethodDescriptionRouterAdminServer.addMountTableEntry(AddMountTableEntryRequest request) -
Uses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.server.federation.store.impl
Methods in org.apache.hadoop.hdfs.server.federation.store.impl that return AddMountTableEntryResponseModifier and TypeMethodDescriptionMountTableStoreImpl.addMountTableEntry(AddMountTableEntryRequest request) When add mount table entry, it needs WRITE permission of the nearest parent entry if exist, and EXECUTE permission of other ancestor entries. -
Uses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return AddMountTableEntryResponseModifier and TypeMethodDescriptionstatic AddMountTableEntryResponseAddMountTableEntryResponse.newInstance() -
Uses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Subclasses of AddMountTableEntryResponse in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pbModifier and TypeClassDescriptionclassProtobuf implementation of the state store API object AddMountTableEntryResponse.