T - ID typepublic static class HITS.Result<T> extends UnaryResultBase<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.DoubleValue |
getAuthorityScore()
Get the authority score.
|
org.apache.flink.types.DoubleValue |
getHubScore()
Get the hub score.
|
int |
hashCode() |
void |
setAuthorityScore(org.apache.flink.types.DoubleValue authorityScore)
Set the authority score.
|
void |
setHubScore(org.apache.flink.types.DoubleValue hubScore)
Set the hub score.
|
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, setVertexId0, translatepublic static final int HASH_SEED
public org.apache.flink.types.DoubleValue getHubScore()
public void setHubScore(org.apache.flink.types.DoubleValue hubScore)
hubScore - the hub scorepublic org.apache.flink.types.DoubleValue getAuthorityScore()
public void setAuthorityScore(org.apache.flink.types.DoubleValue authorityScore)
authorityScore - the authority scorepublic 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.