Class CELFStatsProc


  • public class CELFStatsProc
    extends org.neo4j.gds.BaseProc
    • Field Summary

      • Fields inherited from class org.neo4j.gds.BaseProc

        callContext, databaseService, ESTIMATE_DESCRIPTION, internalModelCatalog, log, procedureTransaction, taskRegistryFactory, transaction, userLogRegistryFactory, username
    • Constructor Summary

      Constructors 
      Constructor Description
      CELFStatsProc()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<org.neo4j.gds.results.MemoryEstimateResult> estimate​(java.lang.Object graphNameOrConfiguration, java.util.Map<java.lang.String,​java.lang.Object> algoConfiguration)  
      java.util.stream.Stream<StatsResult> stats​(java.lang.String graphName, java.util.Map<java.lang.String,​java.lang.Object> configuration)  
      • Methods inherited from class org.neo4j.gds.BaseProc

        databaseId, executionContext, graphLoaderContext, graphStoreFromCatalog, isGdsAdmin, memoryUsageValidator, modelCatalog, runWithExceptionLogging, runWithExceptionLogging, setModelCatalog, username, validateConfig, validateConfig, validateGraphName
      • Methods inherited from class java.lang.Object

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

      • CELFStatsProc

        public CELFStatsProc()
    • Method Detail

      • stats

        public java.util.stream.Stream<StatsResult> stats​(java.lang.String graphName,
                                                          java.util.Map<java.lang.String,​java.lang.Object> configuration)
      • estimate

        public java.util.stream.Stream<org.neo4j.gds.results.MemoryEstimateResult> estimate​(java.lang.Object graphNameOrConfiguration,
                                                                                            java.util.Map<java.lang.String,​java.lang.Object> algoConfiguration)