Interface HyperLogLogState

All Superinterfaces:
AccumulatorState
All Known Implementing Classes:
HyperLogLogStateFactory.GroupedHyperLogLogState, HyperLogLogStateFactory.SingleHyperLogLogState

public interface HyperLogLogState extends AccumulatorState
  • Method Details

    • getHyperLogLog

      io.airlift.stats.cardinality.HyperLogLog getHyperLogLog()
    • setHyperLogLog

      void setHyperLogLog(io.airlift.stats.cardinality.HyperLogLog value)
    • addMemoryUsage

      void addMemoryUsage(int value)