org.apache.hadoop.fs
Class Options.CreateOpts.ChecksumParam

java.lang.Object
  extended by org.apache.hadoop.fs.Options.CreateOpts
      extended by org.apache.hadoop.fs.Options.CreateOpts.ChecksumParam
Enclosing class:
Options.CreateOpts

public static class Options.CreateOpts.ChecksumParam
extends Options.CreateOpts


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.fs.Options.CreateOpts
Options.CreateOpts.BlockSize, Options.CreateOpts.BufferSize, Options.CreateOpts.BytesPerChecksum, Options.CreateOpts.ChecksumParam, Options.CreateOpts.CreateParent, Options.CreateOpts.Perms, Options.CreateOpts.Progress, Options.CreateOpts.ReplicationFactor
 
Constructor Summary
protected Options.CreateOpts.ChecksumParam(Options.ChecksumOpt csumOpt)
           
 
Method Summary
 Options.ChecksumOpt getValue()
           
 
Methods inherited from class org.apache.hadoop.fs.Options.CreateOpts
blockSize, bufferSize, bytesPerChecksum, checksumParam, createParent, donotCreateParent, getOpt, perms, repFac, setOpt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options.CreateOpts.ChecksumParam

protected Options.CreateOpts.ChecksumParam(Options.ChecksumOpt csumOpt)
Method Detail

getValue

public Options.ChecksumOpt getValue()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.