| Package | Description |
|---|---|
| com.vesoft.nebula.client.meta | |
| com.vesoft.nebula.encoder | |
| com.vesoft.nebula.meta |
| Modifier and Type | Method and Description |
|---|---|
TagItem |
MetaManager.getTag(String spaceName,
String tagName)
get tag
|
TagItem |
MetaCache.getTag(String spaceName,
String tagName) |
| Modifier and Type | Method and Description |
|---|---|
List<TagItem> |
MetaClient.getTags(String spaceName)
get all tags of spaceName
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
NebulaCodec.encodeTag(TagItem tag,
List<String> names,
List<Object> values) |
byte[] |
NebulaCodecImpl.encodeTag(TagItem tag,
List<String> names,
List<Object> values) |
| Modifier and Type | Field and Description |
|---|---|
List<TagItem> |
ListTagsResp.tags |
| Modifier and Type | Method and Description |
|---|---|
TagItem |
TagItem.Builder.build() |
TagItem |
TagItem.deepCopy() |
TagItem |
TagItem.setSchema(Schema schema) |
TagItem |
TagItem.setTag_id(int tag_id) |
TagItem |
TagItem.setTag_name(byte[] tag_name) |
TagItem |
TagItem.setVersion(long version) |
| Modifier and Type | Method and Description |
|---|---|
List<TagItem> |
ListTagsResp.getTags() |
| Modifier and Type | Method and Description |
|---|---|
int |
TagItem.compareTo(TagItem other) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsResp |
ListTagsResp.setTags(List<TagItem> tags) |
ListTagsResp.Builder |
ListTagsResp.Builder.setTags(List<TagItem> tags) |
| Constructor and Description |
|---|
TagItem(TagItem other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListTagsResp(ErrorCode code,
HostAddr leader,
List<TagItem> tags) |
Copyright © 2022. All rights reserved.