public static class LoadMetadataOptions.Builder extends Object
Constructor and Description |
---|
LoadMetadataOptions.Builder(TachyonConf conf)
Creates a new builder for
FreeOptions . |
Modifier and Type | Method and Description |
---|---|
LoadMetadataOptions |
build()
Builds a new instance of
LoadMetadataOptions . |
LoadMetadataOptions.Builder |
setRecursive(boolean recursive) |
public LoadMetadataOptions.Builder(TachyonConf conf)
FreeOptions
.conf
- a Tachyon configurationpublic LoadMetadataOptions.Builder setRecursive(boolean recursive)
recursive
- the recursive flag value to use; it specifies whether parent directories
should be created if they do not already existpublic LoadMetadataOptions build()
LoadMetadataOptions
.LoadMetadataOptions
instanceCopyright © 2015. All Rights Reserved.