public final class GiraphMessageCombiner extends org.apache.giraph.combiner.Combiner<ObjectWritable,ObjectWritable> implements org.apache.giraph.conf.ImmutableClassesGiraphConfigurable
| Constructor and Description |
|---|
GiraphMessageCombiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
combine(ObjectWritable vertexIndex,
ObjectWritable originalMessage,
ObjectWritable messageToCombine) |
ObjectWritable |
createInitialMessage() |
org.apache.giraph.conf.ImmutableClassesGiraphConfiguration |
getConf() |
void |
setConf(org.apache.giraph.conf.ImmutableClassesGiraphConfiguration configuration) |
public void combine(ObjectWritable vertexIndex, ObjectWritable originalMessage, ObjectWritable messageToCombine)
combine in class org.apache.giraph.combiner.Combiner<ObjectWritable,ObjectWritable>public ObjectWritable createInitialMessage()
createInitialMessage in class org.apache.giraph.combiner.Combiner<ObjectWritable,ObjectWritable>public void setConf(org.apache.giraph.conf.ImmutableClassesGiraphConfiguration configuration)
setConf in interface org.apache.giraph.conf.ImmutableClassesGiraphConfigurablepublic org.apache.giraph.conf.ImmutableClassesGiraphConfiguration getConf()
getConf in interface org.apache.giraph.conf.ImmutableClassesGiraphConfigurableCopyright © 2013–2015 Apache Software Foundation. All rights reserved.