Package org.neo4j.gds.config
Interface GraphStreamNodePropertiesConfig
-
- All Superinterfaces:
org.neo4j.gds.config.BaseConfig,ConcurrencyConfig,GraphExportNodePropertiesConfig,org.neo4j.gds.config.ToMapConvertible
@Configuration public interface GraphStreamNodePropertiesConfig extends GraphExportNodePropertiesConfig
-
-
Field Summary
-
Fields inherited from interface org.neo4j.gds.config.ConcurrencyConfig
CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
-
-
Method Summary
Static Methods Modifier and Type Method Description static GraphStreamNodePropertiesConfigof(java.lang.String graphName, java.util.List<java.lang.String> nodeProperties, java.util.List<java.lang.String> nodeLabels, org.neo4j.gds.core.CypherMapWrapper config)-
Methods inherited from interface org.neo4j.gds.config.BaseConfig
configKeys, sudo, toMap, usernameOverride
-
Methods inherited from interface org.neo4j.gds.config.ConcurrencyConfig
concurrency, minBatchSize, validateConcurrency
-
Methods inherited from interface org.neo4j.gds.config.GraphExportNodePropertiesConfig
graphName, nodeLabelIdentifiers, nodeLabels, nodeProperties, validate, validNodeLabels
-
-
-
-
Method Detail
-
of
static GraphStreamNodePropertiesConfig of(java.lang.String graphName, java.util.List<java.lang.String> nodeProperties, java.util.List<java.lang.String> nodeLabels, org.neo4j.gds.core.CypherMapWrapper config)
-
-