Package | Description |
---|---|
alluxio.master.lineage | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
CreateLineageTResponse |
LineageMasterClientServiceHandler.createLineage(List<String> inputFiles,
List<String> outputFiles,
CommandLineJobInfo jobInfo,
CreateLineageTOptions options) |
Modifier and Type | Method and Description |
---|---|
CreateLineageTResponse |
LineageMasterClientService.Iface.createLineage(List<String> inputFiles,
List<String> outputFiles,
CommandLineJobInfo job,
CreateLineageTOptions options)
Creates a lineage and returns the lineage id.
|
CreateLineageTResponse |
LineageMasterClientService.Client.createLineage(List<String> inputFiles,
List<String> outputFiles,
CommandLineJobInfo job,
CreateLineageTOptions options) |
CreateLineageTResponse |
CreateLineageTResponse.deepCopy() |
CreateLineageTResponse |
LineageMasterClientService.AsyncClient.createLineage_call.getResult() |
CreateLineageTResponse |
LineageMasterClientService.createLineage_result.getSuccess() |
CreateLineageTResponse |
LineageMasterClientService.Client.recv_createLineage() |
CreateLineageTResponse |
CreateLineageTResponse.setId(long id) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<CreateLineageTResponse> |
LineageMasterClientService.AsyncProcessor.createLineage.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
CreateLineageTResponse.compareTo(CreateLineageTResponse other) |
boolean |
CreateLineageTResponse.equals(CreateLineageTResponse that) |
LineageMasterClientService.createLineage_result |
LineageMasterClientService.createLineage_result.setSuccess(CreateLineageTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
LineageMasterClientService.AsyncProcessor.createLineage.start(I iface,
LineageMasterClientService.createLineage_args args,
org.apache.thrift.async.AsyncMethodCallback<CreateLineageTResponse> resultHandler) |
Constructor and Description |
---|
createLineage_result(CreateLineageTResponse success,
AlluxioTException e) |
CreateLineageTResponse(CreateLineageTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.