JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Annotation Types Summary
Class
Description
ComputeContext
<
CONFIG
extends
PregelConfig
>
A context that is used during the computation.
ComputeStep
<
CONFIG
extends
PregelConfig
,
ITERATOR
extends org.neo4j.gds.beta.pregel.Messages.MessageIterator>
Element
ForkJoinComputer
<
CONFIG
extends
PregelConfig
>
ForkJoinComputeStep
<
CONFIG
extends
PregelConfig
,
ITERATOR
extends org.neo4j.gds.beta.pregel.Messages.MessageIterator>
GDSMode
InitContext
<
CONFIG
extends
PregelConfig
>
A context that is used during the initialization phase, which is before the first superstep is being executed.
MasterComputeContext
<
CONFIG
extends
PregelConfig
>
Messages
Messenger
<
ITERATOR
extends org.neo4j.gds.beta.pregel.Messages.MessageIterator>
NodeCentricContext
<
CONFIG
extends
PregelConfig
>
NodeValue
NodeValue.CompositeNodeValue
NodeValue.SingleNodeValue
PartitionedComputer
<
CONFIG
extends
PregelConfig
>
PartitionedComputeStep
<
CONFIG
extends
PregelConfig
,
ITERATOR
extends org.neo4j.gds.beta.pregel.Messages.MessageIterator>
Partitioning
Pregel
<
CONFIG
extends
PregelConfig
>
PregelComputation
<
C
extends
PregelConfig
>
Main interface to express user-defined logic using the Pregel framework.
PregelConfig
PregelContext
<
CONFIG
extends
PregelConfig
>
PregelProcedure
PregelProcedureConfig
PregelResult
PregelSchema
PregelSchema.Builder
PregelSchema.Visibility
PrimitiveAsyncDoubleQueues
PrimitiveAsyncDoubleQueues.Iterator
PrimitiveDoubleQueues
PrimitiveSyncDoubleQueues
Reducer
Reducer.Count
Reducer.Max
Reducer.Min
Reducer.Sum
ReducingMessenger
A messenger implementation that is backed by two double arrays used to send and receive messages.
SyncQueueMessenger