Uses of Class
org.apache.hadoop.fs.Options.HandleOpt
Packages that use Options.HandleOpt
-
Uses of Options.HandleOpt in org.apache.hadoop.fs
Subclasses of Options.HandleOpt in org.apache.hadoop.fsModifier and TypeClassDescriptionstatic classOption storing standard constraints on data.static classOption storing standard constraints on location.Methods in org.apache.hadoop.fs with type parameters of type Options.HandleOptModifier and TypeMethodDescriptionstatic <T extends Options.HandleOpt>
Optional<T>Options.HandleOpt.getOpt(Class<T> c, Options.HandleOpt... opt) Utility method to extract a HandleOpt from the set provided.Methods in org.apache.hadoop.fs that return Options.HandleOptModifier and TypeMethodDescriptionstatic Options.HandleOpt[]Options.HandleOpt.content()Handle is valid iff the content of the referent is the same.static Options.HandleOpt[]Options.HandleOpt.exact()Handle is valid iff the referent is neither moved nor changed.static Options.HandleOpt[]Options.HandleOpt.path()Handle is valid iff the referent is unmoved in the namespace.static Options.HandleOpt[]Options.HandleOpt.reference()Handle is valid iff the referent exists in the namespace.Methods in org.apache.hadoop.fs with parameters of type Options.HandleOptModifier and TypeMethodDescriptionprotected PathHandleFileSystem.createPathHandle(FileStatus stat, Options.HandleOpt... opt) Hook to implement support forPathHandleoperations.protected PathHandleFilterFileSystem.createPathHandle(FileStatus stat, Options.HandleOpt... opts) protected PathHandleHarFileSystem.createPathHandle(FileStatus stat, Options.HandleOpt... opts) protected PathHandleRawLocalFileSystem.createPathHandle(FileStatus stat, Options.HandleOpt... opts) Hook to implement support forPathHandleoperations.static <T extends Options.HandleOpt>
Optional<T>Options.HandleOpt.getOpt(Class<T> c, Options.HandleOpt... opt) Utility method to extract a HandleOpt from the set provided.final PathHandleFileSystem.getPathHandle(FileStatus stat, Options.HandleOpt... opt) Create a durable, serializable handle to the referent of the given entity.static Function<FileStatus,PathHandle> Options.HandleOpt.resolve(BiFunction<FileStatus, Options.HandleOpt[], PathHandle> fsr, Options.HandleOpt... opt) Utility function for partial evaluation ofFileStatusinstances to a fixed set of handle options.static Function<FileStatus,PathHandle> Options.HandleOpt.resolve(FileSystem fs, Options.HandleOpt... opt) Utility function for mappingFileSystem.getPathHandle(org.apache.hadoop.fs.FileStatus, org.apache.hadoop.fs.Options.HandleOpt...)to a fixed set of handle options.