Package apoc.monitor

Class Kernel


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

      Fields 
      Modifier and Type Field Description
      org.neo4j.graphdb.GraphDatabaseService graphDatabaseService  
    • Constructor Summary

      Constructors 
      Constructor Description
      Kernel()  
    • Method Summary

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

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

      • graphDatabaseService

        public org.neo4j.graphdb.GraphDatabaseService graphDatabaseService
    • Constructor Detail

      • Kernel

        public Kernel()
    • Method Detail

      • kernel

        public java.util.stream.Stream<apoc.result.KernelInfoResult> kernel()