A C E F G H I K M N O P R S T V W 
All Classes All Packages

A

acceptNull() - Method in annotation type org.neo4j.gds.annotation.Configuration.Parameter
 
AGGREGATION_FUNCTION - org.neo4j.gds.annotation.CustomProcedure.Namespace
 

C

ConfigKeyValidation - Class in org.neo4j.gds.core
 
Configuration - Annotation Type in org.neo4j.gds.annotation
 
Configuration.CollectKeys - Annotation Type in org.neo4j.gds.annotation
Annotated function will return the list of configuration keys.
Configuration.ConvertWith - Annotation Type in org.neo4j.gds.annotation
This annotation can be used together with Configuration.Key or Configuration.Parameter.
Configuration.DoubleRange - Annotation Type in org.neo4j.gds.annotation
Input for the annotated configuration field storing a Double, will be validated if it is in the given range
Configuration.GraphStoreValidation - Annotation Type in org.neo4j.gds.annotation
The annotated method will be used to insert the implementation of validating a given graphStore.
Configuration.GraphStoreValidationCheck - Annotation Type in org.neo4j.gds.annotation
The annotated method will be used to insert the implementation of Configuration.GraphStoreValidation to verify the configuration is valid for the given graphStore.
Configuration.Ignore - Annotation Type in org.neo4j.gds.annotation
Used to specify which interface methods to ignore by the ConfigurationProcessor.
Configuration.IntegerRange - Annotation Type in org.neo4j.gds.annotation
Input for the annotated configuration field storing an Integer, will be validated if it is in the given range.
Configuration.Key - Annotation Type in org.neo4j.gds.annotation
By default, a configuration field is resolved in the CypherMapWrapper parameter with the method name as the expected key.
Configuration.LongRange - Annotation Type in org.neo4j.gds.annotation
Input for the annotated configuration field storing a Long, will be validated if it is in the given range
Configuration.Parameter - Annotation Type in org.neo4j.gds.annotation
Configuration field is expected to be passed to the constructor as a parameter.
Configuration.ToMap - Annotation Type in org.neo4j.gds.annotation
Annotated function will return the map representation of the configuration.
Configuration.ToMapValue - Annotation Type in org.neo4j.gds.annotation
This annotation can be used together with Configuration.Key or Configuration.Parameter.
containsKey(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
Checks if the given key exists in the configuration.
containsKey(String) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
create(Map<String, Object>) - Static method in class org.neo4j.gds.core.CypherMapWrapper
 
CustomProcedure - Annotation Type in org.neo4j.gds.annotation
This annotation can be used to annotate a procedure in the same way as using `@Procedure` would.
CustomProcedure.Namespace - Enum in org.neo4j.gds.annotation
 
CustomProcedure.ResultField - Annotation Type in org.neo4j.gds.annotation
Annotated methods are included in the result definition.
CypherMapAccess - Interface in org.neo4j.gds.core
 
CypherMapAccess.PairResult - Enum in org.neo4j.gds.core
 
CypherMapWrapper - Class in org.neo4j.gds.core
Wrapper around configuration options map

E

empty() - Static method in class org.neo4j.gds.core.CypherMapWrapper
 
emptyToNull(String) - Static method in class org.neo4j.gds.core.StringIdentifierValidations
 

F

failOnBlank(String, String) - Static method in interface org.neo4j.gds.core.CypherMapAccess
 
failOnNull(String, T) - Static method in interface org.neo4j.gds.core.CypherMapAccess
 
FIRST_PAIR - org.neo4j.gds.core.CypherMapAccess.PairResult
 
forAllConsumerType() - Method in annotation type org.neo4j.gds.collections.HugeSparseList
The type which is provided to the forAll method.

G

getBool(String, boolean) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getChecked(String, V, Class<V>) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getDouble(String, double) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getInt(String, int) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getLong(String, long) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getLongAsInt(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getLongAsInt(String) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
getNumber(String, Number) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getOptional(String, Class<E>) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getString(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
getString(String, String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 

H

HugeAtomicArray - Annotation Type in org.neo4j.gds.collections
 
HugeSparseArray - Annotation Type in org.neo4j.gds.collections
 
HugeSparseList - Annotation Type in org.neo4j.gds.collections
 

I

inverse() - Method in annotation type org.neo4j.gds.annotation.Configuration.ConvertWith
 
INVERSE_IS_TO_MAP - Static variable in annotation type org.neo4j.gds.annotation.Configuration.ConvertWith
 

K

keySet() - Method in interface org.neo4j.gds.core.CypherMapAccess
 
keySet() - Method in class org.neo4j.gds.core.CypherMapWrapper
 

M

max() - Method in annotation type org.neo4j.gds.annotation.Configuration.DoubleRange
 
max() - Method in annotation type org.neo4j.gds.annotation.Configuration.IntegerRange
 
max() - Method in annotation type org.neo4j.gds.annotation.Configuration.LongRange
 
maxInclusive() - Method in annotation type org.neo4j.gds.annotation.Configuration.DoubleRange
 
maxInclusive() - Method in annotation type org.neo4j.gds.annotation.Configuration.IntegerRange
 
maxInclusive() - Method in annotation type org.neo4j.gds.annotation.Configuration.LongRange
 
method() - Method in annotation type org.neo4j.gds.annotation.Configuration.ConvertWith
 
min() - Method in annotation type org.neo4j.gds.annotation.Configuration.DoubleRange
 
min() - Method in annotation type org.neo4j.gds.annotation.Configuration.IntegerRange
 
min() - Method in annotation type org.neo4j.gds.annotation.Configuration.LongRange
 
minInclusive() - Method in annotation type org.neo4j.gds.annotation.Configuration.DoubleRange
 
minInclusive() - Method in annotation type org.neo4j.gds.annotation.Configuration.IntegerRange
 
minInclusive() - Method in annotation type org.neo4j.gds.annotation.Configuration.LongRange
 
MissingParameterExceptions - Class in org.neo4j.gds.core
 
MissingParameterExceptions() - Constructor for class org.neo4j.gds.core.MissingParameterExceptions
 
missingValueFor(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
missingValueFor(String, Collection<String>) - Static method in class org.neo4j.gds.core.MissingParameterExceptions
 
missingValueForMessage(String, Collection<String>) - Static method in class org.neo4j.gds.core.MissingParameterExceptions
 

N

namespace() - Method in annotation type org.neo4j.gds.annotation.CustomProcedure
The namespace of the procedure.

O

org.neo4j.gds.annotation - package org.neo4j.gds.annotation
 
org.neo4j.gds.collections - package org.neo4j.gds.collections
 
org.neo4j.gds.core - package org.neo4j.gds.core
 

P

pageCreatorInterface() - Method in annotation type org.neo4j.gds.collections.HugeAtomicArray
The interface which is expected to extend PageCreator.
pageShift() - Method in annotation type org.neo4j.gds.collections.HugeAtomicArray
The page shift defines the page size used in the generated HugeAtomicArray.
pageShift() - Method in annotation type org.neo4j.gds.collections.HugeSparseArray
The page shift defines the page size used in the generated HugeSparseArray.
pageShift() - Method in annotation type org.neo4j.gds.collections.HugeSparseList
The page shift defines the page size used in the generated HugeSparseArray.
prettySuggestions(String, CharSequence, Collection<String>) - Static method in class org.neo4j.gds.core.StringSimilarity
 
PROCEDURE - org.neo4j.gds.annotation.CustomProcedure.Namespace
 

R

reason() - Method in annotation type org.neo4j.gds.annotation.SuppressForbidden
 
requireBool(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireChecked(String, Class<V>) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireDouble(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireInt(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireLong(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireNumber(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireOnlyKeysFrom(Collection<String>) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
requireOnlyKeysFrom(Collection<String>, Iterable<String>) - Static method in class org.neo4j.gds.core.ConfigKeyValidation
 
requireString(String) - Method in interface org.neo4j.gds.core.CypherMapAccess
 

S

SECOND_PAIR - org.neo4j.gds.core.CypherMapAccess.PairResult
 
similarStrings(CharSequence, Collection<String>) - Static method in class org.neo4j.gds.core.StringSimilarity
 
similarStringsIgnoreCase(CharSequence, Collection<String>) - Static method in class org.neo4j.gds.core.StringSimilarity
 
StringIdentifierValidations - Class in org.neo4j.gds.core
 
StringIdentifierValidations() - Constructor for class org.neo4j.gds.core.StringIdentifierValidations
 
StringSimilarity - Class in org.neo4j.gds.core
 
SuppressForbidden - Annotation Type in org.neo4j.gds.annotation
 

T

toMap() - Method in interface org.neo4j.gds.core.CypherMapAccess
Returns a copy of the internal Map.
toMap() - Method in class org.neo4j.gds.core.CypherMapWrapper
 
typedValue(String, Class<V>) - Method in interface org.neo4j.gds.core.CypherMapAccess
 
typedValue(String, Class<V>) - Method in class org.neo4j.gds.core.CypherMapWrapper
 

V

validateDoubleRange(String, double, double, double, boolean, boolean) - Static method in interface org.neo4j.gds.core.CypherMapAccess
 
validateIntegerRange(String, int, int, int, boolean, boolean) - Static method in interface org.neo4j.gds.core.CypherMapAccess
 
validateLongRange(String, long, long, long, boolean, boolean) - Static method in interface org.neo4j.gds.core.CypherMapAccess
 
validateNoWhiteCharacter(String, String) - Static method in class org.neo4j.gds.core.StringIdentifierValidations
 
value() - Method in annotation type org.neo4j.gds.annotation.Configuration.Key
 
value() - Method in annotation type org.neo4j.gds.annotation.Configuration.ToMapValue
 
value() - Method in annotation type org.neo4j.gds.annotation.Configuration
Name of the generated class.
value() - Method in annotation type org.neo4j.gds.annotation.CustomProcedure
The name of the procedure.
ValueClass - Annotation Type in org.neo4j.gds.annotation
 
valueOf(String) - Static method in enum org.neo4j.gds.annotation.CustomProcedure.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.gds.core.CypherMapAccess.PairResult
Returns the enum constant of this type with the specified name.
valueOperatorInterface() - Method in annotation type org.neo4j.gds.collections.HugeAtomicArray
The functional interface which takes the valueType and returns the valueType.
values() - Static method in enum org.neo4j.gds.annotation.CustomProcedure.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.gds.core.CypherMapAccess.PairResult
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in annotation type org.neo4j.gds.collections.HugeAtomicArray
The type which is stored in the generated HugeAtomicArray.
valueType() - Method in annotation type org.neo4j.gds.collections.HugeSparseArray
The type which is stored in the generated HugeSparseArray.
valueType() - Method in annotation type org.neo4j.gds.collections.HugeSparseList
The type which is stored in the generated HugeSparseArrayList.
verifyMutuallyExclusivePairs(String, String, String, String, String) - Method in interface org.neo4j.gds.core.CypherMapAccess
Verifies that only one of two mutually exclusive pairs of configuration keys is present.

W

withBoolean(String, Boolean) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
withEntry(String, Object) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
withEntryIfMissing(String, Object) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
withNumber(String, Number) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
withoutAny(Collection<String>) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
withoutEntry(String) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
withString(String, String) - Method in class org.neo4j.gds.core.CypherMapWrapper
 
A C E F G H I K M N O P R S T V W 
All Classes All Packages