K
- vertex identifier typeVGV
- vertex group value typepublic static final class Summarization.VertexGroupItem<K,VGV> extends Tuple4<K,K,Either<VGV,NullValue>,Long>
f0: vertex identifier f1: vertex group representative identifier f2: vertex group value f3: vertex group count
Constructor and Description |
---|
VertexGroupItem() |
Modifier and Type | Method and Description |
---|---|
K |
getGroupRepresentativeId() |
Long |
getVertexGroupCount() |
VGV |
getVertexGroupValue() |
K |
getVertexId() |
void |
reset()
Resets the fields to initial values.
|
void |
setGroupRepresentativeId(K groupRepresentativeId) |
void |
setVertexGroupCount(Long vertexGroupCount) |
void |
setVertexGroupValue(VGV vertexGroupValue) |
void |
setVertexId(K vertexId) |
copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
getFieldNotNull, getTupleClass, newInstance
public K getVertexId()
public void setVertexId(K vertexId)
public K getGroupRepresentativeId()
public void setGroupRepresentativeId(K groupRepresentativeId)
public VGV getVertexGroupValue()
public void setVertexGroupValue(VGV vertexGroupValue)
public Long getVertexGroupCount()
public void setVertexGroupCount(Long vertexGroupCount)
public void reset()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.