Package | Description |
---|---|
alluxio.master.lineage | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
ReportLostFileTResponse |
LineageMasterClientServiceHandler.reportLostFile(String path,
ReportLostFileTOptions options) |
Modifier and Type | Method and Description |
---|---|
ReportLostFileTOptions |
ReportLostFileTOptions.deepCopy() |
ReportLostFileTOptions |
LineageMasterClientService.reportLostFile_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
ReportLostFileTOptions.compareTo(ReportLostFileTOptions other) |
boolean |
ReportLostFileTOptions.equals(ReportLostFileTOptions that) |
ReportLostFileTResponse |
LineageMasterClientService.Iface.reportLostFile(String path,
ReportLostFileTOptions options)
Reports file as lost.
|
ReportLostFileTResponse |
LineageMasterClientService.Client.reportLostFile(String path,
ReportLostFileTOptions options) |
void |
LineageMasterClientService.AsyncIface.reportLostFile(String path,
ReportLostFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
LineageMasterClientService.AsyncClient.reportLostFile(String path,
ReportLostFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
LineageMasterClientService.Client.send_reportLostFile(String path,
ReportLostFileTOptions options) |
LineageMasterClientService.reportLostFile_args |
LineageMasterClientService.reportLostFile_args.setOptions(ReportLostFileTOptions options)
the method options
|
Constructor and Description |
---|
reportLostFile_args(String path,
ReportLostFileTOptions options) |
reportLostFile_call(String path,
ReportLostFileTOptions 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) |
ReportLostFileTOptions(ReportLostFileTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.