StageShuffleReadMetrics
import type { StageShuffleReadMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Shuffle data read for the stage.
interface StageShuffleReadMetrics {
bytesRead?: bigint;
fetchWaitTimeMillis?: bigint;
localBlocksFetched?: bigint;
localBytesRead?: bigint;
recordsRead?: bigint;
remoteBlocksFetched?: bigint;
remoteBytesRead?: bigint;
remoteBytesReadToDisk?: bigint;
remoteReqsDuration?: bigint;
stageShufflePushReadMetrics?: StageShufflePushReadMetrics;
}§Properties
§
stageShufflePushReadMetrics?: StageShufflePushReadMetrics
[src]