A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes All Packages

A

AbstractNodeProjection - Class in org.neo4j.graphalgo
 
AbstractNodeProjection() - Constructor for class org.neo4j.graphalgo.AbstractNodeProjection
 
AbstractNodeProjection.Builder - Class in org.neo4j.graphalgo
 
AbstractNodeProjections - Class in org.neo4j.graphalgo
 
AbstractNodeProjections() - Constructor for class org.neo4j.graphalgo.AbstractNodeProjections
 
AbstractProjections<I extends ElementIdentifier,​P extends ElementProjection> - Class in org.neo4j.graphalgo
 
AbstractProjections() - Constructor for class org.neo4j.graphalgo.AbstractProjections
 
AbstractPropertyMappings - Class in org.neo4j.graphalgo
 
AbstractPropertyMappings() - Constructor for class org.neo4j.graphalgo.AbstractPropertyMappings
 
AbstractPropertyMappings.Builder - Class in org.neo4j.graphalgo
 
AbstractRelationshipProjection - Class in org.neo4j.graphalgo
 
AbstractRelationshipProjection() - Constructor for class org.neo4j.graphalgo.AbstractRelationshipProjection
 
AbstractRelationshipProjection.Builder - Class in org.neo4j.graphalgo
 
AbstractRelationshipProjections - Class in org.neo4j.graphalgo
 
AbstractRelationshipProjections() - Constructor for class org.neo4j.graphalgo.AbstractRelationshipProjections
 
accept(long[]) - Method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
accept(long[], Long) - Method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
accept(long, double) - Method in interface org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue.Consumer
 
