Package org.neo4j.gds.projection
Interface GraphProjectFromCypherAggregationConfig
-
- All Superinterfaces:
org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.GraphProjectConfig,org.neo4j.gds.config.JobIdConfig,org.neo4j.gds.config.ToMapConvertible
@Configuration public interface GraphProjectFromCypherAggregationConfig extends org.neo4j.gds.config.GraphProjectConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceGraphProjectFromCypherAggregationConfig.Cases<R>static interfaceGraphProjectFromCypherAggregationConfig.Visitor
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default <R> Raccept(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)default org.neo4j.gds.core.Aggregationaggregation()default org.neo4j.gds.api.GraphStoreFactory.SuppliergraphStoreFactory()default java.util.List<java.lang.String>inverseIndexedRelationshipTypes()static GraphProjectFromCypherAggregationConfigof(java.lang.String userName, java.lang.String graphName, @Nullable java.util.Map<java.lang.String,java.lang.Object> config)static GraphProjectFromCypherAggregationConfigof(java.lang.String userName, java.lang.String graphName, org.neo4j.values.virtual.MapValue config)default org.neo4j.gds.Orientationorientation()default java.util.Set<java.lang.String>outputFieldDenylist()default java.util.List<java.lang.String>undirectedRelationshipTypes()-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, logProgress, sudo, toMap, usernameOverride
-
-
-
-
Method Detail
-
orientation
@Default @Ignore default org.neo4j.gds.Orientation orientation()
-
aggregation
@Default @Ignore default org.neo4j.gds.core.Aggregation aggregation()
-
undirectedRelationshipTypes
@Default default java.util.List<java.lang.String> undirectedRelationshipTypes()
-
inverseIndexedRelationshipTypes
@Default default java.util.List<java.lang.String> inverseIndexedRelationshipTypes()
-
graphStoreFactory
@Ignore default org.neo4j.gds.api.GraphStoreFactory.Supplier graphStoreFactory()
- Specified by:
graphStoreFactoryin interfaceorg.neo4j.gds.config.GraphProjectConfig
-
outputFieldDenylist
@Derived @Ignore default java.util.Set<java.lang.String> outputFieldDenylist()
-
of
static GraphProjectFromCypherAggregationConfig of(java.lang.String userName, java.lang.String graphName, org.neo4j.values.virtual.MapValue config)
-
of
@TestOnly static GraphProjectFromCypherAggregationConfig of(java.lang.String userName, java.lang.String graphName, @Nullable @Nullable java.util.Map<java.lang.String,java.lang.Object> config)
-
accept
@Ignore default <R> R accept(org.neo4j.gds.config.GraphProjectConfig.Cases<R> cases)
- Specified by:
acceptin interfaceorg.neo4j.gds.config.GraphProjectConfig
-
-