| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
AlterTagReq |
MetaService.alterTag_args.req |
| Modifier and Type | Method and Description |
|---|---|
AlterTagReq |
AlterTagReq.Builder.build() |
AlterTagReq |
AlterTagReq.deepCopy() |
AlterTagReq |
MetaService.alterTag_args.getReq() |
AlterTagReq |
AlterTagReq.setSchema_prop(SchemaProp schema_prop) |
AlterTagReq |
AlterTagReq.setSpace_id(int space_id) |
AlterTagReq |
AlterTagReq.setTag_items(List<AlterSchemaItem> tag_items) |
AlterTagReq |
AlterTagReq.setTag_name(byte[] tag_name) |
| Modifier and Type | Method and Description |
|---|---|
ExecResp |
MetaService.Iface.alterTag(AlterTagReq req) |
ExecResp |
MetaService.Client.alterTag(AlterTagReq req) |
void |
MetaService.AsyncIface.alterTag(AlterTagReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaService.AsyncClient.alterTag(AlterTagReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler488) |
int |
AlterTagReq.compareTo(AlterTagReq other) |
void |
MetaService.Client.send_alterTag(AlterTagReq req) |
MetaService.alterTag_args |
MetaService.alterTag_args.setReq(AlterTagReq req) |
| Constructor and Description |
|---|
alterTag_args(AlterTagReq req) |
alterTag_call(AlterTagReq req,
com.facebook.thrift.async.AsyncMethodCallback resultHandler489,
com.facebook.thrift.async.TAsyncClient client485,
com.facebook.thrift.protocol.TProtocolFactory protocolFactory486,
com.facebook.thrift.transport.TNonblockingTransport transport487) |
AlterTagReq(AlterTagReq other)
Performs a deep copy on other.
|
Copyright © 2022. All rights reserved.