public static class LineageMasterClientService.AsyncClient extends AlluxioService.AsyncClient implements LineageMasterClientService.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
LineageMasterClientService.AsyncClient.createLineage_call |
static class |
LineageMasterClientService.AsyncClient.deleteLineage_call |
static class |
LineageMasterClientService.AsyncClient.Factory |
static class |
LineageMasterClientService.AsyncClient.getLineageInfoList_call |
static class |
LineageMasterClientService.AsyncClient.reinitializeFile_call |
static class |
LineageMasterClientService.AsyncClient.reportLostFile_call |
AlluxioService.AsyncClient.getServiceVersion_call
Constructor and Description |
---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
createLineage(List<String> inputFiles,
List<String> outputFiles,
CommandLineJobInfo job,
CreateLineageTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getLineageInfoList(GetLineageInfoListTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
reinitializeFile(String path,
long blockSizeBytes,
long ttl,
TTtlAction ttlAction,
ReinitializeFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
reportLostFile(String path,
ReportLostFileTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
getServiceVersion
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getServiceVersion
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
public void createLineage(List<String> inputFiles, List<String> outputFiles, CommandLineJobInfo job, CreateLineageTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
createLineage
in interface LineageMasterClientService.AsyncIface
org.apache.thrift.TException
public void deleteLineage(long lineageId, boolean cascade, DeleteLineageTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
deleteLineage
in interface LineageMasterClientService.AsyncIface
org.apache.thrift.TException
public void getLineageInfoList(GetLineageInfoListTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getLineageInfoList
in interface LineageMasterClientService.AsyncIface
org.apache.thrift.TException
public void reinitializeFile(String path, long blockSizeBytes, long ttl, TTtlAction ttlAction, ReinitializeFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
reinitializeFile
in interface LineageMasterClientService.AsyncIface
org.apache.thrift.TException
public void reportLostFile(String path, ReportLostFileTOptions options, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
reportLostFile
in interface LineageMasterClientService.AsyncIface
org.apache.thrift.TException
Copyright © 2023. All Rights Reserved.