HBASE-21991 [Addendum] Mark LossCounting as Private
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
2a1b367845
commit
f66953fa52
|
@ -42,7 +42,7 @@ import org.slf4j.LoggerFactory;
|
|||
* http://www.vldb.org/conf/2002/S10P03.pdf
|
||||
*/
|
||||
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceAudience.Private
|
||||
public class LossyCounting {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(LossyCounting.class);
|
||||
private long bucketSize;
|
||||
|
|
Loading…
Reference in New Issue