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.Union
public void update(com.yahoo.memory.Memory mem)
update
in interface com.yahoo.sketches.theta.Union
public void update(long datum)
update
in interface com.yahoo.sketches.theta.Union
public void update(double datum)
update
in interface com.yahoo.sketches.theta.Union
public void update(String datum)
update
in interface com.yahoo.sketches.theta.Union
public void update(byte[] data)
update
in interface com.yahoo.sketches.theta.Union
public void update(int[] data)
update
in interface com.yahoo.sketches.theta.Union
public void update(char[] chars)
update
in interface com.yahoo.sketches.theta.Union
public void update(long[] data)
update
in interface com.yahoo.sketches.theta.Union
public com.yahoo.sketches.theta.CompactSketch getResult(boolean b, com.yahoo.memory.Memory memory)
getResult
in interface com.yahoo.sketches.theta.Union
public com.yahoo.sketches.theta.CompactSketch getResult()
getResult
in interface com.yahoo.sketches.theta.Union
public byte[] toByteArray()
toByteArray
in interface com.yahoo.sketches.theta.Union
public void reset()
reset
in interface com.yahoo.sketches.theta.Union
Copyright © 2011–2017. All rights reserved.