Interface | Description |
---|---|
EnginePropertySchema |
图引擎属性模型。
|
EngineSchema |
图引擎模型, 分为点模型和边模型, 用于提供跟模型相关的基础接口。
|
EngineStartupMeta |
图引擎启动元信息。
|
Class | Description |
---|---|
EngineConfig |
图引擎启动配置器,可自行配置各个值。
|
EngineEdgeParam |
图引擎边迭代相关接口自定义参数类。
|
EnginePropertyParam |
图引擎启动属性配置器。
|
EngineVertexParam |
图引擎点迭代相关接口参数类。
|
Enum | Description |
---|---|
EngineDataType |
图引擎支持的点边属性类型。
|
OrderDescription |
排序描述符。
|
Exception | Description |
---|---|
EngineApiException |
图引擎接口API异常。
|