public class TraversersAPI extends API
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| Constructor and Description |
|---|
TraversersAPI(RestClient client,
String graph) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkAlpha(double alpha) |
static void |
checkCapacity(long capacity) |
static void |
checkDegree(long degree) |
static void |
checkLimit(int limit) |
static void |
checkPositive(int value,
String name) |
static void |
checkSkipDegree(long skipDegree,
long degree,
long capacity) |
protected String |
type() |
checkLimit, checkOffset, path, path, pathpublic TraversersAPI(RestClient client, String graph)
public static void checkPositive(int value,
String name)
public static void checkDegree(long degree)
public static void checkCapacity(long capacity)
public static void checkLimit(int limit)
public static void checkAlpha(double alpha)
public static void checkSkipDegree(long skipDegree,
long degree,
long capacity)
Copyright © 2023 The Apache Software Foundation. All rights reserved.