Package | Description |
---|---|
alluxio.master.lineage | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
DeleteLineageTResponse |
LineageMasterClientServiceHandler.deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options) |
Modifier and Type | Method and Description |
---|---|
DeleteLineageTOptions |
DeleteLineageTOptions.deepCopy() |
DeleteLineageTOptions |
LineageMasterClientService.deleteLineage_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
DeleteLineageTOptions.compareTo(DeleteLineageTOptions other) |
DeleteLineageTResponse |
LineageMasterClientService.Iface.deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options)
Deletes a lineage and returns whether the deletion succeeded.
|
DeleteLineageTResponse |
LineageMasterClientService.Client.deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options) |
void |
LineageMasterClientService.AsyncIface.deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
LineageMasterClientService.AsyncClient.deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
boolean |
DeleteLineageTOptions.equals(DeleteLineageTOptions that) |
void |
LineageMasterClientService.Client.send_deleteLineage(long lineageId,
boolean cascade,
DeleteLineageTOptions options) |
LineageMasterClientService.deleteLineage_args |
LineageMasterClientService.deleteLineage_args.setOptions(DeleteLineageTOptions options)
the method options
|
Constructor and Description |
---|
deleteLineage_args(long lineageId,
boolean cascade,
DeleteLineageTOptions options) |
deleteLineage_call(long lineageId,
boolean cascade,
DeleteLineageTOptions 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) |
DeleteLineageTOptions(DeleteLineageTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.