T - ID typepublic static class TriangleListing.Result<T> extends TertiaryResultBase<T> implements PrintableResult
| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_SEED |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.types.ByteValue |
getBitmask()
Get the bitmask indicating the presence of the six potential
connecting edges.
|
int |
hashCode() |
void |
setBitmask(byte bitmask) |
void |
setBitmask(org.apache.flink.types.ByteValue bitmask)
Set the bitmask indicating the presence of the six potential
connecting edges.
|
String |
toPrintableString()
A human-readable representation of this value.
|
String |
toString()
Object.toString() must be overridden to write POJO values in the
same form as Tuple. |
getVertexId0, getVertexId1, getVertexId2, setVertexId0, setVertexId1, setVertexId2, translatepublic static final int HASH_SEED
public org.apache.flink.types.ByteValue getBitmask()
EdgeOrderpublic void setBitmask(org.apache.flink.types.ByteValue bitmask)
bitmask - the edge bitmaskEdgeOrderpublic void setBitmask(byte bitmask)
public String toString()
ResultBaseObject.toString() must be overridden to write POJO values in the
same form as Tuple. Values are
comma-separated and enclosed in parenthesis, e.g. "(f0,f1)".toString in class ResultBasepublic String toPrintableString()
PrintableResulttoPrintableString in interface PrintableResultCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.