Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CompleteFileTOptions |
CompleteFileOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
CompleteFileTResponse |
FileSystemMasterClientServiceHandler.completeFile(String path,
CompleteFileTOptions options) |
Constructor and Description |
---|
CompleteFileOptions(CompleteFileTOptions options)
Creates a new instance of
CompleteFileOptions from CompleteFileTOptions . |
Modifier and Type | Method and Description |
---|---|
CompleteFileTOptions |
CompleteFileTOptions.deepCopy() |
CompleteFileTOptions |
FileSystemMasterClientService.completeFile_args.getOptions()
the method options
|
CompleteFileTOptions |
CompleteFileTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
CompleteFileTOptions |
CompleteFileTOptions.setUfsLength(long ufsLength) |
Modifier and Type | Method and Description |
---|---|
int |
CompleteFileTOptions.compareTo(CompleteFileTOptions other) |
CompleteFileTResponse |
FileSystemMasterClientService.Iface.completeFile(String path,
CompleteFileTOptions options)
Marks a file as completed.
|
CompleteFileTResponse |
FileSystemMasterClientService.Client.completeFile(String path,
CompleteFileTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.completeFile(String path,
CompleteFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.completeFile(String path,
CompleteFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
CompleteFileTOptions.equals(CompleteFileTOptions that) |
void |
FileSystemMasterClientService.Client.send_completeFile(String path,
CompleteFileTOptions options) |
FileSystemMasterClientService.completeFile_args |
FileSystemMasterClientService.completeFile_args.setOptions(CompleteFileTOptions options)
the method options
|
Constructor and Description |
---|
completeFile_args(String path,
CompleteFileTOptions options) |
completeFile_call(String path,
CompleteFileTOptions 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) |
CompleteFileTOptions(CompleteFileTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.