public class KoutRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KoutRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
long |
capacity |
boolean |
countOnly |
int |
limit |
int |
maxDepth |
boolean |
nearest |
VESteps |
steps |
String |
traverseMode |
boolean |
withEdge |
boolean |
withPath |
boolean |
withVertex |
| Modifier and Type | Method and Description |
|---|---|
static KoutRequest.Builder |
builder() |
String |
toString() |
public VESteps steps
public int maxDepth
public boolean nearest
public boolean countOnly
public long capacity
public int limit
public boolean withVertex
public boolean withPath
public boolean withEdge
public String traverseMode
public static KoutRequest.Builder builder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.