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