public static class LineageMasterClientService.Client extends AlluxioService.Client implements LineageMasterClientService.Iface
Modifier and Type | Class and Description |
---|---|
static class |
LineageMasterClientService.Client.Factory |
Constructor and Description |
---|
Client(org.apache.thrift.protocol.TProtocol prot) |
Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
getServiceVersion, recv_getServiceVersion, send_getServiceVersion
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public CreateLineageTResponse createLineage(List<String> inputFiles, List<String> outputFiles, CommandLineJobInfo job, CreateLineageTOptions options) throws AlluxioTException, org.apache.thrift.TException
LineageMasterClientService.Iface
createLineage
in interface LineageMasterClientService.Iface
inputFiles
- the list of input filesoutputFiles
- the list of output filesjob
- the command line job infooptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_createLineage(List<String> inputFiles, List<String> outputFiles, CommandLineJobInfo job, CreateLineageTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public CreateLineageTResponse recv_createLineage() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public DeleteLineageTResponse deleteLineage(long lineageId, boolean cascade, DeleteLineageTOptions options) throws AlluxioTException, org.apache.thrift.TException
LineageMasterClientService.Iface
deleteLineage
in interface LineageMasterClientService.Iface
lineageId
- the lineage idcascade
- whether to delete the lineage in cascadeoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_deleteLineage(long lineageId, boolean cascade, DeleteLineageTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public DeleteLineageTResponse recv_deleteLineage() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public GetLineageInfoListTResponse getLineageInfoList(GetLineageInfoListTOptions options) throws AlluxioTException, org.apache.thrift.TException
LineageMasterClientService.Iface
getLineageInfoList
in interface LineageMasterClientService.Iface
options
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_getLineageInfoList(GetLineageInfoListTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public GetLineageInfoListTResponse recv_getLineageInfoList() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public ReinitializeFileTResponse reinitializeFile(String path, long blockSizeBytes, long ttl, TTtlAction ttlAction, ReinitializeFileTOptions options) throws AlluxioTException, org.apache.thrift.TException
LineageMasterClientService.Iface
reinitializeFile
in interface LineageMasterClientService.Iface
path
- the path of the fileblockSizeBytes
- block size in bytesttl
- time to livettlAction
- expiry actionoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_reinitializeFile(String path, long blockSizeBytes, long ttl, TTtlAction ttlAction, ReinitializeFileTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public ReinitializeFileTResponse recv_reinitializeFile() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
public ReportLostFileTResponse reportLostFile(String path, ReportLostFileTOptions options) throws AlluxioTException, org.apache.thrift.TException
LineageMasterClientService.Iface
reportLostFile
in interface LineageMasterClientService.Iface
path
- the path of the fileoptions
- the method optionsAlluxioTException
org.apache.thrift.TException
public void send_reportLostFile(String path, ReportLostFileTOptions options) throws org.apache.thrift.TException
org.apache.thrift.TException
public ReportLostFileTResponse recv_reportLostFile() throws AlluxioTException, org.apache.thrift.TException
AlluxioTException
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.