| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
DropEdgeReq |
MetaService.dropEdge_args.req |
| Modifier and Type | Method and Description |
|---|---|
DropEdgeReq |
DropEdgeReq.Builder.build() |
DropEdgeReq |
DropEdgeReq.deepCopy() |
DropEdgeReq |
MetaService.dropEdge_args.getReq() |
DropEdgeReq |
DropEdgeReq.setEdge_name(byte[] edge_name) |
DropEdgeReq |
DropEdgeReq.setIf_exists(boolean if_exists) |
DropEdgeReq |
DropEdgeReq.setSpace_id(int space_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
DropEdgeReq.compareTo(DropEdgeReq other) |
ExecResp |
MetaService.Iface.dropEdge(DropEdgeReq req) |
ExecResp |
MetaService.Client.dropEdge(DropEdgeReq req) |
void |
MetaService.AsyncIface.dropEdge(DropEdgeReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.dropEdge(DropEdgeReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler518) |
void |
MetaService.Client.send_dropEdge(DropEdgeReq req) |
MetaService.dropEdge_args |
MetaService.dropEdge_args.setReq(DropEdgeReq req) |
| Constructor and Description |
|---|
dropEdge_args(DropEdgeReq req) |
dropEdge_call(DropEdgeReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler519,
com.facebook.thrift.async.TAsyncClient client515,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory516,
com.facebook.thrift.transport.TNonblockingTransport transport517) |
DropEdgeReq(DropEdgeReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.