Uses of Enum Class
org.apache.datasketches.theta.UpdateReturnState
Packages that use 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
Subclasses with type arguments of type UpdateReturnState in org.apache.datasketches.thetaMethods in org.apache.datasketches.theta that return UpdateReturnStateModifier and TypeMethodDescriptionUpdatableThetaSketch.update(byte[] data) Present this sketch with the given byte array.UpdatableThetaSketch.update(char[] data) Present this sketch with the given char array.UpdatableThetaSketch.update(double datum) Present this sketch with the given double (or float) datum.UpdatableThetaSketch.update(int[] data) Present this sketch with the given integer array.UpdatableThetaSketch.update(long datum) Present this sketch with a long.UpdatableThetaSketch.update(long[] data) Present this sketch with the given long array.Present this sketch with the given String.UpdatableThetaSketch.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 UpdateReturnStateReturns 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.