public static class FreeOptions.Builder extends Object
Constructor and Description |
---|
FreeOptions.Builder(TachyonConf conf)
Creates a new builder for
FreeOptions . |
Modifier and Type | Method and Description |
---|---|
FreeOptions |
build()
Builds a new instance of
FreeOptions . |
FreeOptions.Builder |
setRecursive(boolean recursive) |
public FreeOptions.Builder(TachyonConf conf)
FreeOptions
.conf
- a Tachyon configurationpublic FreeOptions.Builder setRecursive(boolean recursive)
recursive
- the recursive flag value to use; if the object to be freed is a directory,
the flag specifies whether the directory content should be recursively freed as wellpublic FreeOptions build()
FreeOptions
.FreeOptions
instanceCopyright © 2015. All Rights Reserved.