Uses of Class
org.apache.datasketches.tuple.aninteger.IntegerSummary
Packages that use IntegerSummary
Package
Description
This package is for a generic implementation of the Tuple sketch for single Integer value.
-
Uses of IntegerSummary in org.apache.datasketches.tuple.aninteger
Subclasses with type arguments of type IntegerSummary in org.apache.datasketches.tuple.anintegerModifier and TypeClassDescriptionclassExtends UpdatableTupleSketch<Integer, IntegerSummary>Classes in org.apache.datasketches.tuple.aninteger that implement interfaces with type arguments of type IntegerSummaryModifier and TypeClassDescriptionclassImplements SummaryDeserializer<IntegerSummary>classFactory for IntegerSummary.classMethods for defining how unions and intersections of two objects of type IntegerSummary are performed.Methods in org.apache.datasketches.tuple.aninteger that return IntegerSummaryModifier and TypeMethodDescriptionIntegerSummary.copy()IntegerSummarySetOperations.intersection(IntegerSummary a, IntegerSummary b) IntegerSummaryFactory.newSummary()IntegerSummarySetOperations.union(IntegerSummary a, IntegerSummary b) Methods in org.apache.datasketches.tuple.aninteger that return types with arguments of type IntegerSummaryModifier and TypeMethodDescriptionstatic DeserializeResult<IntegerSummary> IntegerSummary.fromMemorySegment(MemorySegment seg) Creates an instance of the IntegerSummary given a serialized representationIntegerSummaryDeserializer.heapifySummary(MemorySegment seg) Methods in org.apache.datasketches.tuple.aninteger with parameters of type IntegerSummaryModifier and TypeMethodDescriptionIntegerSummarySetOperations.intersection(IntegerSummary a, IntegerSummary b) IntegerSummarySetOperations.union(IntegerSummary a, IntegerSummary b)