Class ThetaSketch


  • public class ThetaSketch
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ThetaSketch()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.datasketches.theta.Union deserialize​(com.google.protobuf.ByteString data)  
      com.google.protobuf.ByteString serialize​(org.apache.datasketches.theta.Union thetaUnionSketch)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThetaSketch

        public ThetaSketch()
    • Method Detail

      • serialize

        public com.google.protobuf.ByteString serialize​(org.apache.datasketches.theta.Union thetaUnionSketch)
      • deserialize

        public org.apache.datasketches.theta.Union deserialize​(com.google.protobuf.ByteString data)