Package org.neo4j.gds
Class StatsProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig>
- java.lang.Object
-
- org.neo4j.gds.BaseProc
-
- org.neo4j.gds.AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
- org.neo4j.gds.StatsProc<ALGO,ALGO_RESULT,PROC_RESULT,CONFIG>
-
- All Implemented Interfaces:
org.neo4j.gds.executor.AlgorithmSpec<ALGO,ALGO_RESULT,CONFIG,java.util.stream.Stream<PROC_RESULT>,org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG>>
public abstract class StatsProc<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,PROC_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> extends AlgoBaseProc<ALGO,ALGO_RESULT,CONFIG,PROC_RESULT>
-
-
Field Summary
-
Fields inherited from class org.neo4j.gds.AlgoBaseProc
STATS_DESCRIPTION
-
Fields inherited from class org.neo4j.gds.BaseProc
callContext, databaseService, ESTIMATE_DESCRIPTION, internalModelCatalog, log, procedureTransaction, taskRegistryFactory, transaction, userLogRegistryFactory, username
-
-
Constructor Summary
Constructors Constructor Description StatsProc()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.neo4j.gds.executor.ComputationResultConsumer<ALGO,ALGO_RESULT,CONFIG,java.util.stream.Stream<PROC_RESULT>>computationResultConsumer()protected abstract org.neo4j.gds.result.AbstractResultBuilder<PROC_RESULT>resultBuilder(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult, org.neo4j.gds.executor.ExecutionContext executionContext)protected java.util.stream.Stream<PROC_RESULT>stats(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult)-
Methods inherited from class org.neo4j.gds.AlgoBaseProc
compute, compute, computeEstimate, configParser, name, newConfig, newConfigFunction, nodeProperties, validationConfig
-
Methods inherited from class org.neo4j.gds.BaseProc
databaseId, executionContext, graphLoaderContext, graphStoreFromCatalog, isGdsAdmin, memoryUsageValidator, modelCatalog, runWithExceptionLogging, runWithExceptionLogging, setModelCatalog, username, validateConfig, validateConfig, validateGraphName
-
-
-
-
Method Detail
-
resultBuilder
protected abstract org.neo4j.gds.result.AbstractResultBuilder<PROC_RESULT> resultBuilder(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult, org.neo4j.gds.executor.ExecutionContext executionContext)
-
computationResultConsumer
public org.neo4j.gds.executor.ComputationResultConsumer<ALGO,ALGO_RESULT,CONFIG,java.util.stream.Stream<PROC_RESULT>> computationResultConsumer()
-
stats
protected java.util.stream.Stream<PROC_RESULT> stats(org.neo4j.gds.executor.ComputationResult<ALGO,ALGO_RESULT,CONFIG> computeResult)
-
-