Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
OpenUfsFileTOptions |
OpenUfsFileOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
OpenUfsFileTOptions |
OpenUfsFileTOptions.deepCopy() |
OpenUfsFileTOptions |
FileSystemWorkerClientService.openUfsFile_args.getOptions()
the options for opening the file
|
Modifier and Type | Method and Description |
---|---|
int |
OpenUfsFileTOptions.compareTo(OpenUfsFileTOptions other) |
boolean |
OpenUfsFileTOptions.equals(OpenUfsFileTOptions that) |
OpenUfsFileTResponse |
FileSystemWorkerClientService.Iface.openUfsFile(long sessionId,
String ufsPath,
OpenUfsFileTOptions options)
Opens an existing file in the under file system for reading.
|
OpenUfsFileTResponse |
FileSystemWorkerClientService.Client.openUfsFile(long sessionId,
String ufsPath,
OpenUfsFileTOptions options) |
void |
FileSystemWorkerClientService.AsyncIface.openUfsFile(long sessionId,
String ufsPath,
OpenUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemWorkerClientService.AsyncClient.openUfsFile(long sessionId,
String ufsPath,
OpenUfsFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemWorkerClientService.Client.send_openUfsFile(long sessionId,
String ufsPath,
OpenUfsFileTOptions options) |
FileSystemWorkerClientService.openUfsFile_args |
FileSystemWorkerClientService.openUfsFile_args.setOptions(OpenUfsFileTOptions options)
the options for opening the file
|
Constructor and Description |
---|
openUfsFile_args(long sessionId,
String ufsPath,
OpenUfsFileTOptions options) |
openUfsFile_call(long sessionId,
String ufsPath,
OpenUfsFileTOptions 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) |
OpenUfsFileTOptions(OpenUfsFileTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
OpenUfsFileTResponse |
FileSystemWorkerClientServiceHandler.openUfsFile(long sessionId,
String ufsUri,
OpenUfsFileTOptions options) |
Copyright © 2023. All Rights Reserved.