Uses of Class
org.apache.datasketches.tuple.SerializerDeserializer.SketchType
| Package | Description |
|---|---|
| org.apache.datasketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
-
Uses of SerializerDeserializer.SketchType in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return SerializerDeserializer.SketchType Modifier and Type Method Description static SerializerDeserializer.SketchTypeSerializerDeserializer. getSketchType(org.apache.datasketches.memory.Memory mem)Gets the sketch type byte from the given Memory imagestatic SerializerDeserializer.SketchTypeSerializerDeserializer.SketchType. valueOf(String name)Returns the enum constant of this type with the specified name.static SerializerDeserializer.SketchType[]SerializerDeserializer.SketchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.datasketches.tuple with parameters of type SerializerDeserializer.SketchType Modifier and Type Method Description static voidSerializerDeserializer. validateType(byte sketchTypeByte, SerializerDeserializer.SketchType expectedType)Validates the sketch type byte versus the expected value