@InterfaceStability.Unstable
public interface ParquetMetricsCallback
default addMaximum(key, value) { } ; | Modifier and Type | Method and Description |
|---|---|
void |
setDuration(String name,
long value) |
void |
setValueDouble(String name,
double value) |
void |
setValueFloat(String name,
float value) |
void |
setValueInt(String name,
int value) |
void |
setValueLong(String name,
long value) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.