Uses of Enum Class
org.apache.datasketches.theta.UpdateReturnState
Package
Description
The theta package contains the basic sketch classes that are members of the
Theta Sketch Framework.
-
Uses of UpdateReturnState in org.apache.datasketches.theta
Modifier and TypeMethodDescriptionUpdateSketch.update
(byte[] data) Present this sketch with the given byte array.UpdateSketch.update
(char[] data) Present this sketch with the given char array.UpdateSketch.update
(double datum) Present this sketch with the given double (or float) datum.UpdateSketch.update
(int[] data) Present this sketch with the given integer array.UpdateSketch.update
(long datum) Present this sketch with a long.UpdateSketch.update
(long[] data) Present this sketch with the given long array.Present this sketch with the given String.UpdateSketch.update
(ByteBuffer buffer) Present this sketch with the given ByteBuffer If the ByteBuffer is null or empty, no update attempt is made and the method returns.static UpdateReturnState
Returns the enum constant of this class with the specified name.static UpdateReturnState[]
UpdateReturnState.values()
Returns an array containing the constants of this enum class, in the order they are declared.