A
- Aggregation object typepublic class AggregatorBroadcast<A extends org.apache.hadoop.io.Writable> extends DefaultImmutableClassesGiraphConfigurable implements org.apache.hadoop.io.Writable
Constructor and Description |
---|
AggregatorBroadcast()
Constructor
|
AggregatorBroadcast(Class<? extends Aggregator<A>> aggregatorClass,
A value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
A |
getValue() |
void |
readFields(DataInput in) |
void |
write(DataOutput out) |
getConf, setConf
public AggregatorBroadcast()
public AggregatorBroadcast(Class<? extends Aggregator<A>> aggregatorClass, A value)
aggregatorClass
- Aggregator classvalue
- Aggregated valuepublic A getValue()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.