Package org.apache.beam.sdk.io.fs
@DefaultAnnotation(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.apache.beam.sdk.io.fs
Apache Beam FileSystem interfaces and their default implementations.
-
ClassDescriptionAn abstract class that contains common configuration options for creating resources.CreateOptions.Builder<BuilderT extends CreateOptions.Builder<BuilderT>>An abstract builder for
CreateOptions
.A standard configuration options with builder.Builder forCreateOptions.StandardCreateOptions
.Options for allowing or disallowing filepatterns that match no resources inFileSystems.match(java.util.List<java.lang.String>)
.The result ofFileSystem.match(java.util.List<java.lang.String>)
.MatchResult.Metadata
of a matched file.Builder class forMatchResult.Metadata
.Status of aMatchResult
.ACoder
forMatchResult.Metadata
.An object that configuresFileSystems.copy(java.util.List<org.apache.beam.sdk.io.fs.ResourceId>, java.util.List<org.apache.beam.sdk.io.fs.ResourceId>, org.apache.beam.sdk.io.fs.MoveOptions...)
,FileSystems.rename(java.util.List<org.apache.beam.sdk.io.fs.ResourceId>, java.util.List<org.apache.beam.sdk.io.fs.ResourceId>, org.apache.beam.sdk.io.fs.MoveOptions...)
, andFileSystems.delete(java.util.Collection<org.apache.beam.sdk.io.fs.ResourceId>, org.apache.beam.sdk.io.fs.MoveOptions...)
.Defines the standardMoveOptions
.An object that configuresResourceId.resolve(java.lang.String, org.apache.beam.sdk.io.fs.ResolveOptions)
.Defines the standard resolve options.An identifier which represents a file-like resource.ACoder
forResourceId
.A utility to testResourceId
implementations.