| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<PrivilegeTag> |
PrivilegeSchema.tags |
| Modifier and Type | Method and Description |
|---|---|
PrivilegeTag |
PrivilegeTag.Builder.build() |
PrivilegeTag |
PrivilegeTag.deepCopy() |
PrivilegeTag |
PrivilegeTag.setTag_id(int tag_id) |
PrivilegeTag |
PrivilegeTag.setTag_name(byte[] tag_name) |
| Modifier and Type | Method and Description |
|---|---|
List<PrivilegeTag> |
PrivilegeSchema.getTags() |
| Modifier and Type | Method and Description |
|---|---|
int |
PrivilegeTag.compareTo(PrivilegeTag other) |
| Modifier and Type | Method and Description |
|---|---|
PrivilegeSchema |
PrivilegeSchema.setTags(List<PrivilegeTag> tags) |
PrivilegeSchema.Builder |
PrivilegeSchema.Builder.setTags(List<PrivilegeTag> tags) |
| Constructor and Description |
|---|
PrivilegeTag(PrivilegeTag other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
PrivilegeSchema(boolean access_all_tags,
List<PrivilegeTag> tags,
boolean access_all_edges,
List<PrivilegeEdge> edge_types) |
Copyright © 2024. All rights reserved.