Class RMHyperLogLog

java.lang.Object
com.github.fppt.jedismock.datastructures.StringCompatible
com.github.fppt.jedismock.datastructures.RMHyperLogLog
All Implemented Interfaces:
RMDataStructure, Serializable

public class RMHyperLogLog extends StringCompatible
See Also:
  • Constructor Details

    • RMHyperLogLog

      public RMHyperLogLog()
  • Method Details

    • getStoredData

      public Set<Slice> getStoredData()
    • size

      public int size()
    • addAll

      public void addAll(Collection<Slice> data)
    • raiseTypeCastException

      public void raiseTypeCastException()