public static interface CreateFileBuilder.CreateFileBuilderCallbacks
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.FSDataOutputStream |
createFileFromBuilder(org.apache.hadoop.fs.Path path,
org.apache.hadoop.util.Progressable progress,
CreateFileBuilder.CreateFileOptions options)
Create a file from the builder.
|
org.apache.hadoop.fs.FSDataOutputStream createFileFromBuilder(org.apache.hadoop.fs.Path path, org.apache.hadoop.util.Progressable progress, CreateFileBuilder.CreateFileOptions options) throws IOException
path
- path to fileprogress
- progress callbackoptions
- options for the fileIOException
- any IO problemCopyright © 2008–2024 Apache Software Foundation. All rights reserved.