| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
RemoveReq |
MetaService.remove_args.req |
| Modifier and Type | Method and Description |
|---|---|
RemoveReq |
RemoveReq.Builder.build() |
RemoveReq |
RemoveReq.deepCopy() |
RemoveReq |
MetaService.remove_args.getReq() |
RemoveReq |
RemoveReq.setKey(byte[] key) |
RemoveReq |
RemoveReq.setSegment(byte[] segment) |
| Modifier and Type | Method and Description |
|---|---|
int |
RemoveReq.compareTo(RemoveReq other) |
ExecResp |
MetaService.Iface.remove(RemoveReq req) |
ExecResp |
MetaService.Client.remove(RemoveReq req) |
void |
MetaService.AsyncIface.remove(RemoveReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.remove(RemoveReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler583) |
void |
MetaService.Client.send_remove(RemoveReq req) |
MetaService.remove_args |
MetaService.remove_args.setReq(RemoveReq req) |
| Constructor and Description |
|---|
remove_args(RemoveReq req) |
remove_call(RemoveReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler584,
com.facebook.thrift.async.TAsyncClient client580,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory581,
com.facebook.thrift.transport.TNonblockingTransport transport582) |
RemoveReq(RemoveReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.