public final class Utils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
createFile(FileSystem fs,
AlluxioURI path)
Creates a file at the given path.
|
static void |
createFile(FileSystem fs,
AlluxioURI path,
CreateFilePOptions options)
Creates a file at the given path.
|
public static void createFile(FileSystem fs, AlluxioURI path) throws java.lang.Exception
fs - a filesystem clientpath - the file pathjava.lang.Exceptionpublic static void createFile(FileSystem fs, AlluxioURI path, CreateFilePOptions options) throws java.lang.Exception
fs - a filesystem clientpath - the file pathoptions - create file optionsjava.lang.ExceptionCopyright © 2022. All Rights Reserved.