| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
AlterEdgeReq |
MetaService.alterEdge_args.req |
| Modifier and Type | Method and Description |
|---|---|
AlterEdgeReq |
AlterEdgeReq.Builder.build() |
AlterEdgeReq |
AlterEdgeReq.deepCopy() |
AlterEdgeReq |
MetaService.alterEdge_args.getReq() |
AlterEdgeReq |
AlterEdgeReq.setEdge_items(List<AlterSchemaItem> edge_items) |
AlterEdgeReq |
AlterEdgeReq.setEdge_name(byte[] edge_name) |
AlterEdgeReq |
AlterEdgeReq.setSchema_prop(SchemaProp schema_prop) |
AlterEdgeReq |
AlterEdgeReq.setSpace_id(int space_id) |
| Modifier and Type | Method and Description |
|---|---|
ExecResp |
MetaService.Iface.alterEdge(AlterEdgeReq req) |
ExecResp |
MetaService.Client.alterEdge(AlterEdgeReq req) |
void |
MetaService.AsyncIface.alterEdge(AlterEdgeReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.alterEdge(AlterEdgeReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler513) |
int |
AlterEdgeReq.compareTo(AlterEdgeReq other) |
void |
MetaService.Client.send_alterEdge(AlterEdgeReq req) |
MetaService.alterEdge_args |
MetaService.alterEdge_args.setReq(AlterEdgeReq req) |
| Constructor and Description |
|---|
alterEdge_args(AlterEdgeReq req) |
alterEdge_call(AlterEdgeReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler514,
com.facebook.thrift.async.TAsyncClient client510,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory511,
com.facebook.thrift.transport.TNonblockingTransport transport512) |
AlterEdgeReq(AlterEdgeReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.