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) |
EdgeStep.Builder |
step() |
KoutRequest.Builder |
withPath(boolean withPath) |
KoutRequest.Builder |
withVertex(boolean withVertex) |
public KoutRequest.Builder source(Object source)
public EdgeStep.Builder step()
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 build()
Copyright © 2023 The Apache Software Foundation. All rights reserved.