| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
MultiGetReq |
MetaService.multiGet_args.req |
| Modifier and Type | Method and Description |
|---|---|
MultiGetReq |
MultiGetReq.Builder.build() |
MultiGetReq |
MultiGetReq.deepCopy() |
MultiGetReq |
MetaService.multiGet_args.getReq() |
MultiGetReq |
MultiGetReq.setKeys(List<byte[]> keys) |
MultiGetReq |
MultiGetReq.setSegment(byte[] segment) |
| Modifier and Type | Method and Description |
|---|---|
int |
MultiGetReq.compareTo(MultiGetReq other) |
MultiGetResp |
MetaService.Iface.multiGet(MultiGetReq req) |
MultiGetResp |
MetaService.Client.multiGet(MultiGetReq req) |
void |
MetaService.AsyncIface.multiGet(MultiGetReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.multiGet(MultiGetReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler578) |
void |
MetaService.Client.send_multiGet(MultiGetReq req) |
MetaService.multiGet_args |
MetaService.multiGet_args.setReq(MultiGetReq req) |
| Constructor and Description |
|---|
multiGet_args(MultiGetReq req) |
multiGet_call(MultiGetReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler579,
com.facebook.thrift.async.TAsyncClient client575,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory576,
com.facebook.thrift.transport.TNonblockingTransport transport577) |
MultiGetReq(MultiGetReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.