A B C D E F G I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AfterLoadValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor.validation
- afterLoadValidations() - Method in interface org.neo4j.gds.executor.validation.ValidationConfiguration
- algoConfig() - Method in class org.neo4j.gds.executor.AlgorithmMetaData
- AlgoConfigParser<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor
- AlgoConfigParser(String, NewConfigFunction<CONFIG>, DefaultsConfiguration, LimitsConfiguration) - Constructor for class org.neo4j.gds.executor.AlgoConfigParser
- algorithm() - Method in interface org.neo4j.gds.executor.ComputationResult
- algorithmFactory() - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- AlgorithmMetaData - Class in org.neo4j.gds.executor
- AlgorithmMetaData() - Constructor for class org.neo4j.gds.executor.AlgorithmMetaData
- algorithmSpec() - Method in interface org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition
- AlgorithmSpec<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,RESULT,ALGO_FACTORY extends org.neo4j.gds.AlgorithmFactory<?,ALGO,CONFIG>> - Interface in org.neo4j.gds.executor
- algorithmSpecClass() - Method in interface org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition
- AlgorithmSpecProgressTrackerProvider - Class in org.neo4j.gds.executor
- apply(String, CypherMapWrapper) - Method in interface org.neo4j.gds.executor.NewConfigFunction
B
- BeforeLoadValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor.validation
- beforeLoadValidations() - Method in interface org.neo4j.gds.executor.validation.ValidationConfiguration
C
- callContext() - Method in interface org.neo4j.gds.executor.ExecutionContext
- ComputationResult<A extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor
- computationResultConsumer() - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- ComputationResultConsumer<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,RESULT> - Interface in org.neo4j.gds.executor
- compute(String, Map<String, Object>, boolean, boolean) - Method in class org.neo4j.gds.executor.ProcedureExecutor
- computeEstimate(Object, Map<String, Object>) - Method in class org.neo4j.gds.executor.MemoryEstimationExecutor
- computeMillis() - Method in interface org.neo4j.gds.executor.ComputationResult
- config() - Method in interface org.neo4j.gds.executor.ComputationResult
- configParser(NewConfigFunction<CONFIG>, ExecutionContext) - Method in interface org.neo4j.gds.executor.ExecutorSpec
- configParser(NewConfigFunction<CONFIG>, ExecutionContext) - Method in class org.neo4j.gds.executor.ProcedureExecutorSpec
- consume(ComputationResult<ALGO, ALGO_RESULT, CONFIG>, ExecutionContext) - Method in interface org.neo4j.gds.executor.ComputationResultConsumer
- containsOutputField(String) - Method in interface org.neo4j.gds.executor.ExecutionContext
- create(CONFIG, String) - Method in interface org.neo4j.gds.executor.GraphCreationFactory
- create(CONFIG, String) - Method in class org.neo4j.gds.executor.ProcedureGraphCreationFactory
- createDefaultExecutorSpec() - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- createGraph(GraphStore) - Method in interface org.neo4j.gds.executor.GraphCreation
- createGraph(GraphStore) - Method in class org.neo4j.gds.executor.ProcedureGraphCreation
- createProgressTracker(String, long, int, ExecutionContext) - Static method in class org.neo4j.gds.executor.AlgorithmSpecProgressTrackerProvider
D
- databaseId() - Method in interface org.neo4j.gds.executor.ExecutionContext
- databaseService() - Method in interface org.neo4j.gds.executor.ExecutionContext
- description() - Method in annotation type org.neo4j.gds.executor.GdsCallable
- description() - Method in interface org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition
E
- empty() - Static method in interface org.neo4j.gds.executor.validation.ValidationConfiguration
- EMPTY - Static variable in interface org.neo4j.gds.executor.ExecutionContext
- entrySet() - Method in class org.neo4j.gds.executor.AlgorithmMetaData
- estimateMemoryUsageAfterLoading() - Method in class org.neo4j.gds.executor.FictitiousGraphStoreLoader
- estimateMemoryUsageAfterLoading() - Method in interface org.neo4j.gds.executor.GraphStoreCreator
- estimateMemoryUsageAfterLoading() - Method in class org.neo4j.gds.executor.GraphStoreFromDatabaseLoader
- estimateMemoryUsageDuringLoading() - Method in class org.neo4j.gds.executor.FictitiousGraphStoreLoader
- estimateMemoryUsageDuringLoading() - Method in interface org.neo4j.gds.executor.GraphStoreCreator
- estimateMemoryUsageDuringLoading() - Method in class org.neo4j.gds.executor.GraphStoreFromDatabaseLoader
- ExecutionContext - Interface in org.neo4j.gds.executor
- executionMode() - Method in annotation type org.neo4j.gds.executor.GdsCallable
- executionMode() - Method in interface org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition
- ExecutionMode - Enum in org.neo4j.gds.executor
- ExecutorSpec<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor
F
- FictitiousGraphStoreLoader - Class in org.neo4j.gds.executor
- FictitiousGraphStoreLoader(GraphProjectConfig) - Constructor for class org.neo4j.gds.executor.FictitiousGraphStoreLoader
- findAll() - Static method in class org.neo4j.gds.executor.GdsCallableFinder
- findAll(Collection<String>) - Static method in class org.neo4j.gds.executor.GdsCallableFinder
- findByName(String) - Static method in class org.neo4j.gds.executor.GdsCallableFinder
- findByName(String, Collection<String>) - Static method in class org.neo4j.gds.executor.GdsCallableFinder
- freeMemory() - Method in interface org.neo4j.gds.executor.MemoryUsageValidator.FreeMemoryInspector
G
- GdsCallable - Annotation Type in org.neo4j.gds.executor
-
This annotation is used to identify callables within the GDS library.
- GdsCallableFinder - Class in org.neo4j.gds.executor
- GdsCallableFinder.GdsCallableDefinition - Interface in org.neo4j.gds.executor
- graph() - Method in interface org.neo4j.gds.executor.ComputationResult
- GraphCreation<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor
- graphCreationFactory(ExecutionContext) - Method in interface org.neo4j.gds.executor.ExecutorSpec
- graphCreationFactory(ExecutionContext) - Method in class org.neo4j.gds.executor.ProcedureExecutorSpec
- GraphCreationFactory<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor
- graphDimensions() - Method in class org.neo4j.gds.executor.FictitiousGraphStoreLoader
- graphDimensions() - Method in class org.neo4j.gds.executor.GraphStoreFromCatalogLoader
- graphDimensions() - Method in class org.neo4j.gds.executor.GraphStoreFromDatabaseLoader
- graphDimensions() - Method in interface org.neo4j.gds.executor.GraphStoreLoader
- graphProjectConfig() - Method in class org.neo4j.gds.executor.FictitiousGraphStoreLoader
- graphProjectConfig() - Method in interface org.neo4j.gds.executor.GraphCreation
- graphProjectConfig() - Method in class org.neo4j.gds.executor.GraphStoreFromCatalogLoader
- graphProjectConfig() - Method in class org.neo4j.gds.executor.GraphStoreFromDatabaseLoader
- graphProjectConfig() - Method in interface org.neo4j.gds.executor.GraphStoreLoader
- graphProjectConfig() - Method in class org.neo4j.gds.executor.ProcedureGraphCreation
- GraphProjectConfigValidations - Class in org.neo4j.gds.executor.validation
- GraphProjectConfigValidations() - Constructor for class org.neo4j.gds.executor.validation.GraphProjectConfigValidations
- GraphProjectConfigValidations.OrientationValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor.validation
-
Validates that
Orientation.UNDIRECTEDis not mixed withOrientation.NATURALandOrientation.REVERSE. - GraphProjectConfigValidations.UndirectedGraphValidation<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor.validation
- graphStore() - Method in interface org.neo4j.gds.executor.ComputationResult
- graphStore() - Method in class org.neo4j.gds.executor.FictitiousGraphStoreLoader
- graphStore() - Method in interface org.neo4j.gds.executor.GraphCreation
- graphStore() - Method in class org.neo4j.gds.executor.GraphStoreFromCatalogLoader
- graphStore() - Method in class org.neo4j.gds.executor.GraphStoreFromDatabaseLoader
- graphStore() - Method in interface org.neo4j.gds.executor.GraphStoreLoader
- graphStore() - Method in class org.neo4j.gds.executor.ProcedureGraphCreation
- GraphStoreCreator - Interface in org.neo4j.gds.executor
- graphStoreFromCatalog(String, BaseConfig, String, DatabaseId, boolean) - Static method in class org.neo4j.gds.executor.GraphStoreFromCatalogLoader
- GraphStoreFromCatalogLoader - Class in org.neo4j.gds.executor
- GraphStoreFromCatalogLoader(String, AlgoBaseConfig, String, DatabaseId, boolean) - Constructor for class org.neo4j.gds.executor.GraphStoreFromCatalogLoader
- GraphStoreFromDatabaseLoader - Class in org.neo4j.gds.executor
- GraphStoreFromDatabaseLoader(GraphProjectConfig, String, GraphLoaderContext) - Constructor for class org.neo4j.gds.executor.GraphStoreFromDatabaseLoader
- GraphStoreLoader - Interface in org.neo4j.gds.executor
I
- identity() - Static method in interface org.neo4j.gds.executor.ComputationResultConsumer
- internalTransaction() - Method in interface org.neo4j.gds.executor.ExecutionContext
- isGdsAdmin() - Method in interface org.neo4j.gds.executor.ExecutionContext
- isGraphEmpty() - Method in interface org.neo4j.gds.executor.ComputationResult
L
- log() - Method in interface org.neo4j.gds.executor.ExecutionContext
M
- memoryEstimation(CONFIG) - Method in class org.neo4j.gds.executor.ProcedureMemoryEstimation
- MemoryEstimationExecutor<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor
- MemoryEstimationExecutor(AlgorithmSpec<ALGO, ALGO_RESULT, CONFIG, ?, ?>, ExecutionContext) - Constructor for class org.neo4j.gds.executor.MemoryEstimationExecutor
- MemoryEstimationExecutor(AlgorithmSpec<ALGO, ALGO_RESULT, CONFIG, ?, ?>, ExecutorSpec<ALGO, ALGO_RESULT, CONFIG>, ExecutionContext) - Constructor for class org.neo4j.gds.executor.MemoryEstimationExecutor
- MemoryEstimationGraphConfigParser - Class in org.neo4j.gds.executor
- MemoryEstimationGraphConfigParser(String) - Constructor for class org.neo4j.gds.executor.MemoryEstimationGraphConfigParser
- MemoryUsageValidator - Class in org.neo4j.gds.executor
- MemoryUsageValidator(Log, GraphDatabaseService) - Constructor for class org.neo4j.gds.executor.MemoryUsageValidator
- MemoryUsageValidator.FreeMemoryInspector - Interface in org.neo4j.gds.executor
- modelCatalog() - Method in interface org.neo4j.gds.executor.ExecutionContext
- MUTATE_NODE_PROPERTY - org.neo4j.gds.executor.ExecutionMode
- MUTATE_RELATIONSHIP - org.neo4j.gds.executor.ExecutionMode
N
- name() - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- name() - Method in annotation type org.neo4j.gds.executor.GdsCallable
- name() - Method in interface org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition
- newConfigFunction() - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- NewConfigFunction<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor
- nodePropertyExporterBuilder() - Method in interface org.neo4j.gds.executor.ExecutionContext
O
- org.neo4j.gds.executor - package org.neo4j.gds.executor
- org.neo4j.gds.executor.validation - package org.neo4j.gds.executor.validation
- OrientationValidation() - Constructor for class org.neo4j.gds.executor.validation.GraphProjectConfigValidations.OrientationValidation
P
- preProcessingMillis() - Method in interface org.neo4j.gds.executor.ComputationResult
- ProcConfigParser<CONFIG> - Interface in org.neo4j.gds.executor
- ProcedureExecutor<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig,RESULT> - Class in org.neo4j.gds.executor
- ProcedureExecutor(AlgorithmSpec<ALGO, ALGO_RESULT, CONFIG, RESULT, ?>, ExecutionContext) - Constructor for class org.neo4j.gds.executor.ProcedureExecutor
- ProcedureExecutor(AlgorithmSpec<ALGO, ALGO_RESULT, CONFIG, RESULT, ?>, ExecutorSpec<ALGO, ALGO_RESULT, CONFIG>, ExecutionContext) - Constructor for class org.neo4j.gds.executor.ProcedureExecutor
- ProcedureExecutorSpec<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor
- ProcedureExecutorSpec() - Constructor for class org.neo4j.gds.executor.ProcedureExecutorSpec
- ProcedureGraphCreation<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor
- ProcedureGraphCreationFactory<ALGO extends org.neo4j.gds.Algorithm<ALGO_RESULT>,ALGO_RESULT,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor
- ProcedureGraphCreationFactory(BiFunction<CONFIG, String, GraphStoreLoader>, MemoryUsageValidator) - Constructor for class org.neo4j.gds.executor.ProcedureGraphCreationFactory
- procedureMemoryEstimation(GraphDimensions, Optional<MemoryEstimation>, AlgorithmFactory<?, ALGO, CONFIG>, CONFIG) - Method in class org.neo4j.gds.executor.MemoryEstimationExecutor
- ProcedureMemoryEstimation<ALGO extends org.neo4j.gds.Algorithm<?>,CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor
- ProcedureMemoryEstimation(GraphDimensions, AlgorithmFactory<?, ALGO, CONFIG>) - Constructor for class org.neo4j.gds.executor.ProcedureMemoryEstimation
- procedureTransaction() - Method in interface org.neo4j.gds.executor.ExecutionContext
- processInput(Object) - Method in class org.neo4j.gds.executor.MemoryEstimationGraphConfigParser
- processInput(Map<String, Object>) - Method in class org.neo4j.gds.executor.AlgoConfigParser
- processInput(Map<String, Object>) - Method in interface org.neo4j.gds.executor.ProcConfigParser
R
- relationshipExporterBuilder() - Method in interface org.neo4j.gds.executor.ExecutionContext
- relationshipStreamExporterBuilder() - Method in interface org.neo4j.gds.executor.ExecutionContext
- result() - Method in interface org.neo4j.gds.executor.ComputationResult
S
- set(BaseConfig) - Method in class org.neo4j.gds.executor.AlgorithmMetaData
- STATS - org.neo4j.gds.executor.ExecutionMode
- STREAM - org.neo4j.gds.executor.ExecutionMode
T
- taskRegistryFactory() - Method in interface org.neo4j.gds.executor.ExecutionContext
- TRAIN - org.neo4j.gds.executor.ExecutionMode
- transaction() - Method in interface org.neo4j.gds.executor.ExecutionContext
- tryValidateMemoryUsage(C, Function<C, MemoryTreeWithDimensions>) - Method in class org.neo4j.gds.executor.MemoryUsageValidator
- tryValidateMemoryUsage(C, Function<C, MemoryTreeWithDimensions>, MemoryUsageValidator.FreeMemoryInspector) - Method in class org.neo4j.gds.executor.MemoryUsageValidator
U
- UndirectedGraphValidation() - Constructor for class org.neo4j.gds.executor.validation.GraphProjectConfigValidations.UndirectedGraphValidation
- userLogRegistryFactory() - Method in interface org.neo4j.gds.executor.ExecutionContext
- username() - Method in interface org.neo4j.gds.executor.ExecutionContext
- username() - Method in class org.neo4j.gds.executor.MemoryEstimationGraphConfigParser
V
- validateConfigsAfterLoad(GraphStore, GraphProjectConfig, CONFIG) - Method in interface org.neo4j.gds.executor.validation.AfterLoadValidation
- validateConfigsBeforeLoad(GraphProjectConfig, CONFIG) - Method in interface org.neo4j.gds.executor.validation.BeforeLoadValidation
- validateConfigsBeforeLoad(GraphProjectConfig, CONFIG) - Method in class org.neo4j.gds.executor.validation.GraphProjectConfigValidations.OrientationValidation
- validateConfigsBeforeLoad(GraphProjectConfig, CONFIG) - Method in class org.neo4j.gds.executor.validation.GraphProjectConfigValidations.UndirectedGraphValidation
- validateConfigsBeforeLoad(GraphProjectConfig, CONFIG) - Method in class org.neo4j.gds.executor.validation.Validator
- validateConfigWithGraphStore(GraphStore, GraphProjectConfig, CONFIG) - Method in class org.neo4j.gds.executor.validation.Validator
- validateMemoryEstimation(AlgorithmFactory<?, ALGO, CONFIG>) - Method in interface org.neo4j.gds.executor.GraphCreation
- validateMemoryEstimation(AlgorithmFactory<?, ALGO, CONFIG>) - Method in class org.neo4j.gds.executor.ProcedureGraphCreation
- validationConfig() - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- ValidationConfiguration<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Interface in org.neo4j.gds.executor.validation
- validator(ValidationConfiguration<CONFIG>) - Method in interface org.neo4j.gds.executor.ExecutorSpec
- validator(ValidationConfiguration<CONFIG>) - Method in class org.neo4j.gds.executor.ProcedureExecutorSpec
- Validator<CONFIG extends org.neo4j.gds.config.AlgoBaseConfig> - Class in org.neo4j.gds.executor.validation
- Validator(ValidationConfiguration<CONFIG>) - Constructor for class org.neo4j.gds.executor.validation.Validator
- valueOf(String) - Static method in enum org.neo4j.gds.executor.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.gds.executor.ExecutionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withModelCatalog(ModelCatalog) - Method in interface org.neo4j.gds.executor.AlgorithmSpec
- WRITE_NODE_PROPERTY - org.neo4j.gds.executor.ExecutionMode
- WRITE_RELATIONSHIP - org.neo4j.gds.executor.ExecutionMode
All Classes All Packages