| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
DropEdgeIndexReq |
MetaService.dropEdgeIndex_args.req |
| Modifier and Type | Method and Description |
|---|---|
DropEdgeIndexReq |
DropEdgeIndexReq.Builder.build() |
DropEdgeIndexReq |
DropEdgeIndexReq.deepCopy() |
DropEdgeIndexReq |
MetaService.dropEdgeIndex_args.getReq() |
DropEdgeIndexReq |
DropEdgeIndexReq.setIf_exists(boolean if_exists) |
DropEdgeIndexReq |
DropEdgeIndexReq.setIndex_name(byte[] index_name) |
DropEdgeIndexReq |
DropEdgeIndexReq.setSpace_id(int space_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
DropEdgeIndexReq.compareTo(DropEdgeIndexReq other) |
ExecResp |
MetaService.Iface.dropEdgeIndex(DropEdgeIndexReq req) |
ExecResp |
MetaService.Client.dropEdgeIndex(DropEdgeIndexReq req) |
void |
MetaService.AsyncIface.dropEdgeIndex(DropEdgeIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.dropEdgeIndex(DropEdgeIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler633) |
void |
MetaService.Client.send_dropEdgeIndex(DropEdgeIndexReq req) |
MetaService.dropEdgeIndex_args |
MetaService.dropEdgeIndex_args.setReq(DropEdgeIndexReq req) |
| Constructor and Description |
|---|
dropEdgeIndex_args(DropEdgeIndexReq req) |
dropEdgeIndex_call(DropEdgeIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler634,
com.facebook.thrift.async.TAsyncClient client630,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory631,
com.facebook.thrift.transport.TNonblockingTransport transport632) |
DropEdgeIndexReq(DropEdgeIndexReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.