public static class PregelComputation.MapOfLongMaxAggregator extends Object implements Aggregator<Map<Integer,Long>>
Constructor and Description |
---|
MapOfLongMaxAggregator() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Map<Integer,Long> value) |
Map<Integer,Long> |
getAggregate() |
void |
reset() |
void |
setAggregate(Map<Integer,Long> value) |
public Map<Integer,Long> getAggregate()
getAggregate
in interface Aggregator<Map<Integer,Long>>
public void setAggregate(Map<Integer,Long> value)
setAggregate
in interface Aggregator<Map<Integer,Long>>
public void aggregate(Map<Integer,Long> value)
aggregate
in interface Aggregator<Map<Integer,Long>>
public void reset()
reset
in interface Aggregator<Map<Integer,Long>>
Copyright © 2020. All rights reserved.