| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
DropFTIndexReq |
MetaService.dropFTIndex_args.req |
| Modifier and Type | Method and Description |
|---|---|
DropFTIndexReq |
DropFTIndexReq.Builder.build() |
DropFTIndexReq |
DropFTIndexReq.deepCopy() |
DropFTIndexReq |
MetaService.dropFTIndex_args.getReq() |
DropFTIndexReq |
DropFTIndexReq.setFulltext_index_name(byte[] fulltext_index_name) |
DropFTIndexReq |
DropFTIndexReq.setSpace_id(int space_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
DropFTIndexReq.compareTo(DropFTIndexReq other) |
ExecResp |
MetaService.Iface.dropFTIndex(DropFTIndexReq req) |
ExecResp |
MetaService.Client.dropFTIndex(DropFTIndexReq req) |
void |
MetaService.AsyncIface.dropFTIndex(DropFTIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.dropFTIndex(DropFTIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler823) |
void |
MetaService.Client.send_dropFTIndex(DropFTIndexReq req) |
MetaService.dropFTIndex_args |
MetaService.dropFTIndex_args.setReq(DropFTIndexReq req) |
| Constructor and Description |
|---|
dropFTIndex_args(DropFTIndexReq req) |
dropFTIndex_call(DropFTIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler824,
com.facebook.thrift.async.TAsyncClient client820,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory821,
com.facebook.thrift.transport.TNonblockingTransport transport822) |
DropFTIndexReq(DropFTIndexReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.