public enum ParquetFileReaderMetrics extends Enum<ParquetFileReaderMetrics>
| Enum Constant and Description |
|---|
DecompressSize |
DecompressThroughput |
DecompressTime |
ReadSize |
ReadThroughput |
ReadTime |
SeekTime |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
static ParquetFileReaderMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParquetFileReaderMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParquetFileReaderMetrics ReadTime
public static final ParquetFileReaderMetrics SeekTime
public static final ParquetFileReaderMetrics ReadSize
public static final ParquetFileReaderMetrics ReadThroughput
public static final ParquetFileReaderMetrics DecompressTime
public static final ParquetFileReaderMetrics DecompressSize
public static final ParquetFileReaderMetrics DecompressThroughput
public static ParquetFileReaderMetrics[] values()
for (ParquetFileReaderMetrics c : ParquetFileReaderMetrics.values()) System.out.println(c);
public static ParquetFileReaderMetrics valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String description()
Copyright © 2023 The Apache Software Foundation. All rights reserved.