Generated by
JDiff

Class org.apache.hadoop.fs.FSDataOutputStreamBuilder

The superclass changed from java.lang.Object to org.apache.hadoop.fs.impl.AbstractFSBuilderImpl.

Removed Methods
Set getMandatoryKeys() Get all the keys that are set as mandatory keys.
Configuration getOptions()  
Path getPath()  
B must(String, boolean) Set mandatory boolean option.
B must(String, double) Set mandatory double option.
B must(String, float) Set mandatory float option.
B must(String, int) Set mandatory int option.
B must(String, String) Set mandatory option to the Builder.
B must(String, String[]) Set a string array as mandatory option.
B opt(String, boolean) Set optional boolean parameter for the Builder.
B opt(String, double) Set optional double parameter for the Builder.
B opt(String, float) Set optional float parameter for the Builder.
B opt(String, int) Set optional int parameter for the Builder.
B opt(String, String) Set optional Builder parameter.
B opt(String, String[]) Set an array of string values as optional parameter for the Builder.
 

Changed Methods
B getThisBuilder() Change of visibility from protected to public.
Return the concrete implementation of the builder instance.