The ICardinality interface defines the contract:

/**
* Offer the value as a hashed long value
*
* @param hashedLong - the hash of the item to offer to the estimator
* @return false if the value returned by cardinality() is unaffected
by the appearance of hashedLong in the stream
*/
boolean offerHashed(long hashedLong);

Matt

On Wed, Mar 7, 2018 at 12:19 AM,  <jeet27.pa...@gmail.com> wrote:
> Hi,
>
> offerHashed method in HyperLogLog returns boolean(false) does it mean that
> newly added hash value is duplicate?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "stream-lib-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to stream-lib-user+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"stream-lib-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to stream-lib-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to