Uses of Class
org.apache.hadoop.fs.Options.CreateOpts

Packages that use Options.CreateOpts
org.apache.hadoop.fs An abstract file system API. 
 

Uses of Options.CreateOpts in org.apache.hadoop.fs
 

Subclasses of Options.CreateOpts in org.apache.hadoop.fs
static class Options.CreateOpts.BlockSize
           
static class Options.CreateOpts.BufferSize
           
static class Options.CreateOpts.BytesPerChecksum
           
static class Options.CreateOpts.CreateParent
           
static class Options.CreateOpts.Perms
           
static class Options.CreateOpts.Progress
           
static class Options.CreateOpts.ReplicationFactor
           
 

Methods in org.apache.hadoop.fs with type parameters of type Options.CreateOpts
protected static
<T extends Options.CreateOpts>
Options.CreateOpts[]
Options.CreateOpts.setOpt(T newValue, Options.CreateOpts... opts)
          set an option
 

Methods in org.apache.hadoop.fs that return Options.CreateOpts
protected static Options.CreateOpts Options.CreateOpts.getOpt(Class<? extends Options.CreateOpts> theClass, Options.CreateOpts... opts)
          Get an option of desired type
protected static
<T extends Options.CreateOpts>
Options.CreateOpts[]
Options.CreateOpts.setOpt(T newValue, Options.CreateOpts... opts)
          set an option
 

Methods in org.apache.hadoop.fs with parameters of type Options.CreateOpts
 FSDataOutputStream FileContext.create(Path f, EnumSet<CreateFlag> createFlag, Options.CreateOpts... opts)
          Create or overwrite file on indicated path and returns an output stream for writing into the file.
protected  FSDataOutputStream AbstractFileSystem.create(Path f, EnumSet<CreateFlag> createFlag, Options.CreateOpts... opts)
          The specification of this method matches that of FileContext.create(Path, EnumSet, Options.CreateOpts...) except that the Path f must be fully qualified and the permission is absolute (i.e.
protected static Options.CreateOpts Options.CreateOpts.getOpt(Class<? extends Options.CreateOpts> theClass, Options.CreateOpts... opts)
          Get an option of desired type
protected static
<T extends Options.CreateOpts>
Options.CreateOpts[]
Options.CreateOpts.setOpt(T newValue, Options.CreateOpts... opts)
          set an option
 

Method parameters in org.apache.hadoop.fs with type arguments of type Options.CreateOpts
protected static Options.CreateOpts Options.CreateOpts.getOpt(Class<? extends Options.CreateOpts> theClass, Options.CreateOpts... opts)
          Get an option of desired type
 



Copyright © 2009 The Apache Software Foundation