Package | Description |
---|---|
alluxio.master.keyvalue | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
MergeStoreTResponse |
KeyValueMasterClientServiceHandler.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options) |
Modifier and Type | Method and Description |
---|---|
MergeStoreTResponse |
MergeStoreTResponse.deepCopy() |
MergeStoreTResponse |
KeyValueMasterClientService.AsyncClient.mergeStore_call.getResult() |
MergeStoreTResponse |
KeyValueMasterClientService.mergeStore_result.getSuccess() |
MergeStoreTResponse |
KeyValueMasterClientService.Iface.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options)
Merges one completed key-value store to another completed key-value store.
|
MergeStoreTResponse |
KeyValueMasterClientService.Client.mergeStore(String fromPath,
String toPath,
MergeStoreTOptions options) |
MergeStoreTResponse |
KeyValueMasterClientService.Client.recv_mergeStore() |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<MergeStoreTResponse> |
KeyValueMasterClientService.AsyncProcessor.mergeStore.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
MergeStoreTResponse.compareTo(MergeStoreTResponse other) |
boolean |
MergeStoreTResponse.equals(MergeStoreTResponse that) |
KeyValueMasterClientService.mergeStore_result |
KeyValueMasterClientService.mergeStore_result.setSuccess(MergeStoreTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
KeyValueMasterClientService.AsyncProcessor.mergeStore.start(I iface,
KeyValueMasterClientService.mergeStore_args args,
org.apache.thrift.async.AsyncMethodCallback<MergeStoreTResponse> resultHandler) |
Constructor and Description |
---|
mergeStore_result(MergeStoreTResponse success,
AlluxioTException e) |
MergeStoreTResponse(MergeStoreTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.