Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CreateFileTOptions |
CreateFileOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
CreateFileTResponse |
FileSystemMasterClientServiceHandler.createFile(String path,
CreateFileTOptions options) |
Constructor and Description |
---|
CreateFileOptions(CreateFileTOptions options)
Constructs an instance of
CreateFileOptions from CreateFileTOptions . |
Modifier and Type | Method and Description |
---|---|
CreateFileTOptions |
CreateFileTOptions.deepCopy() |
CreateFileTOptions |
FileSystemMasterClientService.createFile_args.getOptions()
the options for creating the file
|
CreateFileTOptions |
CreateFileTOptions.setBlockSizeBytes(long blockSizeBytes) |
CreateFileTOptions |
CreateFileTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
CreateFileTOptions |
CreateFileTOptions.setMode(short mode) |
CreateFileTOptions |
CreateFileTOptions.setPersisted(boolean persisted) |
CreateFileTOptions |
CreateFileTOptions.setRecursive(boolean recursive) |
CreateFileTOptions |
CreateFileTOptions.setTtl(long ttl) |
CreateFileTOptions |
CreateFileTOptions.setTtlAction(TTtlAction ttlAction) |
Modifier and Type | Method and Description |
---|---|
int |
CreateFileTOptions.compareTo(CreateFileTOptions other) |
CreateFileTResponse |
FileSystemMasterClientService.Iface.createFile(String path,
CreateFileTOptions options)
Creates a file.
|
CreateFileTResponse |
FileSystemMasterClientService.Client.createFile(String path,
CreateFileTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.createFile(String path,
CreateFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.createFile(String path,
CreateFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CreateFileTOptions.equals(CreateFileTOptions that) |
void |
FileSystemMasterClientService.Client.send_createFile(String path,
CreateFileTOptions options) |
FileSystemMasterClientService.createFile_args |
FileSystemMasterClientService.createFile_args.setOptions(CreateFileTOptions options)
the options for creating the file
|
Constructor and Description |
---|
createFile_args(String path,
CreateFileTOptions options) |
createFile_call(String path,
CreateFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
CreateFileTOptions(CreateFileTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.