Uses of Interface
org.apache.hadoop.fs.FSBuilder
Packages that use FSBuilder
Package
Description
An abstract file system API.
This package contains implementation classes for use inside
filesystems.
Support for functional programming within the Hadoop APIs.
-
Uses of FSBuilder in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs with type parameters of type FSBuilderModifier and TypeInterfaceDescriptioninterfaceThe base interface which various FileSystem FileContext Builder interfaces can extend, and which underlying implementations will then implement.Subinterfaces of FSBuilder in org.apache.hadoop.fsModifier and TypeInterfaceDescriptioninterfaceBuilder for input streams and subclasses whose return value is actually a completable future: this allows for better asynchronous operation.interfaceMultipartUploaderBuilder<S extends MultipartUploader,B extends MultipartUploaderBuilder<S, B>> Builder interface for Multipart readers.Classes in org.apache.hadoop.fs that implement FSBuilderModifier and TypeClassDescriptionclassFSDataOutputStreamBuilder<S extends FSDataOutputStream,B extends FSDataOutputStreamBuilder<S, B>> Builder forFSDataOutputStreamand its subclasses. -
Uses of FSBuilder in org.apache.hadoop.fs.impl
Classes in org.apache.hadoop.fs.impl with type parameters of type FSBuilderModifier and TypeClassDescriptionclassAbstractFSBuilderImpl<S,B extends FSBuilder<S, B>> Builder for filesystem/filecontext operations of various kinds, with option support.Classes in org.apache.hadoop.fs.impl that implement FSBuilderModifier and TypeClassDescriptionclassAbstractFSBuilderImpl<S,B extends FSBuilder<S, B>> Builder for filesystem/filecontext operations of various kinds, with option support.classBuilder forFileSystemMultipartUploader.classBuilder for input streams and subclasses whose return value is actually a completable future: this allows for better asynchronous operation.classMultipartUploaderBuilderImpl<S extends MultipartUploader,B extends MultipartUploaderBuilder<S, B>> Builder forMultipartUploaderimplementations.Methods in org.apache.hadoop.fs.impl with type parameters of type FSBuilderModifier and TypeMethodDescriptionFutureIOSupport.propagateOptions(FSBuilder<T, U> builder, Configuration conf, String optionalPrefix, String mandatoryPrefix) Deprecated.Methods in org.apache.hadoop.fs.impl that return FSBuilderModifier and TypeMethodDescriptionFutureIOSupport.propagateOptions(FSBuilder<T, U> builder, Configuration conf, String optionalPrefix, String mandatoryPrefix) Deprecated.Methods in org.apache.hadoop.fs.impl with parameters of type FSBuilderModifier and TypeMethodDescriptionstatic voidFutureIOSupport.propagateOptions(FSBuilder<?, ?> builder, Configuration conf, String prefix, boolean mandatory) Deprecated.FutureIOSupport.propagateOptions(FSBuilder<T, U> builder, Configuration conf, String optionalPrefix, String mandatoryPrefix) Deprecated. -
Uses of FSBuilder in org.apache.hadoop.util.functional
Methods in org.apache.hadoop.util.functional with type parameters of type FSBuilderModifier and TypeMethodDescriptionFutureIO.propagateOptions(FSBuilder<T, U> builder, Configuration conf, String optionalPrefix, String mandatoryPrefix) Propagate options to any builder, converting everything with the prefix to an option where, if there were 2+ dot-separated elements, it is converted to a schema.Methods in org.apache.hadoop.util.functional that return FSBuilderModifier and TypeMethodDescriptionFutureIO.propagateOptions(FSBuilder<T, U> builder, Configuration conf, String optionalPrefix, String mandatoryPrefix) Propagate options to any builder, converting everything with the prefix to an option where, if there were 2+ dot-separated elements, it is converted to a schema.Methods in org.apache.hadoop.util.functional with parameters of type FSBuilderModifier and TypeMethodDescriptionstatic voidFutureIO.propagateOptions(FSBuilder<?, ?> builder, Configuration conf, String prefix, boolean mandatory) Propagate options to any builder, converting everything with the prefix to an option where, if there were 2+ dot-separated elements, it is converted to a schema.FutureIO.propagateOptions(FSBuilder<T, U> builder, Configuration conf, String optionalPrefix, String mandatoryPrefix) Propagate options to any builder, converting everything with the prefix to an option where, if there were 2+ dot-separated elements, it is converted to a schema.