Package n10s.graphconfig
Class GraphConfigProcedures
java.lang.Object
n10s.graphconfig.GraphConfigProcedures
-
Field Details
-
db
public org.neo4j.graphdb.GraphDatabaseService db -
tx
public org.neo4j.graphdb.Transaction tx -
log
public org.neo4j.logging.Log log
-
-
Constructor Details
-
GraphConfigProcedures
public GraphConfigProcedures()
-
-
Method Details
-
init
public Stream<GraphConfigItemResult> init(Map<String, Object> props) throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
set
public Stream<GraphConfigItemResult> set(Map<String, Object> props) throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
show
public Stream<GraphConfigItemResult> show() throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-
drop
public Stream<GraphConfigItemResult> drop() throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException- Throws:
n10s.graphconfig.GraphConfigProcedures.GraphConfigException
-