public final class MemoryAccumulator<A>
extends <any>
| Modifier and Type | Method and Description | 
|---|---|
void | 
add(ObjectWritable<A> v)  | 
<any> | 
copy()  | 
boolean | 
isZero()  | 
void | 
merge(<any> other)  | 
void | 
reset()  | 
ObjectWritable<A> | 
value()  | 
public boolean isZero()
public <any> copy()
public void reset()
public void add(ObjectWritable<A> v)
public void merge(<any> other)
public ObjectWritable<A> value()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.