public class DegreeAnnotationFunctions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DegreeAnnotationFunctions.DegreeCount<K>
Combines the vertex degree count.
|
static class |
DegreeAnnotationFunctions.JoinEdgeDegreeWithVertexDegree<K,EV,D>
Composes the vertex degree with this edge value.
|
static class |
DegreeAnnotationFunctions.JoinEdgeWithVertexDegree<K,EV,D>
Assigns the vertex degree to this edge value.
|
static class |
DegreeAnnotationFunctions.JoinVertexWithVertexDegree<K,VV>
Performs a left outer join to apply a zero count for vertices with out- or in-degree of zero.
|
static class |
DegreeAnnotationFunctions.MapEdgeToSourceId<K,EV>
Emits the source vertex ID along with an initial count.
|
static class |
DegreeAnnotationFunctions.MapEdgeToTargetId<K,EV>
Emits the target vertex ID along with an initial count.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.