Uses of Enum Class
org.apache.hadoop.fs.azurebfs.constants.AbfsServiceType
Packages that use AbfsServiceType
Package
Description
A distributed implementation of
FileSystem for reading and writing files on
Azure Storage.-
Uses of AbfsServiceType in org.apache.hadoop.fs.azurebfs
Methods in org.apache.hadoop.fs.azurebfs with parameters of type AbfsServiceTypeModifier and TypeMethodDescriptionorg.apache.hadoop.fs.azurebfs.services.AbfsClientAzureBlobFileSystemStore.getClient(AbfsServiceType serviceType) -
Uses of AbfsServiceType in org.apache.hadoop.fs.azurebfs.constants
Methods in org.apache.hadoop.fs.azurebfs.constants that return AbfsServiceTypeModifier and TypeMethodDescriptionstatic AbfsServiceTypeReturns the enum constant of this class with the specified name.static AbfsServiceType[]AbfsServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.