public class StatisticValueWriter<V extends StatisticValue<?>> extends Object implements AutoCloseable
| Constructor and Description |
|---|
StatisticValueWriter(MetadataWriter writer,
Statistic<V> statistic) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeStatisticValue(byte[] bin,
byte[] visibility,
V value) |
public StatisticValueWriter(MetadataWriter writer, Statistic<V> statistic)
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic void writeStatisticValue(byte[] bin,
byte[] visibility,
V value)
Copyright © 2013–2022. All rights reserved.