Class Options

java.lang.Object
org.apache.hadoop.fs.Options

@Public @Evolving public final class Options extends Object
This class contains options related to file system operations.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Enum for indicating what mode to use when combining chunk and block checksums to define an aggregate FileChecksum.
    static class 
    org.apache.hadoop.fs.Options.ChecksumOpt
    This is used in FileSystem and FileContext to specify checksum options.
    static interface 
    The standard createFile() options.
    static class 
    org.apache.hadoop.fs.Options.CreateOpts
    Class to support the varargs for create() options.
    static class 
    org.apache.hadoop.fs.Options.HandleOpt
    Options for creating PathHandle references.
    static final class 
    The standard openFile() options.
    static enum 
    Enum to support the varargs for rename() options
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Options

      public Options()