Package org.neo4j.gds.pregel
Interface Hits.HitsConfig
-
- All Superinterfaces:
org.neo4j.gds.config.AlgoBaseConfig,org.neo4j.gds.config.BaseConfig,org.neo4j.gds.config.ConcurrencyConfig,org.neo4j.gds.config.IterationsConfig,org.neo4j.gds.config.JobIdConfig,org.neo4j.gds.config.MutateConfig,org.neo4j.gds.config.MutatePropertyConfig,org.neo4j.gds.beta.pregel.PregelConfig,org.neo4j.gds.beta.pregel.PregelProcedureConfig,org.neo4j.gds.config.RelationshipWeightConfig,org.neo4j.gds.config.ToMapConvertible,org.neo4j.gds.config.WriteConfig,org.neo4j.gds.config.WritePropertyConfig
- Enclosing class:
- Hits
@Configuration public static interface Hits.HitsConfig extends org.neo4j.gds.beta.pregel.PregelProcedureConfig
-
-
Field Summary
-
Fields inherited from interface org.neo4j.gds.config.AlgoBaseConfig
NODE_LABELS_KEY, RELATIONSHIP_TYPES_KEY
-
Fields inherited from interface org.neo4j.gds.config.ConcurrencyConfig
CONCURRENCY_KEY, CONCURRENCY_LIMITATION, DEFAULT_CONCURRENCY
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.lang.StringauthProperty()inthitsIterations()default java.lang.StringhubProperty()default booleanisAsynchronous()default intmaxIterations()static Hits.HitsConfigof(org.neo4j.gds.core.CypherMapWrapper userConfig)static @Nullable java.lang.StringvalidateAuthProperty(java.lang.String input)static @Nullable java.lang.StringvalidateHubProperty(java.lang.String input)-
Methods inherited from interface org.neo4j.gds.config.AlgoBaseConfig
graphStoreValidation, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes, validateNodeLabels, validateRelationshipTypes
-
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.beta.pregel.PregelProcedureConfig
mutateProperty, writeProperty
-
-
-
-
Method Detail
-
hitsIterations
int hitsIterations()
-
maxIterations
@Derived @Ignore default int maxIterations()
- Specified by:
maxIterationsin interfaceorg.neo4j.gds.config.IterationsConfig
-
isAsynchronous
@Ignore @Derived default boolean isAsynchronous()
- Specified by:
isAsynchronousin interfaceorg.neo4j.gds.beta.pregel.PregelConfig
-
hubProperty
@Default @ConvertWith(method="validateHubProperty") default java.lang.String hubProperty()
-
authProperty
@Default @ConvertWith(method="validateAuthProperty") default java.lang.String authProperty()
-
validateHubProperty
@Nullable static @Nullable java.lang.String validateHubProperty(java.lang.String input)
-
validateAuthProperty
@Nullable static @Nullable java.lang.String validateAuthProperty(java.lang.String input)
-
of
static Hits.HitsConfig of(org.neo4j.gds.core.CypherMapWrapper userConfig)
-
-