| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
ScanReq |
MetaService.scan_args.req |
| Modifier and Type | Method and Description |
|---|---|
ScanReq |
ScanReq.Builder.build() |
ScanReq |
ScanReq.deepCopy() |
ScanReq |
MetaService.scan_args.getReq() |
ScanReq |
ScanReq.setEnd(byte[] end) |
ScanReq |
ScanReq.setSegment(byte[] segment) |
ScanReq |
ScanReq.setStart(byte[] start) |
| Modifier and Type | Method and Description |
|---|---|
int |
ScanReq.compareTo(ScanReq other) |
ScanResp |
MetaService.Iface.scan(ScanReq req) |
ScanResp |
MetaService.Client.scan(ScanReq req) |
void |
MetaService.AsyncIface.scan(ScanReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.scan(ScanReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler593) |
void |
MetaService.Client.send_scan(ScanReq req) |
MetaService.scan_args |
MetaService.scan_args.setReq(ScanReq req) |
| Constructor and Description |
|---|
scan_args(ScanReq req) |
scan_call(ScanReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler594,
com.facebook.thrift.async.TAsyncClient client590,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory591,
com.facebook.thrift.transport.TNonblockingTransport transport592) |
ScanReq(ScanReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.