Uses of Class
org.apache.hadoop.hdfs.server.federation.store.records.MountTable
Packages that use MountTable
Package
Description
FedBalance is a tool for balancing data across federation clusters.
The resolver package contains indepedent data resolvers used in HDFS
federation.
The router package includes the core services for a HDFS federation router.
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.
Contains the abstract definitions of the state store data records.
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
It includes the tools to manage the Router-based federation.
-
Uses of MountTable in org.apache.hadoop.hdfs.rbfbalance
Methods in org.apache.hadoop.hdfs.rbfbalance that return MountTableModifier and TypeMethodDescriptionstatic MountTableMountTableProcedure.getMountEntry(String mount, MountTableManager mountTable) Gets the mount table entry. -
Uses of MountTable in org.apache.hadoop.hdfs.server.federation.resolver
Methods in org.apache.hadoop.hdfs.server.federation.resolver that return MountTableModifier and TypeMethodDescriptionMountTableResolver.getMountPoint(String path) Get the mount table entry for a path.Methods in org.apache.hadoop.hdfs.server.federation.resolver that return types with arguments of type MountTableModifier and TypeMethodDescriptionGet all the mount records at or beneath a given path.Methods in org.apache.hadoop.hdfs.server.federation.resolver with parameters of type MountTableModifier and TypeMethodDescriptionvoidMountTableResolver.addEntry(MountTable entry) Add a mount entry to the table.Method parameters in org.apache.hadoop.hdfs.server.federation.resolver with type arguments of type MountTableModifier and TypeMethodDescriptionvoidMountTableResolver.refreshEntries(Collection<MountTable> entries) Updates the mount path tree with a new set of mount table entries. -
Uses of MountTable in org.apache.hadoop.hdfs.server.federation.router
Methods in org.apache.hadoop.hdfs.server.federation.router with parameters of type MountTableModifier and TypeMethodDescriptionvoidRouterPermissionChecker.checkPermission(MountTable mountTable, org.apache.hadoop.fs.permission.FsAction access) Whether a mount table entry can be accessed by the current context.RouterAdminServer.verifyFileInDestinations(MountTable entry) Verify the file exists in destination nameservices to avoid dangling mount points. -
Uses of MountTable in org.apache.hadoop.hdfs.server.federation.store.protocol
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return MountTableModifier and TypeMethodDescriptionabstract MountTableAddMountTableEntryRequest.getEntry()abstract MountTableUpdateMountTableEntryRequest.getEntry()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol that return types with arguments of type MountTableModifier and TypeMethodDescriptionabstract List<MountTable>AddMountTableEntriesRequest.getEntries()abstract List<MountTable>GetMountTableEntriesResponse.getEntries()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol with parameters of type MountTableModifier and TypeMethodDescriptionstatic AddMountTableEntryRequestAddMountTableEntryRequest.newInstance(MountTable newEntry) static UpdateMountTableEntryRequestUpdateMountTableEntryRequest.newInstance(MountTable entry) abstract voidAddMountTableEntryRequest.setEntry(MountTable mount) abstract voidUpdateMountTableEntryRequest.setEntry(MountTable mount) Method parameters in org.apache.hadoop.hdfs.server.federation.store.protocol with type arguments of type MountTableModifier and TypeMethodDescriptionstatic AddMountTableEntriesRequestAddMountTableEntriesRequest.newInstance(List<MountTable> newEntry) abstract voidAddMountTableEntriesRequest.setEntries(List<MountTable> mount) abstract voidGetMountTableEntriesResponse.setEntries(List<MountTable> entries) -
Uses of MountTable in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb
Methods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb that return MountTableModifier and TypeMethodDescriptionAddMountTableEntryRequestPBImpl.getEntry()UpdateMountTableEntryRequestPBImpl.getEntry()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb that return types with arguments of type MountTableModifier and TypeMethodDescriptionAddMountTableEntriesRequestPBImpl.getEntries()GetMountTableEntriesResponsePBImpl.getEntries()Methods in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb with parameters of type MountTableModifier and TypeMethodDescriptionvoidAddMountTableEntryRequestPBImpl.setEntry(MountTable mount) voidUpdateMountTableEntryRequestPBImpl.setEntry(MountTable mount) Method parameters in org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb with type arguments of type MountTableModifier and TypeMethodDescriptionvoidAddMountTableEntriesRequestPBImpl.setEntries(List<MountTable> mountTables) voidGetMountTableEntriesResponsePBImpl.setEntries(List<MountTable> records) -
Uses of MountTable in org.apache.hadoop.hdfs.server.federation.store.records
Fields in org.apache.hadoop.hdfs.server.federation.store.records with type parameters of type MountTableModifier and TypeFieldDescriptionstatic final Comparator<MountTable>MountTable.SOURCE_COMPARATORComparator based on the mount table source.Methods in org.apache.hadoop.hdfs.server.federation.store.records that return MountTableModifier and TypeMethodDescriptionstatic MountTableMountTable.newInstance()static MountTableMountTable.newInstance(String src, Map<String, String> destinations) Constructor for a mount table entry with multiple destinations.static MountTableMountTable.newInstance(String src, Map<String, String> destinations, long dateCreated, long dateModified) Constructor for a mount table entry with a single destinations. -
Uses of MountTable in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Subclasses of MountTable in org.apache.hadoop.hdfs.server.federation.store.records.impl.pbModifier and TypeClassDescriptionclassProtobuf implementation of the MountTable record. -
Uses of MountTable in org.apache.hadoop.hdfs.tools.federation
Methods in org.apache.hadoop.hdfs.tools.federation that return MountTableModifier and TypeMethodDescriptionAddMountAttributes.getMountTableEntryWithAttributes()Retrieve mount table object with all attributes derived from this object.AddMountAttributes.getNewOrUpdatedMountTableEntryWithAttributes(MountTable existingEntry) Retrieve mount table object with all attributes derived from this object.Methods in org.apache.hadoop.hdfs.tools.federation with parameters of type MountTableModifier and TypeMethodDescriptionAddMountAttributes.getNewOrUpdatedMountTableEntryWithAttributes(MountTable existingEntry) Retrieve mount table object with all attributes derived from this object.