public static final class CreateFileBuilder.CreateFileOptions extends Object
Constructor and Description |
---|
CreateFileOptions(EnumSet<org.apache.hadoop.fs.CreateFlag> flags,
boolean recursive,
boolean performance,
Map<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
EnumSet<org.apache.hadoop.fs.CreateFlag> |
getFlags() |
Map<String,String> |
getHeaders() |
boolean |
isPerformance() |
boolean |
isRecursive() |
String |
toString() |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.