A C D E G I L O R T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(Context) - Method in class org.neo4j.gds.procedures.integration.GraphDataScienceProvider
- apply(Context) - Method in class org.neo4j.gds.procedures.integration.TaskRegistryFactoryProvider
-
Deprecated.
- apply(Context) - Method in class org.neo4j.gds.procedures.integration.TaskStoreProvider
-
Deprecated.
- apply(Context) - Method in class org.neo4j.gds.procedures.integration.UserLogRegistryFactoryProvider
-
Deprecated.
C
- CatalogFacadeProvider - Class in org.neo4j.gds.procedures.integration
-
Here we keep everything related to constructing the
CatalogFacadefrom aContext, at request time. - create(Log, Configuration, GlobalProcedures) - Static method in class org.neo4j.gds.procedures.integration.ExtensionBuilder
-
We create the extension builder purely from a few Neo4j services
D
- debug(String, Object...) - Method in class org.neo4j.gds.procedures.integration.LogAdapter
E
- ExporterBuildersProviderService - Interface in org.neo4j.gds.procedures.integration
- ExtensionBuilder - Class in org.neo4j.gds.procedures.integration
-
This is a general builder for extensions.
G
- gdsProvider(ExporterBuildersProviderService, Optional<Function<CatalogBusinessFacade, CatalogBusinessFacade>>, MetricsFacade, Optional<Function<AlgorithmProcessingTemplate, AlgorithmProcessingTemplate>>, ModelCatalogServiceProvider) - Method in class org.neo4j.gds.procedures.integration.ExtensionBuilder
-
Convenience for putting together the
GraphDataScienceprovider. - getLog(LogService, Class<?>) - Method in class org.neo4j.gds.procedures.integration.LogAccessor
- getNeo4jLog() - Method in class org.neo4j.gds.procedures.integration.LogAdapter
- GraphDataScienceProvider - Class in org.neo4j.gds.procedures.integration
-
We use this at request time to construct the facade that the procedures call.
I
- identifyExportBuildersProvider(GraphDatabaseService) - Method in interface org.neo4j.gds.procedures.integration.ExporterBuildersProviderService
- info(String) - Method in class org.neo4j.gds.procedures.integration.LogAdapter
- info(String, Object...) - Method in class org.neo4j.gds.procedures.integration.LogAdapter
- isDebugEnabled() - Method in class org.neo4j.gds.procedures.integration.LogAdapter
L
- LogAccessor - Class in org.neo4j.gds.procedures.integration
-
Just encapsulating this code which is used in two places
- LogAccessor() - Constructor for class org.neo4j.gds.procedures.integration.LogAccessor
- LogAdapter - Class in org.neo4j.gds.procedures.integration
-
We wrap Neo4j's log so that we isolate our code from theirs.
- LogAdapter(Log) - Constructor for class org.neo4j.gds.procedures.integration.LogAdapter
O
- org.neo4j.gds.procedures.integration - package org.neo4j.gds.procedures.integration
R
- registerExtension() - Method in class org.neo4j.gds.procedures.integration.ExtensionBuilder
-
The finalisation of the builder registers components with Neo4j
T
- TaskRegistryFactoryProvider - Class in org.neo4j.gds.procedures.integration
-
Deprecated.Needed until we strangle the last context-injected usages of
TaskRegistryFactory - TaskRegistryFactoryProvider(DatabaseIdAccessor, UserAccessor, TaskRegistryFactoryService) - Constructor for class org.neo4j.gds.procedures.integration.TaskRegistryFactoryProvider
-
Deprecated.
- TaskStoreProvider - Class in org.neo4j.gds.procedures.integration
-
Deprecated.This exists only until we stop using context-injected
TaskStores. - TaskStoreProvider(DatabaseIdAccessor, TaskStoreService) - Constructor for class org.neo4j.gds.procedures.integration.TaskStoreProvider
-
Deprecated.
U
- UserLogRegistryFactoryProvider - Class in org.neo4j.gds.procedures.integration
-
Deprecated.Needed until we strangle the last context-injected usages of
UserLogRegistryFactory - UserLogRegistryFactoryProvider(DatabaseIdAccessor, UserAccessor, UserLogServices) - Constructor for class org.neo4j.gds.procedures.integration.UserLogRegistryFactoryProvider
-
Deprecated.
W
- warn(String, Exception) - Method in class org.neo4j.gds.procedures.integration.LogAdapter
- warn(String, Object...) - Method in class org.neo4j.gds.procedures.integration.LogAdapter
- withComponent(Class<T>, Supplier<ThrowingFunction<Context, T, ProcedureException>>) - Method in class org.neo4j.gds.procedures.integration.ExtensionBuilder
All Classes All Packages