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