public class GraphsAPI extends API
BATCH_ENCODING, CHARSET, client, NO_LIMIT, PATH_SPLITOR| Constructor and Description |
|---|
GraphsAPI(RestClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(String graph,
String message) |
Map<String,String> |
create(String name,
String cloneGraphName,
String configText) |
void |
drop(String graph,
String message) |
Map<String,String> |
get(String name) |
List<String> |
list() |
GraphMode |
mode(String graph) |
void |
mode(String graph,
GraphMode mode) |
GraphReadMode |
readMode(String graph) |
void |
readMode(String graph,
GraphReadMode readMode) |
protected String |
type() |
checkLimit, checkOffset, path, path, pathpublic GraphsAPI(RestClient client)
public void readMode(String graph, GraphReadMode readMode)
public GraphReadMode readMode(String graph)
Copyright © 2023 The Apache Software Foundation. All rights reserved.