public class KneighborRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KneighborRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
boolean |
countOnly |
int |
limit |
int |
maxDepth |
EdgeStep |
step |
boolean |
withPath |
boolean |
withVertex |
| Modifier and Type | Method and Description |
|---|---|
static KneighborRequest.Builder |
builder() |
String |
toString() |
public EdgeStep step
public int maxDepth
public boolean countOnly
public int limit
public boolean withVertex
public boolean withPath
public static KneighborRequest.Builder builder()
Copyright © 2023 The Apache Software Foundation. All rights reserved.