public static class KneighborRequest.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
KneighborRequest |
build() |
KneighborRequest.Builder |
countOnly(boolean countOnly) |
KneighborRequest.Builder |
limit(long 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(long limit)
public KneighborRequest.Builder withVertex(boolean withVertex)
public KneighborRequest.Builder withPath(boolean withPath)
public KneighborRequest build()
Copyright © 2021. All rights reserved.