Class GraphConfigProcedures


  • public class GraphConfigProcedures
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.neo4j.graphdb.GraphDatabaseService db  
      org.neo4j.logging.Log log  
      org.neo4j.graphdb.Transaction tx  
    • Field Detail

      • db

        public org.neo4j.graphdb.GraphDatabaseService db
      • tx

        public org.neo4j.graphdb.Transaction tx
      • log

        public org.neo4j.logging.Log log
    • Constructor Detail

      • GraphConfigProcedures

        public GraphConfigProcedures()
    • Method Detail

      • init

        public java.util.stream.Stream<GraphConfigItemResult> init​(java.util.Map<java.lang.String,​java.lang.Object> props)
                                                            throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
        Throws:
        n10s.graphconfig.GraphConfigProcedures.GraphConfigException
      • set

        public java.util.stream.Stream<GraphConfigItemResult> set​(java.util.Map<java.lang.String,​java.lang.Object> props)
                                                           throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
        Throws:
        n10s.graphconfig.GraphConfigProcedures.GraphConfigException
      • show

        public java.util.stream.Stream<GraphConfigItemResult> show()
                                                            throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
        Throws:
        n10s.graphconfig.GraphConfigProcedures.GraphConfigException
      • drop

        public java.util.stream.Stream<GraphConfigItemResult> drop()
                                                            throws n10s.graphconfig.GraphConfigProcedures.GraphConfigException
        Throws:
        n10s.graphconfig.GraphConfigProcedures.GraphConfigException