accept(long, long) - Method in interface org.neo4j.graphalgo.api.RelationshipConsumer
Called for every edge that matches a given relation-constraint
accept(long, long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph.GetTargetConsumer
 
accept(long, long, double) - Method in interface org.neo4j.graphalgo.api.RelationshipWithPropertyConsumer
Called for every relationship that matches a given relation-constraint
accept(long, long, double) - Method in interface org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue.Consumer
 
accept(long, long, long) - Method in interface org.neo4j.graphalgo.api.IntersectionConsumer
 
accept(Write, long) - Method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.WriteConsumer
 
accept(KernelTransaction) - Method in interface org.neo4j.graphalgo.utils.StatementApi.TxConsumer
 
acceptInTransaction(StatementApi.TxConsumer) - Method in class org.neo4j.graphalgo.utils.StatementApi
 
add(int) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntSet
 
add(int, double) - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
add argument to value at index.
add(int, int, double) - Method in class org.neo4j.graphalgo.core.loading.RelationshipPropertiesBatchBuffer
 
add(long) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongSet
 
add(long) - Method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
add(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicDoubleArray
 
add(long, double) - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
add(long, double) - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
Adds an int associated with the given weight to a queue in log(size) time.
add(long, int) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray
 
add(long, long) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
add(long, long, double) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
add(long, long, double) - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
add(long, long, long) - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
add(long, long, long[]) - Method in class org.neo4j.graphalgo.core.loading.NodesBatchBuffer
 
add(long, long, long, long) - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
add(String, MemoryEstimation) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a MemoryEstimation as a sub-component to the builder.
add(Stream<T>) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
add(MemoryEstimation) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a MemoryEstimation as a sub-component to the builder.
add(MemoryRange) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
add(T) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
addAll(PrimitiveIntIterator) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntSet
 
addAll(PrimitiveLongIterator) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongSet
 
addAllParameters(Map<String, ?>) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
addEmptyMapForLabelWithoutProperties(NodeLabel) - Method in class org.neo4j.graphalgo.api.schema.NodeSchema.Builder
 
addEmptyMapForRelationshipTypeWithoutProperties(RelationshipType) - Method in class org.neo4j.graphalgo.api.schema.RelationshipSchema.Builder
 
addFromInternal(long, long) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
addFromInternal(long, long, double) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
addFromInternal(Stream<T>) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
addFromInternal(T) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
addNode(long) - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.IdMapBuilder
 
addNodeProperty(NodeLabel, String, NumberType, NodeProperties) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
addNodeProperty(NodeLabel, String, NumberType, NodeProperties) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
addOptionalMappings(Stream<? extends PropertyMapping>) - Method in class org.neo4j.graphalgo.AbstractPropertyMappings.Builder
 
addOptionalMappings(PropertyMapping...) - Method in class org.neo4j.graphalgo.AbstractPropertyMappings.Builder
 
addParameter(String, Object) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
addParameter(Map.Entry<String, ?>) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
addPlaceholder(String, String) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
addPropertyAndTypeForLabel(NodeLabel, String, NumberType) - Method in class org.neo4j.graphalgo.api.schema.NodeSchema.Builder
 
addPropertyAndTypeForRelationshipType(RelationshipType, String, NumberType) - Method in class org.neo4j.graphalgo.api.schema.RelationshipSchema.Builder
 
addPropertyMappings(PropertyMappings) - Method in class org.neo4j.graphalgo.AbstractNodeProjections
 
addPropertyMappings(PropertyMappings) - Method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
addRelationshipType(RelationshipType, Optional<String>, Optional<NumberType>, HugeGraph.Relationships) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
addRelationshipType(RelationshipType, Optional<String>, Optional<NumberType>, HugeGraph.Relationships) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
addTo(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Adds (+) the existing value and the provided value at the given index and stored the result into the given index.
addTo(long, int) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Adds (+) the existing value and the provided value at the given index and stored the result into the given index.
addTo(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Adds (+) the existing value and the provided value at the given index and stored the result into the given index.
addTo(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
addTo(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.GrowingBuilder
 
addTo(long, long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
 
addVariable(String, String) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
AdjacencyBuilder - Class in org.neo4j.graphalgo.core.loading
 
AdjacencyBuilder() - Constructor for class org.neo4j.graphalgo.core.loading.AdjacencyBuilder
 
adjacencyList() - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
AdjacencyList - Class in org.neo4j.graphalgo.core.huge
 
AdjacencyList(byte[][]) - Constructor for class org.neo4j.graphalgo.core.huge.AdjacencyList
 
AdjacencyList.Cursor - Class in org.neo4j.graphalgo.core.huge
 
AdjacencyList.DecompressingCursor - Class in org.neo4j.graphalgo.core.huge
 
AdjacencyOffsets - Class in org.neo4j.graphalgo.core.huge
 
AdjacencyOffsets() - Constructor for class org.neo4j.graphalgo.core.huge.AdjacencyOffsets
 
adjustedBatchSize(int, int) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
adjustedBatchSize(int, int, int) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
adjustedBatchSize(long, int, long) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
adjustedBatchSize(long, int, long, long) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
adjustedBatchSize(long, long) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
aggregation() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
aggregation() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
aggregation() - Method in class org.neo4j.graphalgo.PropertyMapping
 
Aggregation - Enum in org.neo4j.graphalgo.core
 
AGGREGATION_KEY - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
algo(Iterable<String>, String) - Method in interface org.neo4j.graphalgo.GdsCypher.QueryBuilder
 
algo(String) - Method in interface org.neo4j.graphalgo.GdsCypher.QueryBuilder
 
algo(String...) - Method in interface org.neo4j.graphalgo.GdsCypher.QueryBuilder
 
AlgoBaseConfig - Interface in org.neo4j.graphalgo.config
 
align(long, int) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
 
all() - Static method in class org.neo4j.graphalgo.AbstractNodeProjection
 
all() - Static method in class org.neo4j.graphalgo.AbstractNodeProjections
 
all() - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
all() - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
all(String, String) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
ALL - Static variable in class org.neo4j.graphalgo.AbstractNodeProjections
 
ALL - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
ALL - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
ALL_NODES - Static variable in class org.neo4j.graphalgo.NodeLabel
 
ALL_NODES_QUERY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
ALL_RELATIONSHIPS - Static variable in class org.neo4j.graphalgo.RelationshipType
 
ALL_RELATIONSHIPS_QUERY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
ALL_RELATIONSHIPS_UNDIRECTED_QUERY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
ALL_UNDIRECTED - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
ALL_UNDIRECTED - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
allocateBuffers(int) - Method in class org.neo4j.graphalgo.core.utils.paged.TrackingLongDoubleHashMap
 
AllocationTracker - Class in org.neo4j.graphalgo.core.utils.paged
 
AllocationTracker() - Constructor for class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
allowSelfLoops() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
allowUpgrade() - Static method in class org.neo4j.graphalgo.core.Settings
 
allProjections() - Method in class org.neo4j.graphalgo.AbstractProjections
 
allProperties() - Method in class org.neo4j.graphalgo.AbstractProjections
 
allZeros(int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
and(long, int) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Computes the bit-wise AND (&) of the existing value and the provided value at the given index.
and(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Computes the bit-wise AND (&) of the existing value and the provided value at the given index.
andThen(String, MemoryEstimation, MemoryEstimations.MemoryRangeModifier) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
andThen(RelationshipConsumer) - Method in interface org.neo4j.graphalgo.api.RelationshipConsumer
 
andThen(RelationshipWithPropertyConsumer) - Method in interface org.neo4j.graphalgo.api.RelationshipWithPropertyConsumer
 
andThen(MemoryEstimation, UnaryOperator<MemoryRange>) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Updates the memory range of given MemoryEstimation by applying a given function.
andThen(MemoryEstimation, MemoryEstimations.MemoryRangeModifier) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
ANY_LABEL - Static variable in interface org.neo4j.graphalgo.core.GraphDimensions
 
ANY_RELATIONSHIP_TYPE - Static variable in interface org.neo4j.graphalgo.core.GraphDimensions
 
api - Variable in class org.neo4j.graphalgo.utils.StatementApi
 
api() - Method in interface org.neo4j.graphalgo.api.GraphLoaderContext
 
apply(long, long) - Method in interface org.neo4j.graphalgo.core.utils.BiLongConsumer
 
apply(KernelTransaction) - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
apply(KernelTransaction) - Method in interface org.neo4j.graphalgo.utils.StatementApi.TxFunction
 
applyAsBoolean(boolean) - Method in interface org.neo4j.graphalgo.core.utils.Pointer.BooleanUnaryOperator
 
applyInTransaction(StatementApi.TxFunction<T>) - Method in class org.neo4j.graphalgo.utils.StatementApi
 
array - Variable in class org.neo4j.graphalgo.core.utils.paged.HugeCursor
a slice of values currently being traversed
ArrayUtil - Class in org.neo4j.graphalgo.core.utils
 
asArray(Iterator<Long>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
asArray(PrimitiveLongIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
AscendingLongComparator - Class in org.neo4j.graphalgo.core.utils
 
AscendingLongComparator(long[]) - Constructor for class org.neo4j.graphalgo.core.utils.AscendingLongComparator
 
asList(PrimitiveLongIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
Pulls all items from the iterator and puts them into a List, boxing each long.
asLongArray(PrimitiveIntCollection) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
assertNoProjectionsOrExplicitProperties(CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
assertRunning() - Method in interface org.neo4j.graphalgo.core.utils.TerminationFlag
 
Assessable - Interface in org.neo4j.graphalgo.core.utils.mem
 
ATOMIC_DOUBLE_ARRAY_TRANSLATOR - Static variable in class org.neo4j.graphalgo.core.write.Translators
 
AtomicDoubleArray - Class in org.neo4j.graphalgo.core.utils
Atomic double Array implementation
AtomicDoubleArray(int) - Constructor for class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
Create a new AtomicDoubleArray
availableNodeLabels() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
availableNodeLabels() - Method in interface org.neo4j.graphalgo.api.Graph
 
availableNodeLabels() - Method in interface org.neo4j.graphalgo.api.NodeMapping
 
availableNodeLabels() - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
availableNodeLabels() - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
availableNodeProperties() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
availableNodeProperties() - Method in interface org.neo4j.graphalgo.api.NodePropertyContainer
 
availableNodeProperties() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
availableNodeProperties() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
averageDegree() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
awaitTermination(Collection<Future<?>>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
awaitTerminations(Queue<Future<?>>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 

B

base - Variable in class org.neo4j.graphalgo.core.utils.paged.HugeCursor
the base for the index to get the global index
BaseConfig - Interface in org.neo4j.graphalgo.config
 
BATCH_ENTRY_SHIFT_SIZE - Static variable in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
BATCH_ENTRY_SIZE - Static variable in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
BatchingProgressLogger - Class in org.neo4j.graphalgo.core.utils
 
BatchingProgressLogger(Log, long, long, String, int) - Constructor for class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
BatchingProgressLogger(Log, long, String, int) - Constructor for class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
batchIterables(int) - Method in interface org.neo4j.graphalgo.api.BatchNodeIterable
 
batchIterables(int) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
batchIterables(int) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
batchIterables(int) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
batchIterables(int) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
batchIterables(int) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
BatchNodeIterable - Interface in org.neo4j.graphalgo.api
Iterate over each graph-nodeId in batches.
batchSize() - Method in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
BiLongConsumer - Interface in org.neo4j.graphalgo.core.utils
 
binaryLookup(int, int[]) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
Find the index where (ids[idx] <= id) && (ids[idx + 1] > id).
binaryLookup(long, long[]) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
Find the index where (ids[idx] <= id) && (ids[idx + 1] > id).
binarySearch(int[], int, int) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
binarySearchIndex(int[], int, int) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
BitUtil - Class in org.neo4j.graphalgo.core.utils
 
boltEnabled() - Static method in class org.neo4j.graphalgo.core.Settings
 
BoolPointer(boolean) - Constructor for class org.neo4j.graphalgo.core.utils.Pointer.BoolPointer
 
BoundedLongLongPriorityQueue - Class in org.neo4j.graphalgo.core.utils.queue
 
BoundedLongLongPriorityQueue.Consumer - Interface in org.neo4j.graphalgo.core.utils.queue
 
BoundedLongPriorityQueue - Class in org.neo4j.graphalgo.core.utils.queue
 
BoundedLongPriorityQueue.Consumer - Interface in org.neo4j.graphalgo.core.utils.queue
 
build() - Method in class org.neo4j.graphalgo.AbstractNodeProjection.Builder
 
build() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings.Builder
 
build() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection.Builder
 
build() - Method in class org.neo4j.graphalgo.api.GraphStoreFactory
 
build() - Method in class org.neo4j.graphalgo.core.loading.CypherFactory
 
build() - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.IdMapBuilder
 
build() - Method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
build() - Method in class org.neo4j.graphalgo.core.loading.NativeFactory
 
build() - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter.Builder
 
build() - Method in class org.neo4j.graphalgo.core.loading.NodePropertiesBuilder
 
build() - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
 
build() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.Builder
 
build() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.GrowingBuilder
 
build() - Method in class org.neo4j.graphalgo.core.write.ExporterBuilder
 
build() - Method in class org.neo4j.graphalgo.core.write.NodePropertyExporter.Builder
 
build() - Method in class org.neo4j.graphalgo.core.write.RelationshipExporter.Builder
 
build(HugeLongArrayBuilder, long, int, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.IdMapBuilder
 
build(HugeLongArrayBuilder, Map<NodeLabel, BitSet>, long, int, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.IdMapBuilder
 
builder() - Static method in class org.neo4j.graphalgo.AbstractNodeProjection
 
builder() - Static method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
builder() - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
builder() - Static method in interface org.neo4j.graphalgo.api.schema.NodeSchema
 
builder() - Static method in interface org.neo4j.graphalgo.api.schema.RelationshipSchema
 
builder() - Static method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
builder() - Static method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
builder() - Static method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter
 
builder() - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a new MemoryEstimations.Builder with an empty description.
builder(Class<?>) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a new MemoryEstimations.Builder from the given class type.
builder(String) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a new MemoryEstimations.Builder using the given description.
builder(String, Class<?>) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a new MemoryEstimations.Builder using the given description and class type.
builder(GraphDatabaseAPI, IdMapping, TerminationFlag) - Static method in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
Builder() - Constructor for class org.neo4j.graphalgo.api.schema.NodeSchema.Builder
 
Builder() - Constructor for class org.neo4j.graphalgo.api.schema.RelationshipSchema.Builder
 
Builder() - Constructor for class org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore.Builder
 
Builder() - Constructor for class org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore.Builder
 
builders() - Method in interface org.neo4j.graphalgo.api.GraphStoreFactory.RelationshipImportResult
 
bulkNext(StoreScanner.RecordConsumer<Reference>) - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner.ScanCursor
 
bulkSize() - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner.ScanCursor
 
BYTES_OBJECT_REF - Static variable in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
bytesPerPage() - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 

C

calculateEstimates(ToIntFunction<Value[]>) - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreInput
 
call() - Method in class org.neo4j.graphalgo.core.utils.StatementFunction
 
call() - Static method in class org.neo4j.graphalgo.GdsCypher
 
canRelease(boolean) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
canRelease(boolean) - Method in interface org.neo4j.graphalgo.api.Graph
 
canRelease(boolean) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
canRelease(boolean) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
canRelease(boolean) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
canRelease(boolean) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
canRunInParallel(ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
capacity() - Method in class org.neo4j.graphalgo.core.utils.paged.PagedDataStructure
Return the capacity of this data structure.
capacityFor(int, int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 
cas(long, int, int) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray
 
ceilDiv(long, long) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
 
chain(T, T) - Static method in class org.neo4j.graphalgo.utils.ExceptionUtil
Adds the current exception to the initial exception as suppressed.
clear() - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
set all elements to 0
clear() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveCollection
 
clear() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
clear() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
Removes all entries from the queue.
close() - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner
 
close() - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner.ScanCursor
 
close() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveCollection
Free any attached resources.
close() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
close() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongResourceFilteringIterator
 
close() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeCursor
Releases the reference to the underlying array so that it might be garbage collected.
close() - Method in class org.neo4j.graphalgo.core.utils.ProgressTimer
 
close() - Method in interface org.neo4j.graphalgo.core.utils.RenamesCurrentThread.Revert
 
CollectionUtil - Class in org.neo4j.graphalgo.core.utils
 
combineIntInt(int, int) - Static method in class org.neo4j.graphalgo.core.utils.RawValues
shifts head into the most significant 4 bytes of the long and places the tail in the least significant bytes
combineIntInt(Direction, int, int) - Static method in class org.neo4j.graphalgo.core.utils.RawValues
 
compare(int, int) - Method in class org.neo4j.graphalgo.core.utils.AscendingLongComparator
 
compareAndSet(long, double, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
 
compareAndSet(long, long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Atomically sets the element at position index to the given updated value if the current value == the expected value.
components() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryEstimation
 
components() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
CompositeRelationshipsBatchBuffer - Class in org.neo4j.graphalgo.core.loading
 
compressedMemoryEstimation(boolean) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
compressedMemoryEstimation(long, long) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
compressedMemoryEstimation(RelationshipType, boolean) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
compressing(RelationshipsBuilder, int, int, AllocationTracker, LongAdder, int[], double[], Aggregation[]) - Static method in class org.neo4j.graphalgo.core.loading.AdjacencyBuilder
 
concat(Iterable<PrimitiveLongIterator>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
concat(Iterable<PrimitiveLongResourceIterator>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongResourceCollections
 
concat(Iterator<PrimitiveIntIterator>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
concat(PrimitiveLongIterator...) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
concat(PrimitiveLongResourceIterator...) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongResourceCollections
 
concurrency - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
concurrency() - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
concurrency(int) - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter.Builder
 
CONCURRENCY_KEY - Static variable in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
CONCURRENCY_LIMITATION - Static variable in interface org.neo4j.graphalgo.config.ConcurrencyValidation
 
ConcurrencyControllerExtension - Class in org.neo4j.graphalgo.core.concurrency
 
ConcurrencyControllerExtension() - Constructor for class org.neo4j.graphalgo.core.concurrency.ConcurrencyControllerExtension
 
ConcurrencyMonitor - Class in org.neo4j.graphalgo.core.concurrency
 
ConcurrencyValidation - Interface in org.neo4j.graphalgo.config
 
ConcurrencyValidation.Validator - Class in org.neo4j.graphalgo.config
 
concurrentCopy() - Method in interface org.neo4j.graphalgo.api.Graph
 
concurrentCopy() - Method in interface org.neo4j.graphalgo.api.RelationshipIterator
 
concurrentCopy() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
concurrentCopy() - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
concurrentCopy() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
config() - Method in interface org.neo4j.graphalgo.core.loading.GraphStoreWithConfig
 
configKeys() - Method in interface org.neo4j.graphalgo.config.BaseConfig
 
ConfigurableSeedConfig - Interface in org.neo4j.graphalgo.config
 
consecutiveIds() - Method in interface org.neo4j.graphalgo.config.ConsecutiveIdsConfig
 
ConsecutiveIdsConfig - Interface in org.neo4j.graphalgo.config
 
ConsecutivePropertyTranslator(DATA, TRANSLATOR, long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.write.PropertyTranslator.ConsecutivePropertyTranslator
 
consume(PrimitiveIntIterator, IntConsumer) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
contains(int) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntSet
 
contains(int[], int) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
contains(long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
contains(long) - Method in interface org.neo4j.graphalgo.api.IdMapping
Returns true iff the nodeId is mapped, otherwise false.
contains(long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
contains(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
contains(long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
contains(long) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
contains(long) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongSet
 
contains(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray
 
containsKey(String) - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
containsKey(String) - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
containsOnlyAllNodesLabel() - Method in interface org.neo4j.graphalgo.api.NodeMapping
 
context() - Method in interface org.neo4j.graphalgo.core.GraphLoader
 
Converters - Interface in org.neo4j.graphalgo.core.heavyweight
Warning: These conversions are not safe but will fail for very large graphs.
Converters.IntIntDoublePredicate - Interface in org.neo4j.graphalgo.core.heavyweight
 
copyOf(long, AllocationTracker) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Creates a copy of the given array.
copyOf(long, AllocationTracker) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Creates a copy of the given array.
copyOf(long, AllocationTracker) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Creates a copy of the given array.
copyOf(long, AllocationTracker) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Creates a copy of the given array.
copyTo(HugeDoubleArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Copies the content of this array into the target array.
copyTo(HugeIntArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Copies the content of this array into the target array.
copyTo(HugeLongArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Copies the content of this array into the target array.
copyTo(HugeObjectArray<T>, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Copies the content of this array into the target array.
cosine(double[], double[], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
cosines(double[], double[][], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
cosineSquare(double[], double[], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
cosineSquareSkip(double[], double[], int, double) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
cost() - Method in class org.neo4j.graphalgo.core.huge.AdjacencyList.DecompressingCursor
Return how many targets can be decoded in total.
costs - Variable in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
count(PrimitiveLongIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
COUNT - org.neo4j.graphalgo.core.Aggregation
 
counts() - Method in interface org.neo4j.graphalgo.api.GraphStoreFactory.RelationshipImportResult
 
create() - Static method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
create(long, long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.Builder
 
create(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.Builder
 
create(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.GrowingBuilder
 
create(Map<NodeLabel, NodeProjection>) - Static method in class org.neo4j.graphalgo.AbstractNodeProjections
 
create(IdMap, Map<String, NodeProperties>, HugeGraph.TopologyCSR, Optional<HugeGraph.PropertyCSR>, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
create(IdMap, HugeGraph.Relationships, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil
 
create(AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.GrowingBuilder
 
createConfig() - Method in interface org.neo4j.graphalgo.core.GraphLoader
 
createDefaultSingleThreadPool() - Static method in class org.neo4j.graphalgo.core.concurrency.Pools
 
createGraphStore(IdsAndProperties, GraphStoreFactory.RelationshipImportResult, AllocationTracker, GraphDimensions) - Method in class org.neo4j.graphalgo.api.GraphStoreFactory
 
createImplicit(String, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
createRelImporter(IdMap, Orientation, boolean, Aggregation, ExecutorService, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil
 
creationTime() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
CSRGraphStore - Class in org.neo4j.graphalgo.core.loading
 
CSRGraphStore.NodePropertyStore - Interface in org.neo4j.graphalgo.core.loading
 
CSRGraphStore.NodePropertyStore.Builder - Class in org.neo4j.graphalgo.core.loading
 
CSRGraphStore.RelationshipProperty - Interface in org.neo4j.graphalgo.core.loading
 
CSRGraphStore.RelationshipPropertyStore - Interface in org.neo4j.graphalgo.core.loading
 
CSRGraphStore.RelationshipPropertyStore.Builder - Class in org.neo4j.graphalgo.core.loading
 
currentIterator() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntConcatingIterator
 
currentIterator() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongConcatingIterator
 
CYPHER_QUERY_KEY - Static variable in class org.neo4j.graphalgo.core.ProcedureConstants
 
CypherFactory - Class in org.neo4j.graphalgo.core.loading
 
CypherFactory(GraphCreateFromCypherConfig, GraphLoaderContext) - Constructor for class org.neo4j.graphalgo.core.loading.CypherFactory
 
CypherNodePropertyImporter - Class in org.neo4j.graphalgo.core.loading
 
CypherNodePropertyImporter(Collection<String>, IntObjectMap<List<NodeLabel>>, long, int) - Constructor for class org.neo4j.graphalgo.core.loading.CypherNodePropertyImporter
 
CypherPrinter - Class in org.neo4j.graphalgo.utils.cypher
 
CypherPrinter() - Constructor for class org.neo4j.graphalgo.utils.cypher.CypherPrinter
 

D

data() - Method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.NodeProperty
 
DB_NAME_KEY - Static variable in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
dbName() - Method in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
deduplicate(int[]) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
Deduplicates values in the values array.
deduplicate(long[]) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
Deduplicates values in the sorted values array.
DEFAULT - org.neo4j.graphalgo.core.Aggregation
 
DEFAULT - Static variable in class org.neo4j.graphalgo.core.concurrency.Pools
 
DEFAULT_BATCH_SIZE - Static variable in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
DEFAULT_CAPACITY - Static variable in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
DEFAULT_CONCURRENCY - Static variable in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
DEFAULT_DIRECTION - Static variable in class org.neo4j.graphalgo.core.utils.Directions
 
DEFAULT_FALLBACK_VALUE - Static variable in class org.neo4j.graphalgo.PropertyMapping
 
DEFAULT_PREFETCH_SIZE - Static variable in interface org.neo4j.graphalgo.core.loading.StoreScanner
 
DEFAULT_SINGLE_THREAD_POOL - Static variable in class org.neo4j.graphalgo.core.concurrency.Pools
 
DEFAULT_VALUE_KEY - Static variable in class org.neo4j.graphalgo.PropertyMapping
 
defaultPropertyValue() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.PropertyCSR
 
defaultValue() - Method in class org.neo4j.graphalgo.PropertyMapping
 
defaultWeight() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
Deprecated.
degree(long) - Method in interface org.neo4j.graphalgo.api.Degrees
 
degree(long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
degree(long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
degree(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
degree(long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
degreePartition(Graph, long) - Static method in class org.neo4j.graphalgo.core.utils.partition.PartitionUtils
 
degreePartition(PrimitiveLongIterator, Degrees, long) - Static method in class org.neo4j.graphalgo.core.utils.partition.PartitionUtils
 
degreeProducer(long, long, Random) - Method in enum org.neo4j.graphalgo.beta.generator.RelationshipDistribution
Produces a unary function which accepts a node id parameter and returns the number of outgoing relationships that should be generated for this node.
Degrees - Interface in org.neo4j.graphalgo.api
The Degree interface is intended to return the degree of a given node.
deletedProperties() - Method in interface org.neo4j.graphalgo.core.loading.DeletionResult
 
deletedRelationships() - Method in interface org.neo4j.graphalgo.core.loading.DeletionResult
 
deleteRelationships(RelationshipType) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
deleteRelationships(RelationshipType) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
DeleteRelationshipsConfig - Interface in org.neo4j.graphalgo.config
 
DeletionResult - Interface in org.neo4j.graphalgo.core.loading
 
description() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryEstimation
 
description() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
dimensions - Variable in class org.neo4j.graphalgo.api.GraphStoreFactory
 
dimensions() - Method in class org.neo4j.graphalgo.api.GraphStoreFactory
 
dimensions() - Method in interface org.neo4j.graphalgo.api.GraphStoreFactory.ImportResult
 
dimensions() - Method in interface org.neo4j.graphalgo.api.GraphStoreFactory.RelationshipImportResult
 
dimensions(GraphDimensions) - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter.Builder
 
DIRECTION_KEY - Static variable in class org.neo4j.graphalgo.core.ProcedureConstants
 
Directions - Class in org.neo4j.graphalgo.core.utils
Utility class for converting string representation used in cypher queries to neo4j kernel api Direction type.
Directions() - Constructor for class org.neo4j.graphalgo.core.utils.Directions
 
DisjointSetStruct - Interface in org.neo4j.graphalgo.core.utils.paged.dss
Disjoint-set-struct is a data structure that keeps track of a set of elements partitioned into a number of disjoint (non-overlapping) subsets.
DOUBLE_ARRAY_TRANSLATOR - Static variable in class org.neo4j.graphalgo.core.write.Translators
 
DoublePointer(double) - Constructor for class org.neo4j.graphalgo.core.utils.Pointer.DoublePointer
 
downHeap(int) - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
DUMMY_PROPERTY - Static variable in class org.neo4j.graphalgo.core.loading.HugeGraphUtil
 

E

elementCount() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.TopologyCSR
 
ElementIdentifier - Class in org.neo4j.graphalgo
 
ElementProjection - Class in org.neo4j.graphalgo
 
ElementProjection() - Constructor for class org.neo4j.graphalgo.ElementProjection
 
elements() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
elements1() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
elements2() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
empty() - Static method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
empty() - Static method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
empty() - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
 
empty() - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
empty() - Static method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
EMPTY - Static variable in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongVisitor
 
EMPTY - Static variable in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
EMPTY - Static variable in interface org.neo4j.graphalgo.core.utils.RenamesCurrentThread
 
EMPTY_LONG_ARRAY - Static variable in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
emptyIterator() - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
emptyIterator() - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
emptyIterator() - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongResourceCollections
 
emptyPages() - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
emptyValue(double) - Method in enum org.neo4j.graphalgo.core.Aggregation
 
emptyWithName(String, String) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
enableDebugLog() - Method in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
encodedVLongSize(long) - Static method in class org.neo4j.graphalgo.core.loading.VarLongEncoding
The values are equivalent to: BitUtil.ceilDiv(64 - Long.numberOfLeadingZeros(nodeCount - 1), 7)
endField() - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Ends the construction of a sub-component and returns the parent builder.
ensureCapacityForInsert() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
enumerate() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
enumerate(Collection<T>) - Static method in class org.neo4j.graphalgo.core.utils.CollectionUtil
 
equals(Object) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
equals(Object) - Method in class org.neo4j.graphalgo.ElementIdentifier
 
estimate(GraphDimensions, int) - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryEstimation
 
estimateMemoryUsage(long) - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
estimateMemoryUsage(long) - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator.Factory
 
estimateMemoryUsage(long, Class<?>) - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator.Factory
 
estimateMemoryUsage(GraphDimensions, int) - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryResident
 
estimationMode(GdsCypher.ExecutionMode) - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
ExceptionUtil - Class in org.neo4j.graphalgo.utils
 
executionMode(GdsCypher.ExecutionMode) - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
executor() - Method in interface org.neo4j.graphalgo.api.GraphLoaderContext
 
executorService - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
exists() - Method in class org.neo4j.graphalgo.PropertyMapping
 
exists(long, long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
exists(long, long) - Method in interface org.neo4j.graphalgo.api.RelationshipPredicate
 
exists(long, long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
O(n) !
exists(long, long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
exists(long, long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
O(n) !
exists(String, String) - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
explicitCreation(String) - Method in interface org.neo4j.graphalgo.GdsCypher.CreationBuildStage
 
explicitProjections() - Method in class org.neo4j.graphalgo.AbstractProjections
Returns all projections except PROJECT_ALL projections.
ExporterBuilder<T> - Class in org.neo4j.graphalgo.core.write
 
extractValue(Aggregation, Value, double) - Static method in class org.neo4j.graphalgo.core.loading.ReadHelper
 
extractValue(Value, double) - Static method in class org.neo4j.graphalgo.core.loading.ReadHelper
 

F

fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
Fetches the next item in this iterator.
fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntConcatingIterator
 
fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
Fetches the next item in this iterator.
fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongConcatingIterator
 
fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
fetchNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongRangeIterator
 
field(String, Class<?>) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds the memory consumption of the given class as a sub-component to this builder.
fill(double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Assigns the specified double value to each element.
fill(int) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Assigns the specified int value to each element.
fill(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Assigns the specified long value to each element.
fill(T) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Assigns the specified value to each element.
filter(PrimitiveIntIterator, IntPredicate) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
filter(PrimitiveLongIterator, LongPredicate) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
filter(PrimitiveLongResourceIterator, LongPredicate) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
filter(PrimitiveLongResourceIterator, LongPredicate) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongResourceCollections
 
FilteredNodeProperties - Class in org.neo4j.graphalgo.core.huge
 
FilterGraph - Class in org.neo4j.graphalgo.api
 
FilterGraph(Graph) - Constructor for class org.neo4j.graphalgo.api.FilterGraph
 
find(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.IncrementalDisjointSetStruct
Deprecated.
find setId of element p without balancing optimization.
find(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
 
find(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.SequentialDisjointSetStruct
Deprecated.
Find set Id of element p.
findAndBalance(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.SequentialDisjointSetStruct
Deprecated.
Find set id of element p and balances the tree structure while searching.
fits(int) - Method in class org.neo4j.graphalgo.core.utils.partition.Partition
 
fixed(String, long) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a fixed amount of memory consumption in bytes to the builder.
fixed(String, MemoryRange) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a fixed memory range to the builder.
FORBIDDEN_KEYS - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
foreach(BoundedLongLongPriorityQueue.Consumer) - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
forEach(BoundedLongPriorityQueue.Consumer) - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
forEachNode(LongPredicate) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
forEachNode(LongPredicate) - Method in interface org.neo4j.graphalgo.api.NodeIterator
Iterate over each nodeId
forEachNode(LongPredicate) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
forEachNode(LongPredicate) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
forEachNode(LongPredicate) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
forEachNode(LongPredicate) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
forEachRelationship(long, double, RelationshipWithPropertyConsumer) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
forEachRelationship(long, double, RelationshipWithPropertyConsumer) - Method in interface org.neo4j.graphalgo.api.RelationshipIterator
Calls the given consumer function for every relationship of a given node.
forEachRelationship(long, double, RelationshipWithPropertyConsumer) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
forEachRelationship(long, double, RelationshipWithPropertyConsumer) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
forEachRelationship(long, double, RelationshipWithPropertyConsumer) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
forEachRelationship(long, RelationshipConsumer) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
forEachRelationship(long, RelationshipConsumer) - Method in interface org.neo4j.graphalgo.api.RelationshipIterator
Calls the given consumer function for every relationship of a given node.
forEachRelationship(long, RelationshipConsumer) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
forEachRelationship(long, RelationshipConsumer) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
forEachRelationship(long, RelationshipConsumer) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
formatWithLocale(String, Object...) - Static method in class org.neo4j.graphalgo.utils.StringFormatting
 
free() - Method in class org.neo4j.graphalgo.core.utils.paged.TrackingLongDoubleHashMap
 
freeMemory() - Static method in class org.neo4j.graphalgo.core.utils.mem.GcListenerExtension
 
fromList(Iterable<?>) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
fromMap(Map<String, ?>) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
fromMap(Map<String, Object>, NodeLabel) - Static method in class org.neo4j.graphalgo.AbstractNodeProjection
 
fromMap(Map<String, Object>, RelationshipType) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
fromNumberType(NumberType) - Static method in interface org.neo4j.graphalgo.api.schema.GraphStoreSchema
 
fromObject(Object) - Static method in class org.neo4j.graphalgo.AbstractNodeProjections
 
fromObject(Object) - Static method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
fromObject(Object) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
fromObject(Object, Aggregation) - Static method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
fromObject(Object, NodeLabel) - Static method in class org.neo4j.graphalgo.AbstractNodeProjection
 
fromObject(Object, RelationshipType) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
fromObject(String, Object) - Static method in class org.neo4j.graphalgo.PropertyMapping
 
fromProcedureConfig(String, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
fromProcedureConfig(String, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
fromString(String) - Static method in class org.neo4j.graphalgo.AbstractNodeProjection
 
fromString(String) - Static method in class org.neo4j.graphalgo.AbstractNodeProjections
 
fromString(String) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
fromString(String) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
fromString(String) - Static method in class org.neo4j.graphalgo.core.utils.Directions
 
fromString(String, Direction) - Static method in class org.neo4j.graphalgo.core.utils.Directions
 

G

GcListenerExtension - Class in org.neo4j.graphalgo.core.utils.mem
 
GcListenerExtension() - Constructor for class org.neo4j.graphalgo.core.utils.mem.GcListenerExtension
 
GdsCypher - Class in org.neo4j.graphalgo
 
GdsCypher() - Constructor for class org.neo4j.graphalgo.GdsCypher
 
GdsCypher.CreationBuildStage - Interface in org.neo4j.graphalgo
 
GdsCypher.ExecutionModes - Enum in org.neo4j.graphalgo
 
GdsCypher.ImplicitCreationBuildStage - Interface in org.neo4j.graphalgo
 
GdsCypher.ImplicitCreationInlineBuilder - Interface in org.neo4j.graphalgo
 
GdsCypher.ModeBuildStage - Interface in org.neo4j.graphalgo
 
GdsCypher.ParametersBuildStage - Interface in org.neo4j.graphalgo
 
GdsCypher.QueryBuilder - Interface in org.neo4j.graphalgo
 
GenericPointer(G) - Constructor for class org.neo4j.graphalgo.core.utils.Pointer.GenericPointer
 
get() - Method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
get(int) - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
get the value at index
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicDoubleArray
 
get(long) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray
 
get(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleTriangularMatrix
 
get(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongMatrix
 
get(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongTriangularMatrix
 
get(String) - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
get(String) - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
get(String, String) - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
get(GraphLoaderContext) - Method in interface org.neo4j.graphalgo.api.GraphStoreFactory.Supplier
 
getCapacity() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray
 
getCost(long) - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
getCursor(KernelTransaction) - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner
 
getDuration() - Method in class org.neo4j.graphalgo.core.utils.ProgressTimer
 
getFilter(RelationshipType) - Method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
getGraph(Collection<NodeLabel>, Collection<RelationshipType>, Optional<String>) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
getGraph(Collection<NodeLabel>, Collection<RelationshipType>, Optional<String>) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
getGraph(Collection<RelationshipType>, Optional<String>) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
getGraph(RelationshipType...) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
getGraph(RelationshipType, Optional<String>) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
getGraphStores(String) - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
getHead(long) - Static method in class org.neo4j.graphalgo.core.utils.RawValues
get the head value
getIntersection(int[], int[]) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
getIntersection(int[], int, int[], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
getLog() - Method in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
getLog() - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
getLog() - Method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
getLog() - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
getMappedNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
getMaxPropertyValue() - Method in interface org.neo4j.graphalgo.api.NodeProperties
 
getMaxPropertyValue() - Method in class org.neo4j.graphalgo.core.huge.FilteredNodeProperties
 
getMaxPropertyValue() - Method in class org.neo4j.graphalgo.core.loading.NodePropertyMap
 
getMaxValue() - Method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
getMemoryEstimation(GraphDimensions, GraphCreateFromStoreConfig) - Static method in class org.neo4j.graphalgo.core.loading.NativeFactory
 
getMemoryEstimation(GraphDimensions, RelationshipProjections) - Static method in class org.neo4j.graphalgo.core.loading.NativeFactory
 
getNodeLabelTokens(TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsCypherReader
 
getNodeLabelTokens(TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
getNodeLabelTokens(TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsStoreReader
 
getNodeProjections() - Method in class org.neo4j.graphalgo.core.GraphDimensionsCypherReader
 
getNodeProjections() - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
getNodeProjections() - Method in class org.neo4j.graphalgo.core.GraphDimensionsStoreReader
 
getOrCreatePropertyToken(String) - Method in class org.neo4j.graphalgo.utils.StatementApi
 
getOrCreateRelationshipToken(String) - Method in class org.neo4j.graphalgo.utils.StatementApi
 
getOrDefault(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
getOrDefault(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
getOrDefault(long, long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
 
getRelationshipCountsByType(Read, GraphDimensionsReader.TokenElementIdentifierMappings<NodeLabel>, GraphDimensionsReader.TokenElementIdentifierMappings<RelationshipType>) - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
getRelationshipProjections() - Method in class org.neo4j.graphalgo.core.GraphDimensionsCypherReader
 
getRelationshipProjections() - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
getRelationshipProjections() - Method in class org.neo4j.graphalgo.core.GraphDimensionsStoreReader
 
getRelationshipTypeTokens(TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsCypherReader
 
getRelationshipTypeTokens(TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
getRelationshipTypeTokens(TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsStoreReader
 
getTail(long) - Static method in class org.neo4j.graphalgo.core.utils.RawValues
get the tail value
getTarget(long, long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
getTarget(long, long) - Method in interface org.neo4j.graphalgo.api.RelationshipAccess
 
getTarget(long, long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
getTarget(long, long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
getTarget(long, long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
getUnion() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
getUnion() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
getUnion(String, String) - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
getUsageString() - Method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
getUsageString(String) - Method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
getValue(long) - Method in interface org.neo4j.graphalgo.core.mutate.NodePropertyAccessor
 
getValue(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.DataAccessFunction
 
globalAdjacencyOffsets() - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
globalPropertyOffsets() - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
globalPropertyOffsets(int) - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
graph - Variable in class org.neo4j.graphalgo.api.FilterGraph
 
graph() - Method in interface org.neo4j.graphalgo.core.GraphLoader
 
Graph - Interface in org.neo4j.graphalgo.api
 
graphCreate(String) - Method in interface org.neo4j.graphalgo.GdsCypher.QueryBuilder
 
graphCreateConfig - Variable in class org.neo4j.graphalgo.api.GraphStoreFactory
 
graphCreateConfig - Variable in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
GraphCreateConfig - Interface in org.neo4j.graphalgo.config
 
graphCreateCypher(String) - Method in interface org.neo4j.graphalgo.GdsCypher.QueryBuilder
 
GraphCreateFromCypherConfig - Interface in org.neo4j.graphalgo.config
 
GraphCreateFromStoreConfig - Interface in org.neo4j.graphalgo.config
 
graphDimensions - Variable in class org.neo4j.graphalgo.core.utils.mem.MemoryTreeWithDimensions
 
GraphDimensions - Interface in org.neo4j.graphalgo.core
 
GraphDimensionsCypherReader - Class in org.neo4j.graphalgo.core
 
GraphDimensionsCypherReader(GraphDatabaseAPI, GraphCreateFromCypherConfig) - Constructor for class org.neo4j.graphalgo.core.GraphDimensionsCypherReader
 
GraphDimensionsReader<T extends GraphCreateConfig> - Class in org.neo4j.graphalgo.core
 
GraphDimensionsReader(GraphDatabaseAPI, T) - Constructor for class org.neo4j.graphalgo.core.GraphDimensionsReader
 
GraphDimensionsStoreReader - Class in org.neo4j.graphalgo.core
 
GraphDimensionsStoreReader(GraphDatabaseAPI, GraphCreateFromStoreConfig) - Constructor for class org.neo4j.graphalgo.core.GraphDimensionsStoreReader
 
GraphDimensionsValidation - Class in org.neo4j.graphalgo.core
 
GraphLoader - Interface in org.neo4j.graphalgo.core
 
GraphLoaderContext - Interface in org.neo4j.graphalgo.api
 
graphName() - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
graphName() - Method in interface org.neo4j.graphalgo.config.DeleteRelationshipsConfig
 
graphName() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
GraphRemoveNodePropertiesConfig - Interface in org.neo4j.graphalgo.config
 
graphStore() - Method in interface org.neo4j.graphalgo.api.GraphStoreFactory.ImportResult
 
graphStore() - Method in interface org.neo4j.graphalgo.core.GraphLoader
 
graphStore() - Method in interface org.neo4j.graphalgo.core.loading.GraphStoreWithConfig
 
GraphStore - Interface in org.neo4j.graphalgo.api
 
GraphStore.PropertyState - Enum in org.neo4j.graphalgo.api
 
GraphStoreCatalog - Class in org.neo4j.graphalgo.core.loading
 
GraphStoreExport - Class in org.neo4j.graphalgo.core.utils.export
 
GraphStoreExport(GraphStore, File, GraphStoreExportConfig) - Constructor for class org.neo4j.graphalgo.core.utils.export.GraphStoreExport
 
GraphStoreExportConfig - Interface in org.neo4j.graphalgo.core.utils.export
 
graphStoreFactory() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
graphStoreFactory() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
graphStoreFactory() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
graphStoreFactory() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
graphStoreFactory() - Method in interface org.neo4j.graphalgo.core.GraphLoader
 
GraphStoreFactory<CONFIG extends GraphCreateConfig> - Class in org.neo4j.graphalgo.api
The Abstract Factory defines the construction of the graph
GraphStoreFactory(CONFIG, GraphLoaderContext, GraphDimensions) - Constructor for class org.neo4j.graphalgo.api.GraphStoreFactory
 
GraphStoreFactory.ImportResult - Interface in org.neo4j.graphalgo.api
 
GraphStoreFactory.RelationshipImportResult - Interface in org.neo4j.graphalgo.api
 
GraphStoreFactory.Supplier - Interface in org.neo4j.graphalgo.api
 
GraphStoreInput - Class in org.neo4j.graphalgo.core.utils.export
 
GraphStoreSchema - Interface in org.neo4j.graphalgo.api.schema
 
GraphStoreWithConfig - Interface in org.neo4j.graphalgo.core.loading
 
GraphWriteNodePropertiesConfig - Interface in org.neo4j.graphalgo.config
 
GraphWriteRelationshipConfig - Interface in org.neo4j.graphalgo.config
 
groups() - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreInput
 

H

hashCode() - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
hashCode() - Method in class org.neo4j.graphalgo.ElementIdentifier
 
hasLabel(long, NodeLabel) - Method in interface org.neo4j.graphalgo.api.NodeMapping
 
hasLabel(long, NodeLabel) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
hasLabel(long, NodeLabel) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
hasMappings() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
hasNext() - Method in class org.neo4j.graphalgo.core.loading.IdMap.IdIterator
 
hasNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
hasNext() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntIterator
 
hasNext() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
hasNext() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongIterator
 
hasNext() - Method in class org.neo4j.graphalgo.core.utils.RandomLongIterator
 
hasNodeProperty(Collection<NodeLabel>, String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
hasNodeProperty(Collection<NodeLabel>, String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
hasRelationshipProperty() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
hasRelationshipProperty() - Method in interface org.neo4j.graphalgo.api.Graph
 
hasRelationshipProperty() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
hasRelationshipProperty() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
hasRelationshipProperty(Collection<RelationshipType>, String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
hasRelationshipProperty(Collection<RelationshipType>, String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
hasRelationshipType(RelationshipType) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
hasRelationshipType(RelationshipType) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
hasValidName() - Method in class org.neo4j.graphalgo.PropertyMapping
 
head() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
heap - Variable in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
highestNeoId() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
HISTOGRAM_PRECISION_DEFAULT - Static variable in class org.neo4j.graphalgo.core.ProcedureConstants
 
httpEnabled() - Static method in class org.neo4j.graphalgo.core.Settings
 
httpsEnabled() - Static method in class org.neo4j.graphalgo.core.Settings
 
HugeAtomicDisjointSetStruct - Class in org.neo4j.graphalgo.core.utils.paged.dss
Add adaption of the C++ implementation [1] for the "Wait-free Parallel Algorithms for the Union-Find Problem" [2] with some input from an atomic DSS implementation in Rust [3].
HugeAtomicDisjointSetStruct(long, NodeProperties, AllocationTracker, int) - Constructor for class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
HugeAtomicDisjointSetStruct(long, AllocationTracker, int) - Constructor for class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
HugeAtomicDoubleArray - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeAtomicDoubleArray(HugeAtomicLongArray) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
 
HugeAtomicLongArray - Class in org.neo4j.graphalgo.core.utils.paged
A long-indexable version of a AtomicLongArray that can contain more than 2 bn.
HugeAtomicLongArray() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
 
HugeAtomicLongArray.Translator - Class in org.neo4j.graphalgo.core.utils.paged
HugeCursor<Array> - Class in org.neo4j.graphalgo.core.utils.paged
View of data underlying an Huge array, accessible as slices of one or more primitive arrays.
HugeDoubleArray - Class in org.neo4j.graphalgo.core.utils.paged
A long-indexable version of a primitive double array (double[]) that can contain more than 2 bn.
HugeDoubleArray() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
 
HugeDoubleArray.Translator - Class in org.neo4j.graphalgo.core.utils.paged
A PropertyTranslator for instances of HugeDoubleArrays.
HugeDoubleTriangularMatrix - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeDoubleTriangularMatrix(long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeDoubleTriangularMatrix
 
HugeGraph - Class in org.neo4j.graphalgo.core.huge
Huge Graph contains two array like data structures.
HugeGraph(IdMap, Map<String, NodeProperties>, long, AdjacencyList, AdjacencyOffsets, boolean, double, AdjacencyList, AdjacencyOffsets, Orientation, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.huge.HugeGraph
 
HugeGraph.GetTargetConsumer - Class in org.neo4j.graphalgo.core.huge
 
HugeGraph.PropertyCSR - Interface in org.neo4j.graphalgo.core.huge
 
HugeGraph.Relationships - Interface in org.neo4j.graphalgo.core.huge
 
HugeGraph.TopologyCSR - Interface in org.neo4j.graphalgo.core.huge
 
HugeGraphUtil - Class in org.neo4j.graphalgo.core.loading
 
HugeGraphUtil.IdMapBuilder - Class in org.neo4j.graphalgo.core.loading
 
HugeGraphUtil.Relationship - Interface in org.neo4j.graphalgo.core.loading
 
HugeGraphUtil.RelationshipsBuilder - Class in org.neo4j.graphalgo.core.loading
 
HugeIntArray - Class in org.neo4j.graphalgo.core.utils.paged
A long-indexable version of a primitive int array (int[]) that can contain more than 2 bn.
HugeIntArray() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
 
HugeIntArray.Translator - Class in org.neo4j.graphalgo.core.utils.paged
A PropertyTranslator for instances of HugeIntArrays.
HugeLongArray - Class in org.neo4j.graphalgo.core.utils.paged
A long-indexable version of a primitive long array (long[]) that can contain more than 2 bn.
HugeLongArray() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
 
HugeLongArray.Translator - Class in org.neo4j.graphalgo.core.utils.paged
A PropertyTranslator for instances of HugeLongArrays.
HugeLongArrayBuilder - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeLongLongDoubleMap - Class in org.neo4j.graphalgo.core.utils.paged
map with two longs as keys and huge underlying storage, so it can store more than 2B values
HugeLongLongDoubleMap(long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
New instance with sane defaults.
HugeLongLongDoubleMap(AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
New instance with sane defaults.
HugeLongLongMap - Class in org.neo4j.graphalgo.core.utils.paged
map with long=>long mapping and huge underlying storage, so it can store more than 2B values
HugeLongLongMap(long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
New instance with sane defaults.
HugeLongLongMap(AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
New instance with sane defaults.
HugeLongMatrix - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeLongMatrix(long, long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongMatrix
 
HugeLongSquareMatrix - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeLongSquareMatrix(long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongSquareMatrix
 
HugeLongTriangularMatrix - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeLongTriangularMatrix(long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongTriangularMatrix
 
HugeObjectArray<T> - Class in org.neo4j.graphalgo.core.utils.paged
A long-indexable version of a Object array (T[]) that can contain more than 2 bn.
HugeObjectArray() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
 
HugeParallelGraphImporter<T extends java.lang.Runnable> - Interface in org.neo4j.graphalgo.core.loading
 
HugeSparseLongArray - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeSparseLongArray.Builder - Class in org.neo4j.graphalgo.core.utils.paged
 
HugeSparseLongArray.GrowingBuilder - Class in org.neo4j.graphalgo.core.utils.paged
 
humanReadable(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
Returns size in human-readable units.

I

identity(int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
IdIterable(long, long) - Constructor for class org.neo4j.graphalgo.core.loading.IdMap.IdIterable
 
IdIterator(long) - Constructor for class org.neo4j.graphalgo.core.loading.IdMap.IdIterator
 
idMap() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
idMap() - Method in class org.neo4j.graphalgo.core.loading.IdsAndProperties
 
IdMap - Class in org.neo4j.graphalgo.core.loading
This is basically a long to int mapper.
IdMap(HugeLongArray, HugeSparseLongArray, long) - Constructor for class org.neo4j.graphalgo.core.loading.IdMap
 
IdMap(HugeLongArray, HugeSparseLongArray, Map<NodeLabel, BitSet>, long) - Constructor for class org.neo4j.graphalgo.core.loading.IdMap
initialize the map with pre-built sub arrays
IdMap.IdIterable - Class in org.neo4j.graphalgo.core.loading
 
IdMap.IdIterator - Class in org.neo4j.graphalgo.core.loading
 
idMapBuilder(long, ExecutorService, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.HugeGraphUtil
 
IdMapBuilder - Class in org.neo4j.graphalgo.core.loading
 
IdMapping - Interface in org.neo4j.graphalgo.api
Bi-directional mapping between two id spaces.
IdsAndProperties - Class in org.neo4j.graphalgo.core.loading
 
IdsAndProperties(IdMap, Map<NodeLabel, Map<String, NodeProperties>>) - Constructor for class org.neo4j.graphalgo.core.loading.IdsAndProperties
 
idType() - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreInput
 
IGNORE - Static variable in interface org.neo4j.graphalgo.core.GraphDimensions
 
IMPLICIT_GRAPH_NAME - Static variable in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
implicitCreateConfig() - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
implicitCreation(GraphCreateFromStoreConfig) - Method in interface org.neo4j.graphalgo.GdsCypher.CreationBuildStage
 
importNodes(NodesBatchBuffer, NodeImporter.PropertyReader) - Method in class org.neo4j.graphalgo.core.loading.NodeImporter
 
importProperties(long, long[], Map<String, Number>) - Method in class org.neo4j.graphalgo.core.loading.CypherNodePropertyImporter
 
ImportSizing - Class in org.neo4j.graphalgo.core.loading
 
IncrementalDisjointSetStruct - Class in org.neo4j.graphalgo.core.utils.paged.dss
Deprecated.
IncrementalDisjointSetStruct(long, NodeProperties, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.dss.IncrementalDisjointSetStruct
Deprecated.
Initialize the struct with the given size.
indexInPage(long, int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 
indexInPage(long, long) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 
indexOf(PrimitiveLongIterator, long) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
Returns the index of the given item in the iterator(zero-based).
initProgressLogger() - Method in class org.neo4j.graphalgo.api.GraphStoreFactory
 
initProgressLogger() - Method in class org.neo4j.graphalgo.core.loading.CypherFactory
 
initProgressLogger() - Method in class org.neo4j.graphalgo.core.loading.NativeFactory
 
inlineBuilder() - Method in class org.neo4j.graphalgo.AbstractNodeProjection.Builder
 
inlineBuilder() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection.Builder
 
instance() - Static method in class org.neo4j.graphalgo.core.concurrency.ConcurrencyMonitor
 
INSTANCE - org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
INSTANCE - Static variable in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray.Translator
 
INSTANCE - Static variable in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray.Translator
 
INSTANCE - Static variable in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray.Translator
 
INSTANCE - Static variable in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray.Translator
 
INSTANCE - Static variable in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray.Translator
 
INT_ARRAY_TRANSLATOR - Static variable in class org.neo4j.graphalgo.core.write.Translators
 
INT_DOUBLE_MAP_TRANSLATOR - Static variable in class org.neo4j.graphalgo.core.write.Translators
 
IntBinaryPredicate - Interface in org.neo4j.graphalgo.api
 
intersectAll(long, IntersectionConsumer) - Method in interface org.neo4j.graphalgo.api.RelationshipIntersect
 
intersection() - Method in interface org.neo4j.graphalgo.api.Graph
 
intersection(long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
intersection(long) - Method in interface org.neo4j.graphalgo.api.Graph
 
intersection(long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
intersection(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
intersection(long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
intersection(LongHashSet, LongHashSet) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
intersection2(long[], long[]) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
intersection3(long[], long[]) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
intersection4(long[], long[]) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
IntersectionConsumer - Interface in org.neo4j.graphalgo.api
 
Intersections - Class in org.neo4j.graphalgo.core.utils
 
Intersections() - Constructor for class org.neo4j.graphalgo.core.utils.Intersections
 
IntPointer(int) - Constructor for class org.neo4j.graphalgo.core.utils.Pointer.IntPointer
 
isEmpty() - Method in class org.neo4j.graphalgo.AbstractNodeProjections
 
isEmpty() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
isEmpty() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
isEmpty() - Method in interface org.neo4j.graphalgo.api.Graph
 
isEmpty() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
isEmpty() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
isEmpty() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveCollection
 
isEmpty() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
isEmpty() - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
isEmpty() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
 
isEmpty() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
isEmpty() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
isIncremental() - Method in interface org.neo4j.graphalgo.config.SeedConfig
 
isLimited() - Method in class org.neo4j.graphalgo.core.concurrency.ConcurrencyMonitor
 
isPowerOfTwo(int) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
 
isPowerOfTwo(long) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
 
isTracking(AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
isUndirected() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
isUndirected() - Method in interface org.neo4j.graphalgo.api.Graph
 
isUndirected() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
isUndirected() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
isUnlimited() - Method in class org.neo4j.graphalgo.core.concurrency.ConcurrencyMonitor
 
iterateParallel(ExecutorService, int, int, IntConsumer) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
IterationsConfig - Interface in org.neo4j.graphalgo.config
 
iterator() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
iterator() - Method in class org.neo4j.graphalgo.core.loading.IdMap.IdIterable
 
iterator() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntIterable
 
iterator() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
iterator() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongIterable
 
iterator() - Method in class org.neo4j.graphalgo.core.utils.LazyBatchCollection
 
iterator() - Method in class org.neo4j.graphalgo.core.utils.LazyMappingCollection
 
iterator() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
iterator() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
iterator() - Method in class org.neo4j.graphalgo.core.utils.SetBitsIterable
 
iterator(int...) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
iterator(long...) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
iterator(Resource, long...) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongResourceCollections
 

J

join(Collection<String>) - Static method in class org.neo4j.graphalgo.utils.StringJoining
 
join(Collection<String>, CharSequence) - Static method in class org.neo4j.graphalgo.utils.StringJoining
 
join(Collection<String>, CharSequence, CharSequence, CharSequence) - Static method in class org.neo4j.graphalgo.utils.StringJoining
 
join(Stream<String>) - Static method in class org.neo4j.graphalgo.utils.StringJoining
 

K

key() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipProperty
 
keySet() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
keySet() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 

L

label() - Method in class org.neo4j.graphalgo.AbstractNodeProjection
 
LABEL_KEY - Static variable in class org.neo4j.graphalgo.AbstractNodeProjection
 
labelProjection() - Method in class org.neo4j.graphalgo.AbstractNodeProjections
 
labels() - Method in class org.neo4j.graphalgo.core.loading.NodeCursorReference
 
labels() - Method in class org.neo4j.graphalgo.core.loading.NodeRecordReference
 
labels() - Method in interface org.neo4j.graphalgo.core.loading.NodeReference
 
LazyBatchCollection<T> - Class in org.neo4j.graphalgo.core.utils
 
LazyBatchCollection.BatchSupplier<T> - Interface in org.neo4j.graphalgo.core.utils
 
LazyMappingCollection<T,​U> - Class in org.neo4j.graphalgo.core.utils
 
length() - Method in class org.neo4j.graphalgo.core.huge.AdjacencyList.Cursor
 
length() - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
return capacity
lessThan(long, long) - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
limit - Variable in class org.neo4j.graphalgo.core.utils.paged.HugeCursor
the limit of the array, exclusive – the first index not to be contained
LINEAR_SEARCH_LIMIT - Static variable in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
linearSearch(int[], int, int) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
linearSearch2(int[], int, int, int) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
linearSearch2index(int[], int, int, int) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
linearSearchIndex(int[], int, int) - Static method in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
list() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.TopologyCSR
 
loadEverything() - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
Loads all nodes of any label and relationships of any type in the Orientation.NATURAL projection.
loadEverything(Orientation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
Loads all nodes of any label and relationships of any type in the given projection.
loadingContext - Variable in class org.neo4j.graphalgo.api.GraphStoreFactory
 
loadPropertyTokens(Map<? extends ElementIdentifier, ? extends ElementProjection>, TokenRead) - Method in class org.neo4j.graphalgo.core.GraphDimensionsReader
 
log() - Method in interface org.neo4j.graphalgo.api.GraphLoaderContext
 
logMessage(String) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
logMessage(Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
logMessage(Supplier<String>) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
logMessage(Supplier<String>) - Method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
logMessage(Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
logProgress() - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
logProgress(double) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
Deprecated.
logProgress(double, double) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
Deprecated.
logProgress(double, double, Supplier<String>) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
Deprecated.
logProgress(double, Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
logProgress(double, Supplier<String>) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
Deprecated.
logProgress(double, Supplier<String>) - Method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
logProgress(double, Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
logProgress(long) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
logProgress(long, Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
logProgress(long, Supplier<String>) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
logProgress(long, Supplier<String>) - Method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
logProgress(long, Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
logProgress(Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
logProgress(Supplier<String>) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
logProgress(Supplier<String>) - Method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
logProgress(Supplier<String>) - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
LongPointer(long) - Constructor for class org.neo4j.graphalgo.core.utils.Pointer.LongPointer
 
LongPriorityQueue - Class in org.neo4j.graphalgo.core.utils.queue
A PriorityQueue specialized for ints that maintains a partial ordering of its elements such that the smallest value can always be found in constant time.
LongPriorityQueue() - Constructor for class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
LongPriorityQueue(int) - Constructor for class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
longToDouble(int, LongToDoubleFunction) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
longToIntConsumer(IntConsumer) - Static method in interface org.neo4j.graphalgo.core.heavyweight.Converters
 
longToIntConsumer(IntBinaryPredicate) - Static method in interface org.neo4j.graphalgo.core.heavyweight.Converters
 
longToIntConsumer(Converters.IntIntDoublePredicate) - Static method in interface org.neo4j.graphalgo.core.heavyweight.Converters
 
longToIntPredicate(IntPredicate) - Static method in interface org.neo4j.graphalgo.core.heavyweight.Converters
 
lookup(String) - Static method in enum org.neo4j.graphalgo.core.Aggregation
 

M

map(DoubleUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.Pointer.DoublePointer
 
map(IntFunction<T>, PrimitiveIntIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
map(IntUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.Pointer.IntPointer
 
map(LongFunction<T>, PrimitiveLongIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
map(LongUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.Pointer.LongPointer
 
map(UnaryOperator<G>) - Method in class org.neo4j.graphalgo.core.utils.Pointer.GenericPointer
 
map(Pointer.BooleanUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.Pointer.BoolPointer
 
mappings() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
mapToSet(PrimitiveIntIterator, IntFunction<T>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
max - Variable in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
max() - Static method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
max(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
max(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
max(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
MAX - org.neo4j.graphalgo.core.Aggregation
 
MAX_ARRAY_LENGTH - Static variable in class org.neo4j.graphalgo.core.utils.ArrayUtil
 
MAX_NODE_COUNT - Static variable in class org.neo4j.graphalgo.core.utils.partition.Partition
 
MAXIMUM_LOG_INTERVAL - Static variable in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
maxIterations() - Method in interface org.neo4j.graphalgo.config.IterationsConfig
 
maxRelCount() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
MEMORY_ESTIMATION - Static variable in class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
 
memoryEstimation() - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyOffsets
 
memoryEstimation() - Method in class org.neo4j.graphalgo.core.loading.CypherFactory
 
memoryEstimation() - Static method in class org.neo4j.graphalgo.core.loading.IdMap
 
memoryEstimation() - Method in class org.neo4j.graphalgo.core.loading.NativeFactory
 
memoryEstimation() - Method in interface org.neo4j.graphalgo.core.utils.mem.Assessable
Returns an estimation about the memory consumption of that algorithm.
memoryEstimation() - Static method in class org.neo4j.graphalgo.core.utils.paged.dss.IncrementalDisjointSetStruct
Deprecated.
 
memoryEstimation() - Static method in class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
 
memoryEstimation() - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
memoryEstimation() - Static method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
memoryEstimation(boolean) - Static method in class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
memoryEstimation(int) - Static method in class org.neo4j.graphalgo.core.utils.paged.TrackingLongDoubleHashMap
 
memoryEstimation(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
memoryEstimation(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
memoryEstimation(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
memoryEstimation(int, long) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyOffsets
 
memoryEstimation(long) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
 
memoryEstimation(long) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
 
memoryEstimation(long) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
 
memoryEstimation(long) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
 
memoryEstimation(long, long) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray
 
memoryEstimation(GraphDimensions) - Method in class org.neo4j.graphalgo.api.GraphStoreFactory
 
memoryEstimation(GraphDimensions) - Method in class org.neo4j.graphalgo.core.loading.CypherFactory
 
memoryEstimation(GraphDimensions) - Method in class org.neo4j.graphalgo.core.loading.NativeFactory
 
memoryEstimation(GraphDimensions, int) - Method in interface org.neo4j.graphalgo.core.utils.mem.Assessable
Computes the memory consumption for the algorithm depending on the given GraphDimensions and concurrency.
MemoryEstimation - Interface in org.neo4j.graphalgo.core.utils.mem
A description of an object that has resources residing in memory.
MemoryEstimations - Class in org.neo4j.graphalgo.core.utils.mem
 
MemoryEstimations.Builder - Class in org.neo4j.graphalgo.core.utils.mem
 
MemoryEstimations.MemoryEstimationSetup - Interface in org.neo4j.graphalgo.core.utils.mem
 
MemoryEstimations.MemoryRangeModifier - Interface in org.neo4j.graphalgo.core.utils.mem
 
MemoryRange - Class in org.neo4j.graphalgo.core.utils.mem
Represents a range of positive byte values.
MemoryResident - Interface in org.neo4j.graphalgo.core.utils.mem
A calculation of an object that has resources residing in memory.
memoryTree - Variable in class org.neo4j.graphalgo.core.utils.mem.MemoryTreeWithDimensions
 
MemoryTree - Interface in org.neo4j.graphalgo.core.utils.mem
A tree shaped description of an object that has resources residing in memory.
MemoryTreeWithDimensions - Class in org.neo4j.graphalgo.core.utils.mem
 
MemoryTreeWithDimensions(MemoryTree, GraphDimensions) - Constructor for class org.neo4j.graphalgo.core.utils.mem.MemoryTreeWithDimensions
 
memoryUsage() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
MemoryUsage - Class in org.neo4j.graphalgo.core.utils.mem
 
merge(double, double) - Method in enum org.neo4j.graphalgo.core.Aggregation
 
merge(SequentialDisjointSetStruct) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.SequentialDisjointSetStruct
Deprecated.
Merges the given DisjointSetStruct into this one.
mergeWith(PropertyMappings) - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
min - Variable in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
min() - Static method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
min(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
min(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
min(int) - Static method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
MIN - org.neo4j.graphalgo.core.Aggregation
 
MIN_PAGE_SIZE - Static variable in class org.neo4j.graphalgo.core.loading.ImportSizing
 
modificationTime() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
modificationTime() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
modify(MemoryRange, GraphDimensions, int) - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.MemoryRangeModifier
 
MutableIntValue - Class in org.neo4j.graphalgo.core.loading
 
MutableIntValue() - Constructor for class org.neo4j.graphalgo.core.loading.MutableIntValue
 
MUTATE - org.neo4j.graphalgo.GdsCypher.ExecutionModes
 
MutateConfig - Interface in org.neo4j.graphalgo.config
 
mutateEstimation() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
mutateMode() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
mutateProperty() - Method in interface org.neo4j.graphalgo.config.MutatePropertyConfig
 
MutatePropertyConfig - Interface in org.neo4j.graphalgo.config
 
MutateRelationshipConfig - Interface in org.neo4j.graphalgo.config
 
mutateRelationshipType() - Method in interface org.neo4j.graphalgo.config.MutateRelationshipConfig
 

N

name - Variable in class org.neo4j.graphalgo.ElementIdentifier
 
name() - Method in class org.neo4j.graphalgo.ElementIdentifier
 
NativeFactory - Class in org.neo4j.graphalgo.core.loading
 
NativeFactory(GraphCreateFromStoreConfig, GraphLoaderContext) - Constructor for class org.neo4j.graphalgo.core.loading.NativeFactory
 
NativeNodePropertyImporter - Class in org.neo4j.graphalgo.core.loading
 
NativeNodePropertyImporter.Builder - Class in org.neo4j.graphalgo.core.loading
 
NATURAL - org.neo4j.graphalgo.Orientation
 
nearbyPowerOfTwo(int) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
 
nearbyPowerOfTwo(long) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
 
neoPropertyKey() - Method in class org.neo4j.graphalgo.PropertyMapping
property name in the graph (a:Node {`propertyKey`:xyz})
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicDoubleArray
 
newArray(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray
 
newArray(long, PageFiller, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
 
newArray(long, PageFiller, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newArray(Class<T>, long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Creates a new array of the given size, tracking the memory requirements into the given AllocationTracker.
newBatch(long, long) - Method in interface org.neo4j.graphalgo.core.utils.LazyBatchCollection.BatchSupplier
 
newCopy(long[]) - Static method in class org.neo4j.graphalgo.core.loading.RadixSort
 
newCursor() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Returns a new HugeCursor for this array.
newCursor() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Returns a new HugeCursor for this array.
newCursor() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Returns a new HugeCursor for this array.
newCursor() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Returns a new HugeCursor for this array.
newHistogram(int) - Static method in class org.neo4j.graphalgo.core.loading.RadixSort
 
newImporter(long, PrimitiveLongIterable) - Method in interface org.neo4j.graphalgo.core.loading.HugeParallelGraphImporter
Return a new Runnable.
newInstance(ExtensionContext, ConcurrencyControllerExtension.Dependencies) - Method in class org.neo4j.graphalgo.core.concurrency.ConcurrencyControllerExtension
 
newInstance(ExtensionContext, GcListenerExtension.Dependencies) - Method in class org.neo4j.graphalgo.core.utils.mem.GcListenerExtension
 
newPage() - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
newPage() - Method in interface org.neo4j.graphalgo.core.utils.paged.PageAllocator.PageFactory
 
newPage(AllocationTracker) - Method in interface org.neo4j.graphalgo.core.utils.paged.PageAllocator.PageFactory
 
newScanner(int, GraphDatabaseService) - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner.Factory
 
next - Variable in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
next() - Method in class org.neo4j.graphalgo.core.loading.IdMap.IdIterator
 
next() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
next() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntIterator
 
next() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
next() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongIterator
 
next() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeCursor
Try to load the next page and return the success of this load.
next() - Method in class org.neo4j.graphalgo.core.utils.RandomLongIterator
 
next(int) - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
Called from inside an implementation of PrimitiveIntCollections.PrimitiveIntBaseIterator.fetchNext() if a next item was found.
next(long) - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
Called from inside an implementation of PrimitiveLongCollections.PrimitiveLongBaseIterator.fetchNext() if a next item was found.
nextHighestPowerOfTwo(int) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
returns the next highest power of two, or the current value if it's already a power of two or zero
nextHighestPowerOfTwo(long) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
returns the next highest power of two, or the current value if it's already a power of two or zero
NO - org.neo4j.graphalgo.config.RandomGraphGeneratorConfig.AllowSelfLoops
 
NO_MESSAGE - Static variable in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
NO_PROPERTY_VALUE - Static variable in class org.neo4j.graphalgo.core.huge.HugeGraph
 
NO_PROPERTY_VALUE - Static variable in class org.neo4j.graphalgo.core.loading.CypherNodePropertyImporter
 
NO_SUCH_LABEL - Static variable in interface org.neo4j.graphalgo.core.GraphDimensions
 
NO_SUCH_RELATIONSHIP_TYPE - Static variable in interface org.neo4j.graphalgo.core.GraphDimensions
 
NODE_LABELS_KEY - Static variable in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
NODE_PROJECTION_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
NODE_PROPERTIES_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
NODE_QUERY_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
nodeCount - Variable in class org.neo4j.graphalgo.core.utils.partition.Partition
 
nodeCount - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
nodeCount() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
nodeCount() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodeCount() - Method in interface org.neo4j.graphalgo.api.IdMapping
Number of mapped nodeIds.
nodeCount() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
nodeCount() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
nodeCount() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
nodeCount() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
nodeCount() - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
nodeCount() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
nodeCount() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodeCount() - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
nodeCount(long) - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter.Builder
 
NODECOUNT_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
NodeCursorReference - Class in org.neo4j.graphalgo.core.loading
 
NodeFilteredGraph - Class in org.neo4j.graphalgo.core.huge
 
NodeFilteredGraph(Graph, IdMap) - Constructor for class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
nodeId() - Method in class org.neo4j.graphalgo.core.loading.NodeCursorReference
 
nodeId() - Method in class org.neo4j.graphalgo.core.loading.NodeRecordReference
 
nodeId() - Method in interface org.neo4j.graphalgo.core.loading.NodeReference
 
NodeImporter - Class in org.neo4j.graphalgo.core.loading
 
NodeImporter(HugeLongArrayBuilder) - Constructor for class org.neo4j.graphalgo.core.loading.NodeImporter
 
NodeImporter(HugeLongArrayBuilder, Map<NodeLabel, BitSet>, IntObjectMap<List<NodeLabel>>) - Constructor for class org.neo4j.graphalgo.core.loading.NodeImporter
 
nodeIterator() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
nodeIterator() - Method in interface org.neo4j.graphalgo.api.NodeIterator
 
nodeIterator() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
nodeIterator() - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
nodeIterator() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
nodeIterator() - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
NodeIterator - Interface in org.neo4j.graphalgo.api
Iterate over each node Id until either all nodes have been consumed or the consumer decides to stop the iteration.
NodeLabel - Class in org.neo4j.graphalgo
 
NodeLabel(String) - Constructor for class org.neo4j.graphalgo.NodeLabel
 
nodeLabelIdentifiers(GraphStore) - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
nodeLabels() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodeLabels() - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
nodeLabels() - Method in interface org.neo4j.graphalgo.config.GraphWriteNodePropertiesConfig
 
nodeLabels() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
nodeLabels() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodeLabels(long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
nodeLabels(long) - Method in interface org.neo4j.graphalgo.api.Graph
 
nodeLabels(long) - Method in interface org.neo4j.graphalgo.api.NodeMapping
 
nodeLabels(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
nodeLabels(long) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
nodeLabelTokens() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
nodeMapping() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
nodeMapping() - Method in interface org.neo4j.graphalgo.api.Graph
 
nodeMapping() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
nodeMapping() - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
nodeMapping() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
NodeMapping - Interface in org.neo4j.graphalgo.api
 
nodeProjections() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
nodeProjections() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
nodeProperties() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
nodeProperties() - Method in interface org.neo4j.graphalgo.config.GraphWriteNodePropertiesConfig
 
nodeProperties() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
nodeProperties(String) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
nodeProperties(String) - Method in interface org.neo4j.graphalgo.api.NodePropertyContainer
Return the property values for a property key
nodeProperties(String) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
nodeProperties(String) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
nodeProperties(String) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
NodeProperties - Interface in org.neo4j.graphalgo.api
 
NodePropertiesBuilder - Class in org.neo4j.graphalgo.core.loading
 
nodeProperty(long) - Method in interface org.neo4j.graphalgo.api.NodeProperties
Returns the property value for a node or the loaded default value if no property has been defined.
nodeProperty(long) - Method in class org.neo4j.graphalgo.api.UnionNodeProperties
 
nodeProperty(long) - Method in class org.neo4j.graphalgo.core.huge.FilteredNodeProperties
 
nodeProperty(long) - Method in class org.neo4j.graphalgo.core.loading.NodePropertyMap
 
nodeProperty(long) - Method in class org.neo4j.graphalgo.core.loading.NullPropertyMap
 
nodeProperty(long, double) - Method in interface org.neo4j.graphalgo.api.NodeProperties
Returns the property value for a node or the given default value if no property had been defined.
nodeProperty(long, double) - Method in class org.neo4j.graphalgo.core.huge.FilteredNodeProperties
 
nodeProperty(long, double) - Method in class org.neo4j.graphalgo.core.loading.NodePropertyMap
 
nodeProperty(long, double) - Method in class org.neo4j.graphalgo.core.loading.NullPropertyMap
 
NodePropertyAccessor - Interface in org.neo4j.graphalgo.core.mutate
 
NodePropertyContainer - Interface in org.neo4j.graphalgo.api
Getter interface for node properties.
nodePropertyCount() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyCount() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
NodePropertyExporter - Class in org.neo4j.graphalgo.core.write
 
NodePropertyExporter(GraphDatabaseAPI, long, LongUnaryOperator, TerminationFlag, ProgressLogger, int, ExecutorService) - Constructor for class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
NodePropertyExporter.Builder - Class in org.neo4j.graphalgo.core.write
 
NodePropertyExporter.NodeProperty<T> - Interface in org.neo4j.graphalgo.core.write
 
NodePropertyExporter.ResolvedNodeProperty - Interface in org.neo4j.graphalgo.core.write
 
NodePropertyExporter.WriteConsumer - Interface in org.neo4j.graphalgo.core.write
 
nodePropertyKeys() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyKeys() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodePropertyKeys(NodeLabel) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyKeys(NodeLabel) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
NodePropertyMap - Class in org.neo4j.graphalgo.core.loading
 
NodePropertyMap(PagedLongDoubleMap, double) - Constructor for class org.neo4j.graphalgo.core.loading.NodePropertyMap
 
nodePropertyState(String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyState(String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodePropertyTokens() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
nodePropertyType(NodeLabel, String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyType(NodeLabel, String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodePropertyValues() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.NodePropertyStore
 
nodePropertyValues(String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyValues(String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodePropertyValues(NodeLabel, String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodePropertyValues(NodeLabel, String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodeQuery() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
NodeRecordReference - Class in org.neo4j.graphalgo.core.loading
 
NodeReference - Interface in org.neo4j.graphalgo.core.loading
 
nodes() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
nodes() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
nodes(Collector) - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreInput
 
NodesBatchBuffer - Class in org.neo4j.graphalgo.core.loading
 
nodeSchema() - Method in interface org.neo4j.graphalgo.api.schema.GraphStoreSchema
 
NodeSchema - Interface in org.neo4j.graphalgo.api.schema
 
NodeSchema.Builder - Class in org.neo4j.graphalgo.api.schema
 
NodeWeightConfig - Interface in org.neo4j.graphalgo.config
 
nodeWeightProperty() - Method in interface org.neo4j.graphalgo.config.NodeWeightConfig
 
NONE - org.neo4j.graphalgo.core.Aggregation
 
nonEmpty() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
NonInrementalDisjointSetStruct - Class in org.neo4j.graphalgo.core.utils.paged.dss
Deprecated.
NonInrementalDisjointSetStruct(long, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
Initialize the struct with the given size.
normalizePropertyValue(double) - Method in enum org.neo4j.graphalgo.core.Aggregation
 
NOT_FOUND - Static variable in class org.neo4j.graphalgo.core.huge.AdjacencyList.DecompressingCursor
 
now() - Static method in class org.neo4j.graphalgo.core.utils.TimeUtil
 
NULL_LOGGER - Static variable in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
NULL_TREE - Static variable in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
NullPropertyMap - Class in org.neo4j.graphalgo.core.loading
NodeProperties implementation which always returns a given default property value upon invocation.
NullPropertyMap(double) - Constructor for class org.neo4j.graphalgo.core.loading.NullPropertyMap
 
numberAlignedPartitioning(int, long, long) - Static method in class org.neo4j.graphalgo.core.utils.partition.PartitionUtils
 
numberOfMappings() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
numberOfPages() - Method in class org.neo4j.graphalgo.core.loading.ImportSizing
 
numberType() - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator
 
numberType() - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfDouble
 
numberType() - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfInt
 
numberType() - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLong
 
numberType() - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongArray
 
numberType() - Method in class org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongIfChanged
 
numPages(long) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedDataStructure
 
numPagesFor(long, int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 
numPagesFor(long, int, long) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 

O

of(boolean) - Static method in enum org.neo4j.graphalgo.config.RandomGraphGeneratorConfig.AllowSelfLoops
 
of(double...) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
 
of(int...) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
 
of(int, long) - Static method in class org.neo4j.graphalgo.core.loading.ImportSizing
 
of(int, long, Supplier<T>, T[]) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
of(int, long, PageAllocator.PageFactory<T>, T[]) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
of(int, LongUnaryOperator) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
of(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
of(long[]) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyOffsets
 
of(long...) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
 
of(long[][], int) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyOffsets
 
of(long, long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
of(long, long, LazyBatchCollection.BatchSupplier<T>) - Static method in class org.neo4j.graphalgo.core.utils.LazyBatchCollection
 
of(long, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArrayBuilder
 
of(long, AllocationTracker, double, int, String, int) - Static method in class org.neo4j.graphalgo.core.loading.NodePropertiesBuilder
 
of(long, AllocationTracker, int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
of(long, Orientation, AdjacencyList, AdjacencyOffsets, AdjacencyList, AdjacencyOffsets, double) - Static method in interface org.neo4j.graphalgo.core.huge.HugeGraph.Relationships
 
of(String) - Static method in class org.neo4j.graphalgo.NodeLabel
 
of(String) - Static method in class org.neo4j.graphalgo.RelationshipType
 
of(Class<?>) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a MemoryEstimation for the fields of the given class.
of(String) - Static method in class org.neo4j.graphalgo.AbstractNodeProjection
 
of(String) - Static method in enum org.neo4j.graphalgo.Orientation
 
of(String, double) - Static method in class org.neo4j.graphalgo.PropertyMapping
Creates a PropertyMapping.
of(String, double, Aggregation) - Static method in class org.neo4j.graphalgo.PropertyMapping
 
of(String, String) - Static method in interface org.neo4j.graphalgo.config.DeleteRelationshipsConfig
 
of(String, String, double) - Static method in class org.neo4j.graphalgo.PropertyMapping
 
of(String, String, double, Aggregation) - Static method in class org.neo4j.graphalgo.PropertyMapping
 
of(String, String, long, long, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
of(String, String, Object, Object, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
of(String, String, String, String, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
of(String, String, String, Optional<String>, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphWriteRelationshipConfig
 
of(String, String, List<String>, List<String>, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphRemoveNodePropertiesConfig
 
of(String, String, List<String>, List<String>, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.config.GraphWriteNodePropertiesConfig
 
of(String, String, Aggregation) - Static method in class org.neo4j.graphalgo.PropertyMapping
 
of(String, Aggregation) - Static method in class org.neo4j.graphalgo.PropertyMapping
 
of(String, CypherMapWrapper) - Static method in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
of(String, MemoryResident) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a MemoryEstimation using the given MemoryResident function.
of(String, Orientation) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
of(String, NumberType, GraphStore.PropertyState, HugeGraph.PropertyCSR) - Static method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipProperty
 
of(Collection<? extends Graph>) - Static method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
of(Collection<T>, Function<T, U>) - Static method in class org.neo4j.graphalgo.core.utils.LazyMappingCollection
 
of(Consumer<ImmutableDeletionResult.Builder>) - Static method in interface org.neo4j.graphalgo.core.loading.DeletionResult
 
of(Map<NodeLabel, Map<String, NumberType>>) - Static method in interface org.neo4j.graphalgo.api.schema.NodeSchema
 
of(Map<RelationshipType, Map<String, NumberType>>) - Static method in interface org.neo4j.graphalgo.api.schema.RelationshipSchema
 
of(Map<RelationshipType, RelationshipsBuilder>, ObjectLongMap<RelationshipType>, GraphDimensions) - Static method in interface org.neo4j.graphalgo.api.GraphStoreFactory.RelationshipImportResult
 
of(GraphStore, String, PropertyTranslator.DataAccessFunction<T>) - Static method in class org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongIfChanged
 
of(NodeSchema, RelationshipSchema) - Static method in interface org.neo4j.graphalgo.api.schema.GraphStoreSchema
 
of(GraphDimensions, GraphStore) - Static method in interface org.neo4j.graphalgo.api.GraphStoreFactory.ImportResult
 
of(HugeGraph, String, Optional<String>, int, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
of(IdMap, Map<NodeLabel, Map<String, NodeProperties>>, Map<RelationshipType, HugeGraph.TopologyCSR>, Map<RelationshipType, Map<String, HugeGraph.PropertyCSR>>, int, AllocationTracker) - Static method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
of(IdMap, Map<NodeLabel, Map<PropertyMapping, NodeProperties>>) - Static method in class org.neo4j.graphalgo.core.loading.IdsAndProperties
 
of(NodePropertyExporter.NodeProperty<Object>, int) - Static method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.ResolvedNodeProperty
 
of(PropertyMapping...) - Static method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
of(GraphDatabaseAPI, Graph, TerminationFlag) - Static method in class org.neo4j.graphalgo.core.write.RelationshipExporter
 
of(T...) - Static method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
 
ofArray(Class<T>) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
ofArray(Class<T>, int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
offer(long, double) - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
offer(long, long, double) - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
offer(NodeReference) - Method in class org.neo4j.graphalgo.core.loading.NodesBatchBuffer
 
offer(RelationshipReference) - Method in class org.neo4j.graphalgo.core.loading.CompositeRelationshipsBatchBuffer
 
offer(RelationshipReference) - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
offer(Reference) - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner.RecordConsumer
Imports the record at a given position and return the new position.
offset - Variable in class org.neo4j.graphalgo.core.utils.paged.HugeCursor
the offset into the array
offsets() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.TopologyCSR
 
or(long, int) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Computes the bit-wise OR (|) of the existing value and the provided value at the given index.
or(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Computes the bit-wise OR (|) of the existing value and the provided value at the given index.
order() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleTriangularMatrix
 
org.neo4j.graphalgo - package org.neo4j.graphalgo
 
org.neo4j.graphalgo.api - package org.neo4j.graphalgo.api
 
org.neo4j.graphalgo.api.schema - package org.neo4j.graphalgo.api.schema
 
org.neo4j.graphalgo.beta.generator - package org.neo4j.graphalgo.beta.generator
 
org.neo4j.graphalgo.config - package org.neo4j.graphalgo.config
 
org.neo4j.graphalgo.core - package org.neo4j.graphalgo.core
 
org.neo4j.graphalgo.core.concurrency - package org.neo4j.graphalgo.core.concurrency
 
org.neo4j.graphalgo.core.heavyweight - package org.neo4j.graphalgo.core.heavyweight
 
org.neo4j.graphalgo.core.huge - package org.neo4j.graphalgo.core.huge
 
org.neo4j.graphalgo.core.loading - package org.neo4j.graphalgo.core.loading
 
org.neo4j.graphalgo.core.mutate - package org.neo4j.graphalgo.core.mutate
 
org.neo4j.graphalgo.core.utils - package org.neo4j.graphalgo.core.utils
 
org.neo4j.graphalgo.core.utils.collection.primitive - package org.neo4j.graphalgo.core.utils.collection.primitive
 
org.neo4j.graphalgo.core.utils.export - package org.neo4j.graphalgo.core.utils.export
 
org.neo4j.graphalgo.core.utils.mem - package org.neo4j.graphalgo.core.utils.mem
 
org.neo4j.graphalgo.core.utils.paged - package org.neo4j.graphalgo.core.utils.paged
 
org.neo4j.graphalgo.core.utils.paged.dss - package org.neo4j.graphalgo.core.utils.paged.dss
 
org.neo4j.graphalgo.core.utils.partition - package org.neo4j.graphalgo.core.utils.partition
 
org.neo4j.graphalgo.core.utils.queue - package org.neo4j.graphalgo.core.utils.queue
 
org.neo4j.graphalgo.core.write - package org.neo4j.graphalgo.core.write
 
org.neo4j.graphalgo.utils - package org.neo4j.graphalgo.utils
 
org.neo4j.graphalgo.utils.cypher - package org.neo4j.graphalgo.utils.cypher
 
orientation() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
orientation() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
orientation() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
orientation() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.TopologyCSR
 
Orientation - Enum in org.neo4j.graphalgo
 
ORIENTATION_KEY - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjection
 

P

p1 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
p2 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
p3 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
p4 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
p5 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
p6 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
p7 - Variable in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
PaddedAtomicLong - Class in org.neo4j.graphalgo.core.utils.paged
 
PaddedAtomicLong() - Constructor for class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
PaddedAtomicLong(long) - Constructor for class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
PAGE_MASK - Static variable in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
PAGE_SHIFT - Static variable in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
PAGE_SIZE - Static variable in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
PageAllocator<T> - Class in org.neo4j.graphalgo.core.utils.paged
 
PageAllocator() - Constructor for class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
PageAllocator.Factory<T> - Class in org.neo4j.graphalgo.core.utils.paged
 
PageAllocator.PageFactory<T> - Interface in org.neo4j.graphalgo.core.utils.paged
 
pagecacheMemory() - Static method in class org.neo4j.graphalgo.core.Settings
 
PagedAtomicDoubleArray - Class in org.neo4j.graphalgo.core.utils.paged
 
PagedAtomicIntegerArray - Class in org.neo4j.graphalgo.core.utils.paged
 
PagedAtomicIntegerArray.Translator - Class in org.neo4j.graphalgo.core.utils.paged
 
PagedDataStructure<T> - Class in org.neo4j.graphalgo.core.utils.paged
 
PagedLongDoubleMap - Class in org.neo4j.graphalgo.core.utils.paged
 
PageFiller - Class in org.neo4j.graphalgo.core.utils.paged
 
pageIndex(long, int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 
pageSize() - Method in class org.neo4j.graphalgo.core.loading.ImportSizing
 
pageSize() - Method in class org.neo4j.graphalgo.core.utils.paged.PageAllocator
 
pageSizeFor(int) - Static method in class org.neo4j.graphalgo.core.utils.paged.PageUtil
 
PageUtil - Class in org.neo4j.graphalgo.core.utils.paged
 
pair(RelationshipType, RelationshipProjection, RelationshipType, RelationshipProjection) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
parallel(ExecutorService, int) - Method in class org.neo4j.graphalgo.core.write.ExporterBuilder
 
parallelForEachNode(Graph, int, LongConsumer) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
parallelStream(T, int, Function<T, R>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Executes the given function in parallel on the given BaseStream, using a FJ pool of the requested size.
parallelStreamConsume(T, int, Consumer<T>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Executes the given function in parallel on the given BaseStream, using a FJ pool of the requested size.
ParallelUtil - Class in org.neo4j.graphalgo.core.concurrency
 
parameter(String) - Method in class org.neo4j.graphalgo.utils.cypher.CypherPrinter
 
parameters() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
parent() - Method in class org.neo4j.graphalgo.core.utils.paged.dss.IncrementalDisjointSetStruct
Deprecated.
 
parent() - Method in class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
 
parse(Object) - Static method in enum org.neo4j.graphalgo.beta.generator.RelationshipDistribution
 
parse(Object) - Static method in enum org.neo4j.graphalgo.core.Aggregation
 
parse(Object) - Static method in enum org.neo4j.graphalgo.Orientation
 
Partition - Class in org.neo4j.graphalgo.core.utils.partition
 
Partition(long, long) - Constructor for class org.neo4j.graphalgo.core.utils.partition.Partition
 
PartitionUtils - Class in org.neo4j.graphalgo.core.utils.partition
 
passThrough() - Static method in class org.neo4j.graphalgo.core.utils.paged.PageFiller
 
pearson(double[], double[], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
pearsonSkip(double[], double[], int, double) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
peek() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
perGraphDimension(String, BiFunction<GraphDimensions, Integer, MemoryRange>) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a new sub-component to the builder.
perNode(String, LongUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a new sub-component to the builder.
perNode(String, MemoryEstimation) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a MemoryEstimation as a sub-component to the builder.
PERSISTENT - org.neo4j.graphalgo.api.GraphStore.PropertyState
 
perThread(String, long) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a new sub-component to the builder.
perThread(String, IntToLongFunction) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a new sub-component to the builder.
perThread(String, MemoryEstimation) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a MemoryEstimation as a sub-component to the builder.
Pointer - Class in org.neo4j.graphalgo.core.utils
 
Pointer.BooleanUnaryOperator - Interface in org.neo4j.graphalgo.core.utils
 
Pointer.BoolPointer - Class in org.neo4j.graphalgo.core.utils
 
Pointer.DoublePointer - Class in org.neo4j.graphalgo.core.utils
 
Pointer.GenericPointer<G> - Class in org.neo4j.graphalgo.core.utils
 
Pointer.IntPointer - Class in org.neo4j.graphalgo.core.utils
 
Pointer.LongPointer - Class in org.neo4j.graphalgo.core.utils
 
poll() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
Pools - Class in org.neo4j.graphalgo.core.concurrency
 
pop() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
Removes and returns the least element of the queue in log(size) time.
POWER_LAW - org.neo4j.graphalgo.beta.generator.RelationshipDistribution
 
previousPowerOfTwo(int) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
returns the previous highest power of two, or the current value if it's already a power of two or zero
previousPowerOfTwo(long) - Static method in class org.neo4j.graphalgo.core.utils.BitUtil
returns the previous highest power of two, or the current value if it's already a power of two or zero
PrimitiveCollection - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntBaseIterator() - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntBaseIterator
 
PrimitiveIntCollection - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntCollections - Class in org.neo4j.graphalgo.core.utils.collection.primitive
Basic and common primitive int collection utils and manipulations.
PrimitiveIntCollections.PrimitiveIntBaseIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
Base iterator for simpler implementations of PrimitiveIntIterators.
PrimitiveIntCollections.PrimitiveIntConcatingIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntCollections.PrimitiveIntFilteringIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntConcatingIterator(Iterator<PrimitiveIntIterator>) - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntConcatingIterator
 
PrimitiveIntFilteringIterator(PrimitiveIntIterator) - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
PrimitiveIntIterable - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntIterator - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntSet - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveIntStack - Class in org.neo4j.graphalgo.core.utils.collection.primitive
Like a Stack<Integer> but for primitive ints.
PrimitiveIntStack() - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
PrimitiveIntStack(int) - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
PrimitiveIntVisitor<E extends java.lang.Exception> - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongBaseIterator() - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongBaseIterator
 
PrimitiveLongCollection - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongCollections - Class in org.neo4j.graphalgo.core.utils.collection.primitive
Basic and common primitive int collection utils and manipulations.
PrimitiveLongCollections.PrimitiveLongBaseIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
Base iterator for simpler implementations of PrimitiveLongIterators.
PrimitiveLongCollections.PrimitiveLongConcatingIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongFilteringIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongRangeIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongCollections.PrimitiveLongResourceFilteringIterator - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongConcatingIterator(Iterator<? extends PrimitiveLongIterator>) - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongConcatingIterator
 
PrimitiveLongIterable - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
primitiveLongIterator() - Method in class org.neo4j.graphalgo.core.utils.SetBitsIterable
 
PrimitiveLongIterator - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongResourceCollections - Class in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongResourceCollections() - Constructor for class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongResourceCollections
 
PrimitiveLongResourceIterator - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongSet - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
PrimitiveLongVisitor<E extends java.lang.Exception> - Interface in org.neo4j.graphalgo.core.utils.collection.primitive
 
priorities() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
priorities() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
ProcedureConstants - Class in org.neo4j.graphalgo.core
 
progressLogger - Variable in class org.neo4j.graphalgo.api.GraphStoreFactory
 
progressLogger - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
ProgressLogger - Interface in org.neo4j.graphalgo.core.utils
 
ProgressLogger.NullProgressLogger - Enum in org.neo4j.graphalgo.core.utils
 
ProgressLoggerAdapter - Class in org.neo4j.graphalgo.core.utils
Deprecated.
ProgressLoggerAdapter(Log, String) - Constructor for class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
ProgressTimer - Class in org.neo4j.graphalgo.core.utils
 
PROJECT_ALL - Static variable in class org.neo4j.graphalgo.ElementProjection
 
projectAll() - Method in class org.neo4j.graphalgo.AbstractNodeProjection
 
projectAll() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
projectAll() - Method in class org.neo4j.graphalgo.ElementIdentifier
 
projectAll() - Method in class org.neo4j.graphalgo.ElementProjection
 
projectAll() - Method in class org.neo4j.graphalgo.NodeLabel
 
projectAll() - Method in class org.neo4j.graphalgo.RelationshipType
 
projection() - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
projections() - Method in class org.neo4j.graphalgo.AbstractNodeProjections
 
projections() - Method in class org.neo4j.graphalgo.AbstractProjections
 
projections() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
properties() - Method in class org.neo4j.graphalgo.AbstractNodeProjection
 
properties() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
properties() - Method in interface org.neo4j.graphalgo.api.schema.NodeSchema
 
properties() - Method in interface org.neo4j.graphalgo.api.schema.RelationshipSchema
 
properties() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.Relationships
 
properties() - Method in class org.neo4j.graphalgo.core.loading.IdsAndProperties
 
properties() - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
properties() - Method in class org.neo4j.graphalgo.ElementProjection
 
properties(int) - Method in class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
PROPERTIES_KEY - Static variable in class org.neo4j.graphalgo.ElementProjection
 
PROPERTIES_REFERENCE_OFFSET - Static variable in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
propertiesReference() - Method in class org.neo4j.graphalgo.core.loading.NodeCursorReference
 
propertiesReference() - Method in class org.neo4j.graphalgo.core.loading.NodeRecordReference
 
propertiesReference() - Method in interface org.neo4j.graphalgo.core.loading.NodeReference
 
propertiesReference() - Method in class org.neo4j.graphalgo.core.loading.RelationshipRecordReference
 
propertiesReference() - Method in interface org.neo4j.graphalgo.core.loading.RelationshipReference
 
propertiesReference() - Method in class org.neo4j.graphalgo.core.loading.RelationshipScanCursorReference
 
propertiesWritten - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
propertiesWritten() - Method in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
property() - Method in interface org.neo4j.graphalgo.core.loading.HugeGraphUtil.Relationship
 
PROPERTY_KEY - Static variable in class org.neo4j.graphalgo.PropertyMapping
 
propertyColumns() - Method in class org.neo4j.graphalgo.core.loading.CypherNodePropertyImporter
 
propertyKey() - Method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.NodeProperty
 
propertyKey() - Method in class org.neo4j.graphalgo.PropertyMapping
property key in the result map Graph.nodeProperties(`propertyKey`)
PropertyMapping - Class in org.neo4j.graphalgo
 
PropertyMapping() - Constructor for class org.neo4j.graphalgo.PropertyMapping
 
propertyMappings(Map<NodeLabel, PropertyMappings>) - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter.Builder
 
propertyNameOverride() - Method in interface org.neo4j.graphalgo.config.ConfigurableSeedConfig
 
propertyToken() - Method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.ResolvedNodeProperty
 
PropertyTranslator<T> - Interface in org.neo4j.graphalgo.core.write
 
PropertyTranslator.ConsecutivePropertyTranslator<DATA,​TRANSLATOR extends PropertyTranslator.OfLong<DATA>> - Class in org.neo4j.graphalgo.core.write
 
PropertyTranslator.DataAccessFunction<T> - Interface in org.neo4j.graphalgo.core.write
 
PropertyTranslator.OfDouble<T> - Interface in org.neo4j.graphalgo.core.write
 
PropertyTranslator.OfInt<T> - Interface in org.neo4j.graphalgo.core.write
 
PropertyTranslator.OfLong<T> - Interface in org.neo4j.graphalgo.core.write
 
PropertyTranslator.OfLongArray<T> - Interface in org.neo4j.graphalgo.core.write
 
PropertyTranslator.OfLongIfChanged<T> - Class in org.neo4j.graphalgo.core.write
 
push(int) - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
put(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
putIfAbsent(long, Supplier<T>) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
If the value at the given index is null, attempts to compute its value using the given supplier and enters it into this array unless null.

R

radixSort(long[], long[], int[], int) - Static method in class org.neo4j.graphalgo.core.loading.RadixSort
 
RadixSort - Class in org.neo4j.graphalgo.core.loading
 
RadixSort() - Constructor for class org.neo4j.graphalgo.core.loading.RadixSort
 
radixSort2(long[], long[], int[], int) - Static method in class org.neo4j.graphalgo.core.loading.RadixSort
 
RANDOM - org.neo4j.graphalgo.beta.generator.RelationshipDistribution
 
RandomGraphGeneratorConfig - Interface in org.neo4j.graphalgo.config
 
RandomGraphGeneratorConfig.AllowSelfLoops - Enum in org.neo4j.graphalgo.config
 
RandomLongIterator - Class in org.neo4j.graphalgo.core.utils
iterates over a range of long values in random order using a https://en.wikipedia.org/wiki/Linear_congruential_generator without having to have all the numbers in memory.
RandomLongIterator(long, long) - Constructor for class org.neo4j.graphalgo.core.utils.RandomLongIterator
 
RandomLongIterator(long, long, Random) - Constructor for class org.neo4j.graphalgo.core.utils.RandomLongIterator
 
RandomLongIterator(long, Random) - Constructor for class org.neo4j.graphalgo.core.utils.RandomLongIterator
 
range(long, long) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
rangePerGraphDimension(String, BiFunction<GraphDimensions, Integer, MemoryRange>) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a new sub-component to the builder.
rangePerNode(String, LongFunction<MemoryRange>) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Adds a new sub-component to the builder.
RawValues - Class in org.neo4j.graphalgo.core.utils
 
READ_CONCURRENCY_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
readConcurrency() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
ReadHelper - Class in org.neo4j.graphalgo.core.loading
 
readParallel(int, int, BatchNodeIterable, ExecutorService, HugeParallelGraphImporter<T>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Executes read operations in parallel, based on the given batch size and executor.
readParallel(int, long, ExecutorService, BiLongConsumer) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
readProperties(PropertyCursor, int[], double[], Aggregation[], double[]) - Static method in class org.neo4j.graphalgo.core.loading.ReadHelper
 
readProperty(long[], int, int[], double[], Aggregation[], boolean) - Method in class org.neo4j.graphalgo.core.loading.RelationshipPropertiesBatchBuffer
 
RecordReference<Record> - Interface in org.neo4j.graphalgo.core.loading
 
registerPropertiesForLabels(List<String>) - Method in class org.neo4j.graphalgo.core.loading.CypherNodePropertyImporter
 
RELATIONSHIP_DISTRIBUTION_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_PROJECTION_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
RELATIONSHIP_PROPERTIES_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
RELATIONSHIP_PROPERTY_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_PROPERTY_MAX_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_PROPERTY_MIN_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_PROPERTY_NAME_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_PROPERTY_TYPE_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_PROPERTY_VALUE_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_QUERY_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
RELATIONSHIP_REFERENCE_OFFSET - Static variable in class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
RELATIONSHIP_SEED_KEY - Static variable in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RELATIONSHIP_TYPES - Static variable in class org.neo4j.graphalgo.core.ProcedureConstants
 
RelationshipAccess - Interface in org.neo4j.graphalgo.api
 
RelationshipConsumer - Interface in org.neo4j.graphalgo.api
TODO: Define interface contract, esp regarding source/target node ids returned and how that maps to relationship direction consumer interface for relationships without property.
relationshipCount() - Method in class org.neo4j.graphalgo.api.FilterGraph
 
relationshipCount() - Method in interface org.neo4j.graphalgo.api.Graph
 
relationshipCount() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipCount() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
relationshipCount() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
relationshipCount() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
relationshipCount() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipCount(RelationshipType) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipCount(RelationshipType) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipCounts() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
relationshipDistribution() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
RelationshipDistribution - Enum in org.neo4j.graphalgo.beta.generator
 
RelationshipExporter - Class in org.neo4j.graphalgo.core.write
 
RelationshipExporter.Builder - Class in org.neo4j.graphalgo.core.write
 
relationshipId() - Method in class org.neo4j.graphalgo.core.loading.RelationshipRecordReference
 
relationshipId() - Method in interface org.neo4j.graphalgo.core.loading.RelationshipReference
 
relationshipId() - Method in class org.neo4j.graphalgo.core.loading.RelationshipScanCursorReference
 
RelationshipIntersect - Interface in org.neo4j.graphalgo.api
 
RelationshipIterator - Interface in org.neo4j.graphalgo.api
 
RelationshipPredicate - Interface in org.neo4j.graphalgo.api
 
relationshipProducer(long, long, Random) - Method in enum org.neo4j.graphalgo.beta.generator.RelationshipDistribution
Produces a unary function which accepts a node id parameter and returns another node id to wich the node will be connected.
relationshipProjections() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
relationshipProjections() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
relationshipProperties() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
relationshipProperties() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
RelationshipProperties - Interface in org.neo4j.graphalgo.api
Getter for property values at relationships
RelationshipPropertiesBatchBuffer - Class in org.neo4j.graphalgo.core.loading
 
relationshipProperty() - Method in interface org.neo4j.graphalgo.config.GraphWriteRelationshipConfig
 
relationshipProperty() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
relationshipProperty(long, long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
relationshipProperty(long, long) - Method in interface org.neo4j.graphalgo.api.RelationshipProperties
Returns the property value for a relationship defined by its source and target nodes.
relationshipProperty(long, long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
relationshipProperty(long, long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
relationshipProperty(long, long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
relationshipProperty(long, long, double) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
relationshipProperty(long, long, double) - Method in interface org.neo4j.graphalgo.api.RelationshipProperties
get value of property on relationship between source and target node id
relationshipProperty(long, long, double) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
relationshipProperty(long, long, double) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
relationshipProperty(long, long, double) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
relationshipPropertyCount() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipPropertyCount() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipPropertyKeys() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipPropertyKeys() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipPropertyKeys(RelationshipType) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipPropertyKeys(RelationshipType) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipPropertyTokens() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
RelationshipPropertyTranslator - Interface in org.neo4j.graphalgo.core.write
 
relationshipPropertyType(String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipPropertyType(String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipQuery() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
RelationshipRecordReference - Class in org.neo4j.graphalgo.core.loading
 
RelationshipRecordReference(RelationshipRecord) - Constructor for class org.neo4j.graphalgo.core.loading.RelationshipRecordReference
 
RelationshipReference - Interface in org.neo4j.graphalgo.core.loading
 
relationships() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
relationships(Collector) - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreInput
 
RelationshipsBatchBuffer - Class in org.neo4j.graphalgo.core.loading
 
RelationshipsBatchBuffer(IdMapping, int, int) - Constructor for class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
RelationshipsBatchBuffer(IdMapping, int, int, boolean) - Constructor for class org.neo4j.graphalgo.core.loading.RelationshipsBatchBuffer
 
RelationshipsBuilder - Class in org.neo4j.graphalgo.core.loading
 
RelationshipsBuilder(IdMapping, Orientation, boolean, Aggregation, ExecutorService, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.loading.HugeGraphUtil.RelationshipsBuilder
 
RelationshipsBuilder(RelationshipProjection, AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.loading.RelationshipsBuilder
 
RelationshipScanCursorReference - Class in org.neo4j.graphalgo.core.loading
 
RelationshipScanCursorReference(RelationshipScanCursor) - Constructor for class org.neo4j.graphalgo.core.loading.RelationshipScanCursorReference
 
relationshipSchema() - Method in interface org.neo4j.graphalgo.api.schema.GraphStoreSchema
 
RelationshipSchema - Interface in org.neo4j.graphalgo.api.schema
 
RelationshipSchema.Builder - Class in org.neo4j.graphalgo.api.schema
 
relationshipSeed() - Method in interface org.neo4j.graphalgo.config.RandomGraphGeneratorConfig
 
relationshipType() - Method in interface org.neo4j.graphalgo.config.DeleteRelationshipsConfig
 
relationshipType() - Method in interface org.neo4j.graphalgo.config.GraphWriteRelationshipConfig
 
RelationshipType - Class in org.neo4j.graphalgo
 
RelationshipType(String) - Constructor for class org.neo4j.graphalgo.RelationshipType
 
relationshipTypeIdentifiers(GraphStore) - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
relationshipTypes() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
relationshipTypes() - Method in interface org.neo4j.graphalgo.config.AlgoBaseConfig
 
relationshipTypes() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
relationshipTypeTokenMapping() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
relationshipTypeTokens() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
RelationshipWeightConfig - Interface in org.neo4j.graphalgo.config
 
relationshipWeightProperty() - Method in interface org.neo4j.graphalgo.config.RelationshipWeightConfig
 
RelationshipWithPropertyConsumer - Interface in org.neo4j.graphalgo.api
 
RELCOUNT_KEY - Static variable in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
release() - Method in interface org.neo4j.graphalgo.api.Graph
Release all resources which are not part of the result or IdMapping
release() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
release() - Method in interface org.neo4j.graphalgo.api.NodeProperties
Release internal data structures and return an estimate how many bytes were freed.
release() - Method in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
release() - Method in class org.neo4j.graphalgo.core.huge.FilteredNodeProperties
 
release() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
release() - Method in class org.neo4j.graphalgo.core.loading.NodePropertyMap
 
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
Destroys the data, allowing the underlying storage arrays to be collected as garbage.
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Destroys the data, allowing the underlying storage arrays to be collected as garbage.
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Destroys the data, allowing the underlying storage arrays to be collected as garbage.
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Destroys the data, allowing the underlying storage arrays to be collected as garbage.
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Destroys the data, allowing the underlying storage arrays to be collected as garbage.
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
 
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
release() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Destroys the data, allowing the underlying storage arrays to be collected as garbage.
release() - Method in class org.neo4j.graphalgo.core.utils.paged.PagedDataStructure
 
release() - Method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
release() - Method in class org.neo4j.graphalgo.core.utils.paged.TrackingLongDoubleHashMap
 
release() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
Removes all entries from the queue, releases all buffers.
releaseProperties() - Method in interface org.neo4j.graphalgo.api.Graph
Release only the properties associated with that graph.
releaseProperties() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
releaseProperties() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
releaseTopology() - Method in interface org.neo4j.graphalgo.api.Graph
Release only the topological data associated with that graph.
releaseTopology() - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
releaseTopology() - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
remove(int) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntSet
 
remove(long) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongSet
 
remove(long) - Method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
remove(String, String, Consumer<GraphStoreWithConfig>) - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
removeAllLoadedGraphs() - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
removeNodeProperty(NodeLabel, String) - Method in interface org.neo4j.graphalgo.api.GraphStore
 
removeNodeProperty(NodeLabel, String) - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
RenamesCurrentThread - Interface in org.neo4j.graphalgo.core.utils
 
RenamesCurrentThread.Revert - Interface in org.neo4j.graphalgo.core.utils
 
renameThread(String) - Static method in interface org.neo4j.graphalgo.core.utils.RenamesCurrentThread
 
render() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
Renders the memory requirements into a human readable representation.
render(StringBuilder, MemoryTree, int) - Static method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
renderMap() - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryTree
 
reset() - Method in class org.neo4j.graphalgo.core.loading.CompositeRelationshipsBatchBuffer
 
reset() - Method in class org.neo4j.graphalgo.core.utils.RandomLongIterator
Reset the iterator to the beginning of this iteration.
reset(long) - Method in class org.neo4j.graphalgo.core.utils.BatchingProgressLogger
 
reset(long) - Method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
 
reset(long) - Method in interface org.neo4j.graphalgo.core.utils.ProgressLogger
 
reset(long) - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
resolve(Aggregation) - Static method in enum org.neo4j.graphalgo.core.Aggregation
 
resolveWith(int) - Method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.NodeProperty
 
resourceIterator(PrimitiveLongIterator, Resource) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
Wraps a PrimitiveLongIterator in a PrimitiveLongResourceIterator which closes the provided resource in Resource.close().
result() - Method in class org.neo4j.graphalgo.core.loading.CypherNodePropertyImporter
 
result() - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter
 
REVERSE - org.neo4j.graphalgo.Orientation
 
rootCause(Throwable) - Static method in class org.neo4j.graphalgo.utils.ExceptionUtil
Returns the root cause of an exception.
run() - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreExport
 
run() - Method in class org.neo4j.graphalgo.core.utils.StatementAction
 
run(Runnable, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Runs a single task and waits until it's finished.
run(Collection<? extends Runnable>, boolean, ExecutorService, Collection<Future<?>>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
run(Collection<? extends Runnable>, Runnable, ExecutorService, Collection<Future<?>>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
run(Collection<? extends Runnable>, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Runs a collection of Runnables in parallel for their side-effects.
run(Collection<? extends Runnable>, ExecutorService, Collection<Future<?>>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
RUN_CHECK_NODE_COUNT - Static variable in interface org.neo4j.graphalgo.core.utils.TerminationFlag
 
runFromTests() - Method in class org.neo4j.graphalgo.core.utils.export.GraphStoreExport
Runs with default configuration geared towards unit/integration test environments, for example, lower default buffer sizes.
running() - Method in interface org.neo4j.graphalgo.core.utils.TerminationFlag
 
running() - Method in class org.neo4j.graphalgo.core.utils.TerminationFlagImpl
 
RUNNING_TRUE - Static variable in interface org.neo4j.graphalgo.core.utils.TerminationFlag
 
runWithConcurrency(int, Collection<? extends Runnable>, long, long, TimeUnit, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.
runWithConcurrency(int, Collection<? extends Runnable>, long, long, TimeUnit, TerminationFlag, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.
runWithConcurrency(int, Collection<? extends Runnable>, long, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.
runWithConcurrency(int, Collection<? extends Runnable>, long, TimeUnit, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.
runWithConcurrency(int, Collection<? extends Runnable>, long, TimeUnit, TerminationFlag, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.
runWithConcurrency(int, Collection<? extends Runnable>, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.
runWithConcurrency(int, Collection<? extends Runnable>, TerminationFlag, ExecutorService) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
Try to run all tasks for their side-effects using at most concurrency threads at once.

S

sameSet(long, long) - Method in interface org.neo4j.graphalgo.core.utils.paged.dss.DisjointSetStruct
Deprecated.
use only in tests
sameSet(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
sameSet(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.SequentialDisjointSetStruct
Deprecated.
 
schema() - Method in interface org.neo4j.graphalgo.api.GraphStore
 
schema() - Method in class org.neo4j.graphalgo.core.loading.CSRGraphStore
 
SeedConfig - Interface in org.neo4j.graphalgo.config
 
seedProperty() - Method in interface org.neo4j.graphalgo.config.ConfigurableSeedConfig
 
seedProperty() - Method in interface org.neo4j.graphalgo.config.SeedConfig
 
SequentialDisjointSetStruct - Class in org.neo4j.graphalgo.core.utils.paged.dss
Deprecated.
SequentialDisjointSetStruct() - Constructor for class org.neo4j.graphalgo.core.utils.paged.dss.SequentialDisjointSetStruct
Deprecated.
 
set(int, double) - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
Sets the element at position i to the given value.
set(long, double) - Method in class org.neo4j.graphalgo.core.loading.NodePropertiesBuilder
 
set(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
Sets the long value at the given index to the given value.
set(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Sets the double value at the given index to the given value.
set(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicDoubleArray
 
set(long, int) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Sets the int value at the given index to the given value.
set(long, int) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray
 
set(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Sets the long value at the given index to the given value.
set(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Sets the long value at the given index to the given value.
set(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.Builder
 
set(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeSparseLongArray.GrowingBuilder
 
set(long, long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleTriangularMatrix
 
set(long, long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
 
set(long, long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongMatrix
 
set(long, long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongTriangularMatrix
 
set(long, T) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Sets the value at the given index to the given value.
set(GraphCreateConfig, GraphStore) - Static method in class org.neo4j.graphalgo.core.loading.GraphStoreCatalog
 
setAll(LongFunction<T>) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Set all elements using the provided generator function to compute each element.
setAll(LongToDoubleFunction) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Set all elements using the provided generator function to compute each element.
setAll(LongToIntFunction) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Set all elements using the provided generator function to compute each element.
setAll(LongUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Set all elements using the provided generator function to compute each element.
SetBitsIterable - Class in org.neo4j.graphalgo.core.utils
An iterable over the set bits in a BitSet.
SetBitsIterable(BitSet) - Constructor for class org.neo4j.graphalgo.core.utils.SetBitsIterable
 
SetBitsIterable(BitSet, long) - Constructor for class org.neo4j.graphalgo.core.utils.SetBitsIterable
 
setIdOf(long) - Method in interface org.neo4j.graphalgo.core.utils.paged.dss.DisjointSetStruct
Find set Id of element p.
setIdOf(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
setIdOf(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.IncrementalDisjointSetStruct
Deprecated.
 
setIdOf(long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
 
setLimited() - Method in class org.neo4j.graphalgo.core.concurrency.ConcurrencyMonitor
 
setNonDefaultAggregation(Aggregation) - Method in class org.neo4j.graphalgo.PropertyMapping
 
Settings - Class in org.neo4j.graphalgo.core
 
setUnlimited() - Method in class org.neo4j.graphalgo.core.concurrency.ConcurrencyMonitor
 
setup(String, Function<GraphDimensions, MemoryEstimation>) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a MemoryEstimation using the given function.
setup(String, MemoryEstimations.MemoryEstimationSetup) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations
Creates a MemoryEstimation using the given MemoryEstimations.MemoryEstimationSetup function.
setup(GraphDimensions, int) - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.MemoryEstimationSetup
 
shouldSkip(double, double, boolean) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
single(PrimitiveLongIterator, long) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
single(RelationshipType, RelationshipProjection) - Static method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
SINGLE - org.neo4j.graphalgo.core.Aggregation
 
size - Variable in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
size() - Method in interface org.neo4j.graphalgo.api.NodeProperties
 
size() - Method in class org.neo4j.graphalgo.api.UnionNodeProperties
 
size() - Method in class org.neo4j.graphalgo.core.huge.FilteredNodeProperties
 
size() - Method in class org.neo4j.graphalgo.core.loading.NodePropertyMap
 
size() - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveCollection
 
size() - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
size() - Method in class org.neo4j.graphalgo.core.utils.LazyBatchCollection
 
size() - Method in class org.neo4j.graphalgo.core.utils.LazyMappingCollection
 
size() - Method in interface org.neo4j.graphalgo.core.utils.paged.dss.DisjointSetStruct
Number of elements stored in the data structure.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
size() - Method in class org.neo4j.graphalgo.core.utils.paged.dss.IncrementalDisjointSetStruct
Deprecated.
element (node) count
size() - Method in class org.neo4j.graphalgo.core.utils.paged.dss.NonInrementalDisjointSetStruct
Deprecated.
 
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
Returns the length of this array.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Returns the length of this array.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
Returns the length of this array.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
Returns the length of this array.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
Returns the length of this array.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
 
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
size() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
Returns the length of this array.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.PagedDataStructure
Return the size of this data structure.
size() - Method in class org.neo4j.graphalgo.core.utils.paged.PagedLongDoubleMap
 
size() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongLongPriorityQueue
 
size() - Method in class org.neo4j.graphalgo.core.utils.queue.BoundedLongPriorityQueue
 
size() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
 
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
 
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
 
sizeOf() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
sizeOf(Object) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfArray(long, long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfBitset(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfByteArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfCharArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfDoubleArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfEmptyOpenHashContainer() - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfFloatArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfInstance(Class<?>) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
Returns the shallow instance size in bytes an instance of the given class would occupy.
sizeOfIntArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfLongArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfLongDoubleHashMap(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfObjectArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfObjectArrayElements(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfOpenHashContainer(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
sizeOfShortArray(long) - Static method in class org.neo4j.graphalgo.core.utils.mem.MemoryUsage
 
source - Variable in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
sourceNodeId() - Method in interface org.neo4j.graphalgo.core.loading.HugeGraphUtil.Relationship
 
sourceNodeIds() - Method in interface org.neo4j.graphalgo.config.SourceNodesConfig
 
sourceNodeReference() - Method in class org.neo4j.graphalgo.core.loading.RelationshipRecordReference
 
sourceNodeReference() - Method in interface org.neo4j.graphalgo.core.loading.RelationshipReference
 
sourceNodeReference() - Method in class org.neo4j.graphalgo.core.loading.RelationshipScanCursorReference
 
sourceNodes() - Method in interface org.neo4j.graphalgo.config.SourceNodesConfig
 
SourceNodesConfig - Interface in org.neo4j.graphalgo.config
 
spliterator() - Method in class org.neo4j.graphalgo.core.utils.SetBitsIterable
 
start() - Static method in class org.neo4j.graphalgo.core.utils.ProgressTimer
 
start(LongConsumer) - Static method in class org.neo4j.graphalgo.core.utils.ProgressTimer
 
START_NODE_ID - Static variable in interface org.neo4j.graphalgo.api.IdMapping
Defines the lower bound of mapped ids TODO: function?
startField(String, Class<?>) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryEstimations.Builder
Starts the construction of new sub-components.
startNode - Variable in class org.neo4j.graphalgo.core.utils.partition.Partition
 
state() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipProperty
 
StatementAction - Class in org.neo4j.graphalgo.core.utils
 
StatementAction(GraphDatabaseAPI) - Constructor for class org.neo4j.graphalgo.core.utils.StatementAction
 
StatementApi - Class in org.neo4j.graphalgo.utils
 
StatementApi(GraphDatabaseAPI) - Constructor for class org.neo4j.graphalgo.utils.StatementApi
 
StatementApi.TxConsumer - Interface in org.neo4j.graphalgo.utils
 
StatementApi.TxFunction<T> - Interface in org.neo4j.graphalgo.utils
 
StatementFunction<T> - Class in org.neo4j.graphalgo.core.utils
 
StatementFunction(GraphDatabaseAPI) - Constructor for class org.neo4j.graphalgo.core.utils.StatementFunction
 
STATS - org.neo4j.graphalgo.GdsCypher.ExecutionModes
 
statsEstimation() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
statsMode() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
stop() - Method in class org.neo4j.graphalgo.core.utils.ProgressTimer
 
storeInternalLogPath() - Static method in class org.neo4j.graphalgo.core.Settings
 
StoreScanner<Reference> - Interface in org.neo4j.graphalgo.core.loading
 
StoreScanner.Factory<Reference> - Interface in org.neo4j.graphalgo.core.loading
 
StoreScanner.RecordConsumer<Reference> - Interface in org.neo4j.graphalgo.core.loading
 
StoreScanner.ScanCursor<Reference> - Interface in org.neo4j.graphalgo.core.loading
 
storeSize() - Method in interface org.neo4j.graphalgo.core.loading.StoreScanner
 
stream() - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
stream() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
 
stream() - Method in class org.neo4j.graphalgo.core.utils.SetBitsIterable
 
STREAM - org.neo4j.graphalgo.GdsCypher.ExecutionModes
 
streamEstimation() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
streamMode() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
StringFormatting - Class in org.neo4j.graphalgo.utils
 
StringJoining - Class in org.neo4j.graphalgo.utils
 
sudo() - Method in interface org.neo4j.graphalgo.config.BaseConfig
 
sudo() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
SUDO_KEY - Static variable in interface org.neo4j.graphalgo.config.BaseConfig
 
sum() - Method in class org.neo4j.graphalgo.core.utils.paged.PaddedAtomicLong
 
SUM - org.neo4j.graphalgo.core.Aggregation
 
sumSquareDelta(double[], double[], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
sumSquareDeltas(double[], double[][], int) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
sumSquareDeltaSkip(double[], double[], int, double) - Static method in class org.neo4j.graphalgo.core.utils.Intersections
 
synchronizedPut(long, double) - Method in class org.neo4j.graphalgo.core.utils.paged.TrackingLongDoubleHashMap
 

T

target - Variable in class org.neo4j.graphalgo.core.huge.HugeGraph.GetTargetConsumer
 
targetNodeId() - Method in interface org.neo4j.graphalgo.core.loading.HugeGraphUtil.Relationship
 
targetNodeReference() - Method in class org.neo4j.graphalgo.core.loading.RelationshipRecordReference
 
targetNodeReference() - Method in interface org.neo4j.graphalgo.core.loading.RelationshipReference
 
targetNodeReference() - Method in class org.neo4j.graphalgo.core.loading.RelationshipScanCursorReference
 
TASK_EXPORT - Static variable in class org.neo4j.graphalgo.core.write.ExporterBuilder
 
TASK_LOADING - Static variable in class org.neo4j.graphalgo.api.GraphStoreFactory
 
tasks(int, Function<Integer, ? extends Runnable>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
tasks(int, Supplier<? extends Runnable>) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
terminationFlag - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
terminationFlag() - Method in interface org.neo4j.graphalgo.api.GraphLoaderContext
 
TerminationFlag - Interface in org.neo4j.graphalgo.core.utils
 
TerminationFlagImpl - Class in org.neo4j.graphalgo.core.utils
 
TerminationFlagImpl(KernelTransaction) - Constructor for class org.neo4j.graphalgo.core.utils.TerminationFlagImpl
 
test(int) - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections.PrimitiveIntFilteringIterator
 
test(int, int) - Method in interface org.neo4j.graphalgo.api.IntBinaryPredicate
 
test(int, int, double) - Method in interface org.neo4j.graphalgo.core.heavyweight.Converters.IntIntDoublePredicate
 
test(long) - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections.PrimitiveLongFilteringIterator
 
threadCount(int, int) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
threadCount(long, long) - Static method in class org.neo4j.graphalgo.core.concurrency.ParallelUtil
 
threadName() - Method in interface org.neo4j.graphalgo.core.utils.RenamesCurrentThread
 
throwIfUnchecked(Throwable) - Static method in class org.neo4j.graphalgo.utils.ExceptionUtil
Rethrows exception if it is an instance of RuntimeException or Error.
times(long) - Method in interface org.neo4j.graphalgo.core.utils.mem.MemoryEstimation
 
times(long) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
TimeUtil - Class in org.neo4j.graphalgo.core.utils
 
TimeUtil() - Constructor for class org.neo4j.graphalgo.core.utils.TimeUtil
 
toArray() - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
 
toArray() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray
toArray() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray
toArray() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray
toArray() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeObjectArray
toCypherString(Object) - Method in class org.neo4j.graphalgo.utils.cypher.CypherPrinter
Renders any java type as a Cypher expression.
toCypherStringOr(Object, String) - Method in class org.neo4j.graphalgo.utils.cypher.CypherPrinter
Renders any java type as a Cypher expression.
toDouble(HugeDoubleArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray.Translator
 
toDouble(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfDouble
 
toDouble(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfInt
 
toDouble(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLong
 
toDouble(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongArray
 
toDouble(T, long) - Method in class org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongIfChanged
 
toDouble(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator
 
toInt(HugeIntArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeIntArray.Translator
 
toInt(PagedAtomicIntegerArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray.Translator
 
toInt(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfInt
 
toIterator(PrimitiveLongIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
tokenNodeLabelMapping() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
tokenRelationshipTypeMapping() - Method in interface org.neo4j.graphalgo.core.GraphDimensions
 
tolerance() - Method in interface org.neo4j.graphalgo.config.ToleranceConfig
 
TOLERANCE_DEFAULT - Static variable in class org.neo4j.graphalgo.core.ProcedureConstants
 
ToleranceConfig - Interface in org.neo4j.graphalgo.config
 
toList(PrimitiveIntIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
Pulls all items from the iterator and puts them into a List, boxing each int.
toLong(DATA, long) - Method in class org.neo4j.graphalgo.core.write.PropertyTranslator.ConsecutivePropertyTranslator
 
toLong(HugeAtomicLongArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray.Translator
 
toLong(HugeLongArray, long) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongArray.Translator
 
toLong(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLong
 
toLongArray(T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongArray
 
toMap() - Method in interface org.neo4j.graphalgo.api.schema.GraphStoreSchema
 
toMap() - Method in interface org.neo4j.graphalgo.api.schema.NodeSchema
 
toMap() - Method in interface org.neo4j.graphalgo.api.schema.RelationshipSchema
 
toMap() - Method in interface org.neo4j.graphalgo.config.BaseConfig
 
toMappedNodeId(long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
toMappedNodeId(long) - Method in interface org.neo4j.graphalgo.api.IdMapping
Map original nodeId to inner nodeId
toMappedNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
toMappedNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
toMappedNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
toMappedNodeId(long) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
toObject() - Method in class org.neo4j.graphalgo.AbstractNodeProjections
 
toObject() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
toObject() - Method in class org.neo4j.graphalgo.ElementProjection
 
toObject(boolean) - Method in class org.neo4j.graphalgo.AbstractPropertyMappings
 
toObject(boolean) - Method in class org.neo4j.graphalgo.PropertyMapping
 
toOriginalId - Variable in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
toOriginalNodeId(long) - Method in class org.neo4j.graphalgo.api.FilterGraph
 
toOriginalNodeId(long) - Method in interface org.neo4j.graphalgo.api.IdMapping
Map inner nodeId back to original nodeId
toOriginalNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.HugeGraph
 
toOriginalNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.NodeFilteredGraph
 
toOriginalNodeId(long) - Method in class org.neo4j.graphalgo.core.huge.UnionGraph
 
toOriginalNodeId(long) - Method in class org.neo4j.graphalgo.core.loading.IdMap
 
top() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
topCost() - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
topology() - Method in interface org.neo4j.graphalgo.core.huge.HugeGraph.Relationships
 
toPrimitiveIterator(Iterator<Integer>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
 
toPrimitiveIterator(Iterator<Long>) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
 
toProperty(int, T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfDouble
 
toProperty(int, T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfInt
 
toProperty(int, T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLong
 
toProperty(int, T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongArray
 
toProperty(int, T, long) - Method in class org.neo4j.graphalgo.core.write.PropertyTranslator.OfLongIfChanged
 
toProperty(int, T, long) - Method in interface org.neo4j.graphalgo.core.write.PropertyTranslator
 
toSet(PrimitiveIntIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollections
Pulls all items from the iterator and puts them into a Set, boxing each int.
toSet(PrimitiveLongIterator) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
Pulls all items from the iterator and puts them into a Set, boxing each long.
toSet(PrimitiveLongSet) - Static method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollections
Convert primitive set into a plain old java Set, boxing each long.
toString() - Method in class org.neo4j.graphalgo.core.utils.AtomicDoubleArray
 
toString() - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
toString() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongDoubleMap
Convert the contents of this map to a human-friendly string.
toString() - Method in class org.neo4j.graphalgo.core.utils.paged.HugeLongLongMap
Convert the contents of this map to a human-friendly string.
toString() - Method in class org.neo4j.graphalgo.ElementIdentifier
 
toString(Direction) - Static method in class org.neo4j.graphalgo.core.utils.Directions
 
toValue(double) - Method in interface org.neo4j.graphalgo.core.write.RelationshipPropertyTranslator
 
tracked() - Method in class org.neo4j.graphalgo.core.utils.paged.AllocationTracker
 
tracker() - Method in interface org.neo4j.graphalgo.api.GraphLoaderContext
 
tracker(AllocationTracker) - Method in class org.neo4j.graphalgo.core.loading.NativeNodePropertyImporter.Builder
 
TrackingLongDoubleHashMap - Class in org.neo4j.graphalgo.core.utils.paged
 
TrackingLongDoubleHashMap(AllocationTracker) - Constructor for class org.neo4j.graphalgo.core.utils.paged.TrackingLongDoubleHashMap
 
TRANSIENT - org.neo4j.graphalgo.api.GraphStore.PropertyState
 
translator() - Method in interface org.neo4j.graphalgo.core.write.NodePropertyExporter.NodeProperty
 
Translator() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray.Translator
 
Translator() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeDoubleArray.Translator
 
Translator() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeIntArray.Translator
 
Translator() - Constructor for class org.neo4j.graphalgo.core.utils.paged.HugeLongArray.Translator
 
Translator() - Constructor for class org.neo4j.graphalgo.core.utils.paged.PagedAtomicIntegerArray.Translator
 
translatorFor(NumberType) - Static method in interface org.neo4j.graphalgo.api.NodeProperties
 
Translators - Class in org.neo4j.graphalgo.core.write
 
type() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
type() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipProperty
 
TYPE_KEY - Static variable in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
typeFilter() - Method in class org.neo4j.graphalgo.AbstractRelationshipProjections
 
typeTokenId() - Method in class org.neo4j.graphalgo.core.loading.RelationshipRecordReference
 
typeTokenId() - Method in interface org.neo4j.graphalgo.core.loading.RelationshipReference
 
typeTokenId() - Method in class org.neo4j.graphalgo.core.loading.RelationshipScanCursorReference
 

U

udc() - Static method in class org.neo4j.graphalgo.core.Settings
 
uncompressedMemoryEstimation(boolean) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
uncompressedMemoryEstimation(RelationshipType, boolean) - Static method in class org.neo4j.graphalgo.core.huge.AdjacencyList
 
UNDIRECTED - org.neo4j.graphalgo.Orientation
 
UNIFORM - org.neo4j.graphalgo.beta.generator.RelationshipDistribution
 
union(long, long) - Method in interface org.neo4j.graphalgo.core.utils.paged.dss.DisjointSetStruct
Joins the set of p (Sp) with set of q (Sq).
union(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.HugeAtomicDisjointSetStruct
 
union(long, long) - Method in class org.neo4j.graphalgo.core.utils.paged.dss.SequentialDisjointSetStruct
Deprecated.
 
union(MemoryRange) - Method in class org.neo4j.graphalgo.core.utils.mem.MemoryRange
 
UnionGraph - Class in org.neo4j.graphalgo.core.huge
 
UnionNodeProperties - Class in org.neo4j.graphalgo.api
 
UnionNodeProperties(NodeMapping, Map<NodeLabel, NodeProperties>) - Constructor for class org.neo4j.graphalgo.api.UnionNodeProperties
 
unlimitedCores() - Static method in class org.neo4j.graphalgo.core.Settings
 
update(long, DoubleUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicDoubleArray
Atomically updates the element at index index with the results of applying the given function, returning the updated value.
update(long, LongUnaryOperator) - Method in class org.neo4j.graphalgo.core.utils.paged.HugeAtomicLongArray
Atomically updates the element at index index with the results of applying the given function, returning the updated value.
upHeap(int) - Method in class org.neo4j.graphalgo.core.utils.queue.LongPriorityQueue
 
username() - Method in interface org.neo4j.graphalgo.config.BaseConfig
 
username() - Method in interface org.neo4j.graphalgo.core.GraphLoader
 

V

v - Variable in class org.neo4j.graphalgo.core.utils.Pointer.BoolPointer
 
v - Variable in class org.neo4j.graphalgo.core.utils.Pointer.DoublePointer
 
v - Variable in class org.neo4j.graphalgo.core.utils.Pointer.GenericPointer
 
v - Variable in class org.neo4j.graphalgo.core.utils.Pointer.IntPointer
 
v - Variable in class org.neo4j.graphalgo.core.utils.Pointer.LongPointer
 
validate() - Method in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
validate(GraphStore) - Method in interface org.neo4j.graphalgo.config.DeleteRelationshipsConfig
 
validate(GraphStore) - Method in interface org.neo4j.graphalgo.config.GraphWriteNodePropertiesConfig
 
validate(GraphStore) - Method in interface org.neo4j.graphalgo.config.GraphWriteRelationshipConfig
 
validate(GraphDimensions, GraphCreateFromStoreConfig) - Static method in class org.neo4j.graphalgo.core.GraphDimensionsValidation
 
validateConcurrency() - Method in interface org.neo4j.graphalgo.config.ConcurrencyValidation
 
validateProjectionsAreNotEmpty() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
validateProperties() - Method in class org.neo4j.graphalgo.PropertyMapping
 
validateRelationships() - Method in interface org.neo4j.graphalgo.config.GraphCreateConfig
 
validateRelationships() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromCypherConfig
 
validateSourceNodeIsLoaded(long, long) - Static method in class org.neo4j.graphalgo.utils.ExceptionUtil
 
validateTargetNodeIsLoaded(long, long) - Static method in class org.neo4j.graphalgo.utils.ExceptionUtil
 
Validator() - Constructor for class org.neo4j.graphalgo.config.ConcurrencyValidation.Validator
 
validNodeLabels(GraphStore) - Method in interface org.neo4j.graphalgo.config.GraphWriteNodePropertiesConfig
Returns the node labels that are to be considered for writing properties.
value - Variable in class org.neo4j.graphalgo.core.loading.MutableIntValue
 
value() - Method in enum org.neo4j.graphalgo.config.RandomGraphGeneratorConfig.AllowSelfLoops
 
valueOf(String) - Static method in enum org.neo4j.graphalgo.api.GraphStore.PropertyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphalgo.beta.generator.RelationshipDistribution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphalgo.config.RandomGraphGeneratorConfig.AllowSelfLoops
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphalgo.core.Aggregation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphalgo.GdsCypher.ExecutionModes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.neo4j.graphalgo.Orientation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.neo4j.graphalgo.api.GraphStore.PropertyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphalgo.beta.generator.RelationshipDistribution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphalgo.config.RandomGraphGeneratorConfig.AllowSelfLoops
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphalgo.core.Aggregation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipProperty
 
values() - Method in interface org.neo4j.graphalgo.core.loading.CSRGraphStore.RelationshipPropertyStore
 
values() - Static method in enum org.neo4j.graphalgo.core.utils.ProgressLogger.NullProgressLogger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphalgo.GdsCypher.ExecutionModes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.neo4j.graphalgo.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
variable(String) - Method in class org.neo4j.graphalgo.utils.cypher.CypherPrinter
 
VarLongEncoding - Class in org.neo4j.graphalgo.core.loading
 
verifyProperties(Set<String>, Set<String>, String) - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
visited(int) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntVisitor
Visit the given entry.
visited(long) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongVisitor
Visit the given entry.
visitKeys(PrimitiveIntVisitor<E>) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntCollection
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.
visitKeys(PrimitiveIntVisitor<E>) - Method in class org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveIntStack
 
visitKeys(PrimitiveLongVisitor<E>) - Method in interface org.neo4j.graphalgo.core.utils.collection.primitive.PrimitiveLongCollection
Visit the keys of this collection, until all have been visited or the visitor returns 'true'.

W

withAdditionalPropertyMappings(PropertyMappings) - Method in class org.neo4j.graphalgo.AbstractNodeProjection
 
withAdditionalPropertyMappings(PropertyMappings) - Method in class org.neo4j.graphalgo.AbstractRelationshipProjection
 
withAdditionalPropertyMappings(PropertyMappings) - Method in class org.neo4j.graphalgo.ElementProjection
 
withAnyLabel() - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withAnyRelationshipType() - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withCheckInterval(long) - Method in class org.neo4j.graphalgo.core.utils.TerminationFlagImpl
 
withDefaultAggregation(Aggregation) - Method in class org.neo4j.graphalgo.AbstractPropertyMappings.Builder
 
withLog(Log) - Method in class org.neo4j.graphalgo.core.write.ExporterBuilder
 
withLogIntervalMillis(int) - Method in class org.neo4j.graphalgo.core.utils.ProgressLoggerAdapter
Deprecated.
 
withNodeLabel(String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeLabel(String, NodeProjection) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeLabels(String...) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeLabels(Map<String, NodeProjection>) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String, double) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String, double, Aggregation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String, String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String, String, double) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String, String, double, Aggregation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(String, Aggregation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNodeProperty(PropertyMapping) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withNormalizedPropertyMappings() - Method in interface org.neo4j.graphalgo.config.GraphCreateFromStoreConfig
 
withRelationPropertyTranslator(RelationshipPropertyTranslator) - Method in class org.neo4j.graphalgo.core.write.RelationshipExporter.Builder
 
withRelationshipProperty(String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(String, double) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(String, double, Aggregation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(String, String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(String, String, double) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(String, String, double, Aggregation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(String, Aggregation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipProperty(PropertyMapping) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipType(String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipType(String, String) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipType(String, Orientation) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
withRelationshipType(String, RelationshipProjection) - Method in interface org.neo4j.graphalgo.GdsCypher.ImplicitCreationInlineBuilder
 
wrap(boolean) - Static method in class org.neo4j.graphalgo.core.utils.Pointer
 
wrap(double) - Static method in class org.neo4j.graphalgo.core.utils.Pointer
 
wrap(int) - Static method in class org.neo4j.graphalgo.core.utils.Pointer
 
wrap(long) - Static method in class org.neo4j.graphalgo.core.utils.Pointer
 
wrap(KernelTransaction) - Static method in interface org.neo4j.graphalgo.core.utils.TerminationFlag
 
wrap(KernelTransaction, long) - Static method in interface org.neo4j.graphalgo.core.utils.TerminationFlag
 
wrap(T) - Static method in class org.neo4j.graphalgo.core.utils.Pointer
 
write(String) - Method in class org.neo4j.graphalgo.core.write.RelationshipExporter
 
write(String, String) - Method in class org.neo4j.graphalgo.core.write.RelationshipExporter
 
write(String, Optional<String>) - Method in class org.neo4j.graphalgo.core.write.RelationshipExporter
 
write(String, Optional<String>, RelationshipWithPropertyConsumer) - Method in class org.neo4j.graphalgo.core.write.RelationshipExporter
 
write(String, T, PropertyTranslator<T>) - Method in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
write(Collection<NodePropertyExporter.NodeProperty<?>>) - Method in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
write(NodePropertyExporter.NodeProperty<T>) - Method in class org.neo4j.graphalgo.core.write.NodePropertyExporter
 
WRITE - org.neo4j.graphalgo.GdsCypher.ExecutionModes
 
writeConcurrency() - Method in interface org.neo4j.graphalgo.config.GraphWriteNodePropertiesConfig
 
writeConcurrency() - Method in interface org.neo4j.graphalgo.config.WriteConfig
 
writeConcurrency() - Method in interface org.neo4j.graphalgo.core.utils.export.GraphStoreExportConfig
 
WriteConfig - Interface in org.neo4j.graphalgo.config
 
writeEstimation() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
writeMode() - Method in interface org.neo4j.graphalgo.GdsCypher.ModeBuildStage
 
writeProperty() - Method in interface org.neo4j.graphalgo.config.WritePropertyConfig
 
WritePropertyConfig - Interface in org.neo4j.graphalgo.config
 
WriteRelationshipConfig - Interface in org.neo4j.graphalgo.config
 
writeRelationshipType() - Method in interface org.neo4j.graphalgo.config.WriteRelationshipConfig
 

Y

YES - org.neo4j.graphalgo.config.RandomGraphGeneratorConfig.AllowSelfLoops
 
yields(Iterable<String>) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
yields(String...) - Method in interface org.neo4j.graphalgo.GdsCypher.ParametersBuildStage
 
A B C D E F G H I J K L M N O P R S T U V W Y 
All Classes All Packages