| 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 resultHandler807) |
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 resultHandler808,
com.facebook.thrift.async.TAsyncClient client804,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory805,
com.facebook.thrift.transport.TNonblockingTransport transport806) |
CreateFTIndexReq(CreateFTIndexReq other)
Performs a deep copy on other.
|
Copyright © 2024. All rights reserved.