public class SynchronizedUnion extends Object implements com.yahoo.sketches.theta.Union
| Constructor and Description |
|---|
SynchronizedUnion(com.yahoo.sketches.theta.Union delegate) |
| Modifier and Type | Method and Description |
|---|---|
com.yahoo.sketches.theta.CompactSketch |
getResult() |
com.yahoo.sketches.theta.CompactSketch |
getResult(boolean b,
com.yahoo.memory.Memory memory) |
void |
reset() |
byte[] |
toByteArray() |
void |
update(byte[] data) |
void |
update(char[] chars) |
void |
update(double datum) |
void |
update(int[] data) |
void |
update(long datum) |
void |
update(long[] data) |
void |
update(com.yahoo.memory.Memory mem) |
void |
update(com.yahoo.sketches.theta.Sketch sketchIn) |
void |
update(String datum) |
public SynchronizedUnion(com.yahoo.sketches.theta.Union delegate)
public void update(com.yahoo.sketches.theta.Sketch sketchIn)
update in interface com.yahoo.sketches.theta.Unionpublic void update(com.yahoo.memory.Memory mem)
update in interface com.yahoo.sketches.theta.Unionpublic void update(long datum)
update in interface com.yahoo.sketches.theta.Unionpublic void update(double datum)
update in interface com.yahoo.sketches.theta.Unionpublic void update(String datum)
update in interface com.yahoo.sketches.theta.Unionpublic void update(byte[] data)
update in interface com.yahoo.sketches.theta.Unionpublic void update(int[] data)
update in interface com.yahoo.sketches.theta.Unionpublic void update(char[] chars)
update in interface com.yahoo.sketches.theta.Unionpublic void update(long[] data)
update in interface com.yahoo.sketches.theta.Unionpublic com.yahoo.sketches.theta.CompactSketch getResult(boolean b,
com.yahoo.memory.Memory memory)
getResult in interface com.yahoo.sketches.theta.Unionpublic com.yahoo.sketches.theta.CompactSketch getResult()
getResult in interface com.yahoo.sketches.theta.Unionpublic byte[] toByteArray()
toByteArray in interface com.yahoo.sketches.theta.Unionpublic void reset()
reset in interface com.yahoo.sketches.theta.UnionCopyright © 2011–2017. All rights reserved.