| Modifier and Type | Method and Description |
|---|---|
CreateStoreTResponse |
KeyValueMasterClientService.Iface.createStore(java.lang.String path,
CreateStoreTOptions options)
Creates a new key-value store on master.
|
CreateStoreTResponse |
KeyValueMasterClientService.Client.createStore(java.lang.String path,
CreateStoreTOptions options) |
CreateStoreTResponse |
CreateStoreTResponse.deepCopy() |
CreateStoreTResponse |
KeyValueMasterClientService.AsyncClient.createStore_call.getResult() |
CreateStoreTResponse |
KeyValueMasterClientService.createStore_result.getSuccess() |
CreateStoreTResponse |
KeyValueMasterClientService.Client.recv_createStore() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<CreateStoreTResponse> |
KeyValueMasterClientService.AsyncProcessor.createStore.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
CreateStoreTResponse.compareTo(CreateStoreTResponse other) |
boolean |
CreateStoreTResponse.equals(CreateStoreTResponse that) |
KeyValueMasterClientService.createStore_result |
KeyValueMasterClientService.createStore_result.setSuccess(CreateStoreTResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyValueMasterClientService.AsyncProcessor.createStore.start(I iface,
KeyValueMasterClientService.createStore_args args,
org.apache.thrift.async.AsyncMethodCallback<CreateStoreTResponse> resultHandler) |
| Constructor and Description |
|---|
createStore_result(CreateStoreTResponse success,
AlluxioTException e) |
CreateStoreTResponse(CreateStoreTResponse other)
Performs a deep copy on other.
|
Copyright © 2019. All Rights Reserved.