Package org.apache.hadoop.fs
Class GetSpaceUsed.Builder
java.lang.Object
org.apache.hadoop.fs.GetSpaceUsed.Builder
- Enclosing interface:
- GetSpaceUsed
The builder class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()getConf()Constructor<? extends GetSpaceUsed>getCons()longlonglongClass<? extends GetSpaceUsed>getKlass()getPath()setConf(Configuration conf) voidsetCons(Constructor<? extends GetSpaceUsed> cons) setInitialUsed(long initialUsed) setInterval(long interval) setKlass(Class<? extends GetSpaceUsed> klass)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
getConf
-
setConf
-
getInterval
public long getInterval() -
setInterval
-
getKlass
-
setKlass
-
getPath
-
setPath
-
getInitialUsed
public long getInitialUsed() -
setInitialUsed
-
getJitter
public long getJitter() -
setJitter
-
getCons
-
setCons
-
build
- Throws:
IOException
-