public class ScanStats extends Object
Constructor and Description |
---|
ScanStats(long duration,
long scannedManifests,
long skippedByPartitionAndStats,
long skippedByWholeBucketFiles,
long resultedTableFiles) |
Modifier and Type | Method and Description |
---|---|
protected long |
getDuration() |
protected long |
getResultedTableFiles() |
protected long |
getScannedManifests() |
protected long |
getSkippedByPartitionAndStats() |
protected long |
getSkippedByWholeBucketFiles() |
protected long |
getSkippedTableFiles() |
public ScanStats(long duration, long scannedManifests, long skippedByPartitionAndStats, long skippedByWholeBucketFiles, long resultedTableFiles)
@VisibleForTesting protected long getScannedManifests()
@VisibleForTesting protected long getSkippedTableFiles()
@VisibleForTesting protected long getResultedTableFiles()
@VisibleForTesting protected long getSkippedByPartitionAndStats()
@VisibleForTesting protected long getSkippedByWholeBucketFiles()
@VisibleForTesting protected long getDuration()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.