| 程序包 | 说明 |
|---|---|
| com.baidu.hugegraph.api.schema | |
| com.baidu.hugegraph.driver | |
| com.baidu.hugegraph.structure.schema |
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyKey |
PropertyKeyAPI.append(PropertyKey propertyKey) |
PropertyKey |
PropertyKeyAPI.create(PropertyKey propertyKey) |
PropertyKey |
PropertyKeyAPI.eliminate(PropertyKey propertyKey) |
PropertyKey |
PropertyKeyAPI.get(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PropertyKey> |
PropertyKeyAPI.list() |
List<PropertyKey> |
PropertyKeyAPI.list(List<String> names) |
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyKey |
PropertyKeyAPI.append(PropertyKey propertyKey) |
PropertyKey |
PropertyKeyAPI.create(PropertyKey propertyKey) |
PropertyKey |
PropertyKeyAPI.eliminate(PropertyKey propertyKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyKey |
SchemaManager.addPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.appendPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.eliminatePropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.getPropertyKey(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PropertyKey> |
SchemaManager.getPropertyKeys() |
List<PropertyKey> |
SchemaManager.getPropertyKeys(List<String> names) |
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyKey |
SchemaManager.addPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.appendPropertyKey(PropertyKey propertyKey) |
PropertyKey |
SchemaManager.eliminatePropertyKey(PropertyKey propertyKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
PropertyKey |
PropertyKey.BuilderImpl.append() |
PropertyKey |
PropertyKey.BuilderImpl.build() |
PropertyKey |
PropertyKey.BuilderImpl.create() |
PropertyKey |
PropertyKey.BuilderImpl.eliminate() |
Copyright © 2020. All rights reserved.