| Package | Description |
|---|---|
| org.apache.hugegraph.api.graph | |
| org.apache.hugegraph.api.traverser | |
| org.apache.hugegraph.driver |
| Modifier and Type | Method and Description |
|---|---|
Edges |
EdgeAPI.list(int limit) |
Edges |
EdgeAPI.list(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
boolean keepP,
int offset,
String page,
int limit) |
Edges |
EdgeAPI.list(Object vertexId,
Direction direction,
String label,
Map<String,Object> properties,
int offset,
String page,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Edges |
EdgesAPI.scan(Shard shard,
String page,
long pageLimit) |
| Modifier and Type | Method and Description |
|---|---|
Edges |
TraverserManager.edges(Shard shard) |
Edges |
TraverserManager.edges(Shard shard,
String page) |
Edges |
TraverserManager.edges(Shard shard,
String page,
long pageLimit) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.