Package apoc.cluster

Class Cluster


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

      Fields 
      Modifier and Type Field Description
      org.neo4j.kernel.internal.GraphDatabaseAPI api  
      org.neo4j.graphdb.Transaction tx  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cluster()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<apoc.result.GraphResult> graph()
      Deprecated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tx

        public org.neo4j.graphdb.Transaction tx
      • api

        public org.neo4j.kernel.internal.GraphDatabaseAPI api
    • Constructor Detail

      • Cluster

        public Cluster()
    • Method Detail

      • graph

        @Deprecated
        public java.util.stream.Stream<apoc.result.GraphResult> graph()
        Deprecated.