| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
CreateFTIndexReq |
MetaService.createFTIndex_args.req |
| Modifier and Type | Method and Description |
|---|---|
CreateFTIndexReq |
CreateFTIndexReq.Builder.build() |
CreateFTIndexReq |
CreateFTIndexReq.deepCopy() |
CreateFTIndexReq |
MetaService.createFTIndex_args.getReq() |
CreateFTIndexReq |
CreateFTIndexReq.setFulltext_index_name(byte[] fulltext_index_name) |
CreateFTIndexReq |
CreateFTIndexReq.setIndex(FTIndex index) |
| Modifier and Type | Method and Description |
|---|---|
int |
CreateFTIndexReq.compareTo(CreateFTIndexReq other) |
ExecResp |
MetaService.Iface.createFTIndex(CreateFTIndexReq req) |
ExecResp |
MetaService.Client.createFTIndex(CreateFTIndexReq req) |
void |
MetaService.AsyncIface.createFTIndex(CreateFTIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.createFTIndex(CreateFTIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler818) |
void |
MetaService.Client.send_createFTIndex(CreateFTIndexReq req) |
MetaService.createFTIndex_args |
MetaService.createFTIndex_args.setReq(CreateFTIndexReq req) |
| Constructor and Description |
|---|
createFTIndex_args(CreateFTIndexReq req) |
createFTIndex_call(CreateFTIndexReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler819,
com.facebook.thrift.async.TAsyncClient client815,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory816,
com.facebook.thrift.transport.TNonblockingTransport transport817) |
CreateFTIndexReq(CreateFTIndexReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.