Uses of Enum Class
org.apache.datasketches.tuple.SerializerDeserializer.SketchType
Packages that use SerializerDeserializer.SketchType
Package
Description
The tuple package contains a number of sketches based on the same
fundamental algorithms of the Theta Sketch Framework and extend these
concepts for whole new families of sketches.
-
Uses of SerializerDeserializer.SketchType in org.apache.datasketches.tuple
Subclasses with type arguments of type SerializerDeserializer.SketchType in org.apache.datasketches.tupleModifier and TypeClassDescriptionstatic enumDefines the sketch classes that this SerializerDeserializer can handle.Methods in org.apache.datasketches.tuple that return SerializerDeserializer.SketchTypeModifier and TypeMethodDescriptionSerializerDeserializer.getSketchType(MemorySegment seg) Gets the sketch type byte from the given MemorySegment imageReturns the enum constant of this class with the specified name.static SerializerDeserializer.SketchType[]SerializerDeserializer.SketchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.datasketches.tuple with parameters of type SerializerDeserializer.SketchTypeModifier and TypeMethodDescriptionstatic voidSerializerDeserializer.validateType(byte sketchTypeByte, SerializerDeserializer.SketchType expectedType) Validates the sketch type byte versus the expected value