Package org.apache.hadoop.fs.impl
Class OpenFileParameters
java.lang.Object
org.apache.hadoop.fs.impl.OpenFileParameters
All the parameters from the openFile builder for the
openFileWithOptions commands.
If/when new attributes added to the builder, this class will be extended.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintwithBufferSize(int size) withMandatoryKeys(Set<String> keys) withOptionalKeys(Set<String> keys) withOptions(Configuration opts) withStatus(FileStatus st)
-
Constructor Details
-
OpenFileParameters
public OpenFileParameters()
-
-
Method Details
-
withMandatoryKeys
-
withOptionalKeys
-
withOptions
-
withBufferSize
-
withStatus
-
getMandatoryKeys
-
getOptionalKeys
-
getOptions
-
getBufferSize
public int getBufferSize() -
getStatus
-