A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, ValueType) - Method in class org.neo4j.gds.beta.pregel.PregelSchema.Builder
- add(String, ValueType, PregelSchema.Visibility) - Method in class org.neo4j.gds.beta.pregel.PregelSchema.Builder
- applyRelationshipWeight(double, double) - Method in interface org.neo4j.gds.beta.pregel.PregelComputation
-
If the input graph is weighted, i.e.
- AUTO - org.neo4j.gds.beta.pregel.Partitioning
B
- build() - Method in class org.neo4j.gds.beta.pregel.PregelSchema.Builder
- Builder() - Constructor for class org.neo4j.gds.beta.pregel.PregelSchema.Builder
C
- camelCase() - Method in enum org.neo4j.gds.beta.pregel.annotation.GDSMode
- compact() - Method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues
- COMPACT_THRESHOLD - Static variable in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues
- computation() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- computation() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- computation() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- compute() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- compute(ComputeContext<C>, Messages) - Method in interface org.neo4j.gds.beta.pregel.PregelComputation
-
The compute method is called individually for each node in every superstep as long as the node receives messages or has not voted to halt yet.
- computeBatch() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- computeContext() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- computeContext() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- computeContext() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- ComputeContext<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel.context
-
A context that is used during the computation.
- ComputeContext(ComputeStep<CONFIG, ?>, CONFIG) - Constructor for class org.neo4j.gds.beta.pregel.context.ComputeContext
- computeStep - Variable in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
- ComputeStep<CONFIG extends PregelConfig,ITERATOR extends org.neo4j.gds.beta.pregel.Messages.MessageIterator> - Interface in org.neo4j.gds.beta.pregel
- config - Variable in class org.neo4j.gds.beta.pregel.context.PregelContext
- config() - Method in class org.neo4j.gds.beta.pregel.context.PregelContext
-
Allows access to the user-defined Pregel configuration.
- Count() - Constructor for class org.neo4j.gds.beta.pregel.Reducer.Count
- create(Graph, CONFIG, PregelComputation<CONFIG>, ExecutorService, AllocationTracker, ProgressTracker) - Static method in class org.neo4j.gds.beta.pregel.Pregel
D
- degree() - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Returns the degree (number of relationships) of the currently processed node.
- degree(long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- DEGREE - org.neo4j.gds.beta.pregel.Partitioning
- description() - Method in annotation type org.neo4j.gds.beta.pregel.annotation.PregelProcedure
-
A description of the procedure that can be accessed via Cypher.
- didConverge() - Method in interface org.neo4j.gds.beta.pregel.PregelResult
- doubleArrayNodeValue(long, String) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Returns the node value for the given node schema key.
- doubleArrayNodeValue(String) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Returns the node value for the given node schema key.
- doubleArrayNodeValue(String, long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- doubleArrayProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.CompositeNodeValue
- doubleArrayProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- doubleArrayProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.SingleNodeValue
- doubleArrayValue(String, long) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- doubleIterator() - Method in class org.neo4j.gds.beta.pregel.Messages
- doubleNodeValue(long, String) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Returns the node value for the given node schema key.
- doubleNodeValue(String) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Returns the node value for the given node schema key.
- doubleNodeValue(String, long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- doubleProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.CompositeNodeValue
- doubleProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- doubleProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.SingleNodeValue
- doubleValue(String, long) - Method in class org.neo4j.gds.beta.pregel.NodeValue
E
- Element - Interface in org.neo4j.gds.beta.pregel
- elements() - Method in interface org.neo4j.gds.beta.pregel.PregelSchema
- executorService() - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Returns an executor service that can be used for parallel master computations.
F
- forEachDistinctNeighbor(long, LongConsumer) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- forEachDistinctNeighbor(long, LongConsumer) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Calls the consumer once for each neighbor of the given node.
- forEachDistinctNeighbor(LongConsumer) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Calls the consumer once for each neighbor of the currently processed node.
- forEachNeighbor(long, LongConsumer) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- forEachNeighbor(long, LongConsumer) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Calls the consumer for each neighbor of the given node.
- forEachNeighbor(LongConsumer) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Calls the consumer for each neighbor of the currently processed node.
- forEachNode(LongPredicate) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Accepts a consumer function that is called for every node in the graph.
- ForkJoinComputer<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel
- ForkJoinComputeStep<CONFIG extends PregelConfig,ITERATOR extends org.neo4j.gds.beta.pregel.Messages.MessageIterator> - Class in org.neo4j.gds.beta.pregel
G
- GDSMode - Enum in org.neo4j.gds.beta.pregel.annotation
- graph() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- graph() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- graph() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
H
- hasConverged() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputer
- hasConverged() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputer
- hasNext() - Method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues.Iterator
I
- identity() - Method in class org.neo4j.gds.beta.pregel.Reducer.Count
- identity() - Method in interface org.neo4j.gds.beta.pregel.Reducer
-
The identity element is used as the initial value.
- identity() - Method in class org.neo4j.gds.beta.pregel.Reducer.Max
- identity() - Method in class org.neo4j.gds.beta.pregel.Reducer.Min
- identity() - Method in class org.neo4j.gds.beta.pregel.Reducer.Sum
- init(InitContext<C>) - Method in interface org.neo4j.gds.beta.pregel.PregelComputation
-
The init method is called in the beginning of the first superstep (iteration) of the Pregel computation and allows initializing node values.
- initComputation() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputer
- initComputation() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputer
- initContext() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- initContext() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- initContext() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- InitContext<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel.context
-
A context that is used during the initialization phase, which is before the first superstep is being executed.
- InitContext(ComputeStep<CONFIG, ?>, CONFIG, NodePropertyContainer) - Constructor for class org.neo4j.gds.beta.pregel.context.InitContext
- initIteration(int) - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputer
- initIteration(int) - Method in interface org.neo4j.gds.beta.pregel.Messenger
- initIteration(int) - Method in class org.neo4j.gds.beta.pregel.PartitionedComputer
- initIteration(int) - Method in class org.neo4j.gds.beta.pregel.ReducingMessenger
- initIteration(int) - Method in class org.neo4j.gds.beta.pregel.SyncQueueMessenger
- initMessageIterator(ITERATOR, long, boolean) - Method in interface org.neo4j.gds.beta.pregel.Messenger
- initMessageIterator(PrimitiveSyncDoubleQueues.Iterator, long, boolean) - Method in class org.neo4j.gds.beta.pregel.SyncQueueMessenger
- initMessageIterator(ReducingMessenger.SingleMessageIterator, long, boolean) - Method in class org.neo4j.gds.beta.pregel.ReducingMessenger
- isAsynchronous() - Method in interface org.neo4j.gds.beta.pregel.PregelConfig
- isEmpty() - Method in class org.neo4j.gds.beta.pregel.Messages
- isEmpty() - Method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues.Iterator
- isInitialSuperstep() - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Indicates if the current superstep is the first superstep.
- isInitialSuperstep() - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Indicates if the current superstep is the first superstep.
- isMultiGraph() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- isMultiGraph() - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
- isMultiGraph() - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
- isMultiGraph() - Method in class org.neo4j.gds.beta.pregel.context.PregelContext
-
Indicates whether the input graph is a multi-graph.
- iteration() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- iteration() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- iteration() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- iterator() - Method in class org.neo4j.gds.beta.pregel.Messages
- Iterator(PrimitiveAsyncDoubleQueues) - Constructor for class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues.Iterator
L
- longArrayNodeValue(long, String) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Returns the node value for the given node schema key.
- longArrayNodeValue(String) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Returns the node value for the given node schema key.
- longArrayNodeValue(String, long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- longArrayNodeValue(String, long) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Returns the node value for the given node-id and node schema key.
- longArrayProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.CompositeNodeValue
- longArrayProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- longArrayProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.SingleNodeValue
- longArrayValue(String, long) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- longNodeValue(long, String) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Returns the node value for the given node schema key.
- longNodeValue(String) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Returns the node value for the given node schema key.
- longNodeValue(String, long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- longProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.CompositeNodeValue
- longProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- longProperties(String) - Method in class org.neo4j.gds.beta.pregel.NodeValue.SingleNodeValue
- longValue(String, long) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- lowerCase() - Method in enum org.neo4j.gds.beta.pregel.annotation.GDSMode
M
- masterCompute(MasterComputeContext<C>) - Method in interface org.neo4j.gds.beta.pregel.PregelComputation
-
The masterCompute method is called exactly once after every superstep.
- MasterComputeContext<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel.context
- MasterComputeContext(CONFIG, Graph, int, NodeValue, ExecutorService) - Constructor for class org.neo4j.gds.beta.pregel.context.MasterComputeContext
- Max() - Constructor for class org.neo4j.gds.beta.pregel.Reducer.Max
- memoryEstimation() - Static method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues
- memoryEstimation() - Static method in class org.neo4j.gds.beta.pregel.PrimitiveSyncDoubleQueues
- memoryEstimation(PregelSchema, boolean, boolean) - Static method in class org.neo4j.gds.beta.pregel.Pregel
- messageIterator() - Method in interface org.neo4j.gds.beta.pregel.Messenger
- messageIterator() - Method in class org.neo4j.gds.beta.pregel.ReducingMessenger
- messageIterator() - Method in class org.neo4j.gds.beta.pregel.SyncQueueMessenger
- Messages - Class in org.neo4j.gds.beta.pregel
- messenger() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- messenger() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- messenger() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- Messenger<ITERATOR extends org.neo4j.gds.beta.pregel.Messages.MessageIterator> - Interface in org.neo4j.gds.beta.pregel
- Min() - Constructor for class org.neo4j.gds.beta.pregel.Reducer.Min
- modes() - Method in annotation type org.neo4j.gds.beta.pregel.annotation.PregelProcedure
-
The procedure modes to generate.
- MUTATE - org.neo4j.gds.beta.pregel.annotation.GDSMode
- mutateProperty() - Method in interface org.neo4j.gds.beta.pregel.PregelProcedureConfig
N
- name() - Method in annotation type org.neo4j.gds.beta.pregel.annotation.PregelProcedure
-
The namespace and name for the procedure, as a period-separated string.
- nextDouble() - Method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues.Iterator
- nodeBatch() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- nodeBatch() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- nodeBatch() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- NodeCentricContext<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel.context
- nodeCount() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- nodeCount() - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
- nodeCount() - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
- nodeCount() - Method in class org.neo4j.gds.beta.pregel.context.PregelContext
-
Number of nodes in the input graph.
- nodeId() - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
The identifier of the node that is currently processed.
- nodeProperties(String) - Method in class org.neo4j.gds.beta.pregel.context.InitContext
-
Returns the property values for the given property key.
- nodePropertyKeys() - Method in class org.neo4j.gds.beta.pregel.context.InitContext
-
Returns the node property keys stored in the input graph.
- nodeValue() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- nodeValue() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- nodeValue() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- NodeValue - Class in org.neo4j.gds.beta.pregel
- NodeValue.CompositeNodeValue - Class in org.neo4j.gds.beta.pregel
- NodeValue.SingleNodeValue - Class in org.neo4j.gds.beta.pregel
- nodeValues() - Method in interface org.neo4j.gds.beta.pregel.PregelResult
O
- of(long, int, AllocationTracker) - Static method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues
- of(long, int, AllocationTracker) - Static method in class org.neo4j.gds.beta.pregel.PrimitiveSyncDoubleQueues
- of(long, AllocationTracker) - Static method in class org.neo4j.gds.beta.pregel.PrimitiveAsyncDoubleQueues
- of(long, AllocationTracker) - Static method in class org.neo4j.gds.beta.pregel.PrimitiveSyncDoubleQueues
- of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.pregel.PregelConfig
- of(CypherMapWrapper) - Static method in interface org.neo4j.gds.beta.pregel.PregelProcedureConfig
- org.neo4j.gds.beta.pregel - package org.neo4j.gds.beta.pregel
- org.neo4j.gds.beta.pregel.annotation - package org.neo4j.gds.beta.pregel.annotation
- org.neo4j.gds.beta.pregel.context - package org.neo4j.gds.beta.pregel.context
P
- parse(Object) - Static method in enum org.neo4j.gds.beta.pregel.Partitioning
- PartitionedComputer<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel
- PartitionedComputeStep<CONFIG extends PregelConfig,ITERATOR extends org.neo4j.gds.beta.pregel.Messages.MessageIterator> - Class in org.neo4j.gds.beta.pregel
- partitioning() - Method in interface org.neo4j.gds.beta.pregel.PregelConfig
- Partitioning - Enum in org.neo4j.gds.beta.pregel
- Pregel<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel
- PregelComputation<C extends PregelConfig> - Interface in org.neo4j.gds.beta.pregel
-
Main interface to express user-defined logic using the Pregel framework.
- PregelConfig - Interface in org.neo4j.gds.beta.pregel
- PregelContext<CONFIG extends PregelConfig> - Class in org.neo4j.gds.beta.pregel.context
- PregelContext(CONFIG) - Constructor for class org.neo4j.gds.beta.pregel.context.PregelContext
- PregelProcedure - Annotation Type in org.neo4j.gds.beta.pregel.annotation
- PregelProcedureConfig - Interface in org.neo4j.gds.beta.pregel
- PregelResult - Interface in org.neo4j.gds.beta.pregel
- PregelSchema - Interface in org.neo4j.gds.beta.pregel
- PregelSchema.Builder - Class in org.neo4j.gds.beta.pregel
- PregelSchema.Visibility - Enum in org.neo4j.gds.beta.pregel
- PrimitiveAsyncDoubleQueues - Class in org.neo4j.gds.beta.pregel
- PrimitiveAsyncDoubleQueues.Iterator - Class in org.neo4j.gds.beta.pregel
- PrimitiveDoubleQueues - Class in org.neo4j.gds.beta.pregel
- PrimitiveSyncDoubleQueues - Class in org.neo4j.gds.beta.pregel
- PRIVATE - org.neo4j.gds.beta.pregel.PregelSchema.Visibility
- progressTask(Graph, CONFIG) - Static method in class org.neo4j.gds.beta.pregel.Pregel
- progressTask(Graph, CONFIG, String) - Static method in class org.neo4j.gds.beta.pregel.Pregel
- progressTracker() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- progressTracker() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- progressTracker() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- propertyKey() - Method in interface org.neo4j.gds.beta.pregel.Element
- propertyType() - Method in interface org.neo4j.gds.beta.pregel.Element
- PUBLIC - org.neo4j.gds.beta.pregel.PregelSchema.Visibility
- push(long, double) - Method in class org.neo4j.gds.beta.pregel.PrimitiveDoubleQueues
R
- RANGE - org.neo4j.gds.beta.pregel.Partitioning
- ranIterations() - Method in interface org.neo4j.gds.beta.pregel.PregelResult
- reduce(double, double) - Method in class org.neo4j.gds.beta.pregel.Reducer.Count
- reduce(double, double) - Method in class org.neo4j.gds.beta.pregel.Reducer.Max
- reduce(double, double) - Method in class org.neo4j.gds.beta.pregel.Reducer.Min
- reduce(double, double) - Method in interface org.neo4j.gds.beta.pregel.Reducer
-
Computes a new value based on the current value and the message.
- reduce(double, double) - Method in class org.neo4j.gds.beta.pregel.Reducer.Sum
- reducer() - Method in interface org.neo4j.gds.beta.pregel.PregelComputation
-
A reducer is used to combine messages sent to a single node.
- Reducer - Interface in org.neo4j.gds.beta.pregel
- Reducer.Count - Class in org.neo4j.gds.beta.pregel
- Reducer.Max - Class in org.neo4j.gds.beta.pregel
- Reducer.Min - Class in org.neo4j.gds.beta.pregel
- Reducer.Sum - Class in org.neo4j.gds.beta.pregel
- ReducingMessenger - Class in org.neo4j.gds.beta.pregel
-
A messenger implementation that is backed by two double arrays used to send and receive messages.
- relationshipCount() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- relationshipCount() - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
- relationshipCount() - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
- relationshipCount() - Method in class org.neo4j.gds.beta.pregel.context.PregelContext
-
Number of relationships in the input graph.
- release() - Method in interface org.neo4j.gds.beta.pregel.Messenger
- release() - Method in class org.neo4j.gds.beta.pregel.Pregel
- release() - Method in class org.neo4j.gds.beta.pregel.ReducingMessenger
- release() - Method in class org.neo4j.gds.beta.pregel.SyncQueueMessenger
- run() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- run() - Method in class org.neo4j.gds.beta.pregel.Pregel
- runIteration() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputer
- runIteration() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputer
S
- schema() - Method in class org.neo4j.gds.beta.pregel.NodeValue
- schema(C) - Method in interface org.neo4j.gds.beta.pregel.PregelComputation
-
The schema describes the node property layout.
- sendTo(long, double) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- sendTo(long, double) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Sends the given message to the target node.
- sendTo(long, double) - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- sendTo(long, double) - Method in interface org.neo4j.gds.beta.pregel.Messenger
- sendTo(long, double) - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- sendTo(long, double) - Method in class org.neo4j.gds.beta.pregel.ReducingMessenger
- sendTo(long, double) - Method in class org.neo4j.gds.beta.pregel.SyncQueueMessenger
- sendToNeighbors(double) - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Sends the given message to all neighbors of the node.
- sendToNeighbors(long, double) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- sendToNeighborsWeighted(long, double) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- set(String, long, double) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- set(String, long, double[]) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- set(String, long, long) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- set(String, long, long[]) - Method in class org.neo4j.gds.beta.pregel.NodeValue
- setNodeId(long) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Used internally by the framework to set the currently processed node.
- setNodeValue(long, String, double) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Sets a node double value for given the node schema key.
- setNodeValue(long, String, double[]) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Sets a node long value for given the node schema key.
- setNodeValue(long, String, long) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Sets a node long value for given the node schema key.
- setNodeValue(long, String, long[]) - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Sets a node long value for given the node schema key.
- setNodeValue(String, double) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Sets a node double value for given the node schema key.
- setNodeValue(String, double[]) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Sets a node long value for given the node schema key.
- setNodeValue(String, long) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Sets a node long value for given the node schema key.
- setNodeValue(String, long[]) - Method in class org.neo4j.gds.beta.pregel.context.NodeCentricContext
-
Sets a node long value for given the node schema key.
- setNodeValue(String, long, double) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- setNodeValue(String, long, double[]) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- setNodeValue(String, long, long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- setNodeValue(String, long, long[]) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- STATS - org.neo4j.gds.beta.pregel.annotation.GDSMode
- STREAM - org.neo4j.gds.beta.pregel.annotation.GDSMode
- Sum() - Constructor for class org.neo4j.gds.beta.pregel.Reducer.Sum
- superstep() - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Returns the current superstep (0-based).
- superstep() - Method in class org.neo4j.gds.beta.pregel.context.MasterComputeContext
-
Returns the current superstep (0-based).
- SyncQueueMessenger - Class in org.neo4j.gds.beta.pregel
T
- toString(Partitioning) - Static method in enum org.neo4j.gds.beta.pregel.Partitioning
U
- useForkJoin() - Method in interface org.neo4j.gds.beta.pregel.PregelConfig
V
- valueOf(String) - Static method in enum org.neo4j.gds.beta.pregel.annotation.GDSMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.gds.beta.pregel.Partitioning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.gds.beta.pregel.PregelSchema.Visibility
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.gds.beta.pregel.annotation.GDSMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neo4j.gds.beta.pregel.Partitioning
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.neo4j.gds.beta.pregel.PregelSchema.Visibility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visibility() - Method in interface org.neo4j.gds.beta.pregel.Element
- voteBits() - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
- voteBits() - Method in class org.neo4j.gds.beta.pregel.ForkJoinComputeStep
- voteBits() - Method in class org.neo4j.gds.beta.pregel.PartitionedComputeStep
- voteToHalt() - Method in class org.neo4j.gds.beta.pregel.context.ComputeContext
-
Notify the execution framework that this node intends to stop the computation.
- voteToHalt(long) - Method in interface org.neo4j.gds.beta.pregel.ComputeStep
W
- WRITE - org.neo4j.gds.beta.pregel.annotation.GDSMode
- writeProperty() - Method in interface org.neo4j.gds.beta.pregel.PregelProcedureConfig
All Classes All Packages