ShuffleReadMetrics
import type { ShuffleReadMetrics } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
Shuffle data read by the task.
interface ShuffleReadMetrics {
fetchWaitTimeMillis?: bigint;
localBlocksFetched?: bigint;
localBytesRead?: bigint;
recordsRead?: bigint;
remoteBlocksFetched?: bigint;
remoteBytesRead?: bigint;
remoteBytesReadToDisk?: bigint;
remoteReqsDuration?: bigint;
shufflePushReadMetrics?: ShufflePushReadMetrics;
}§Properties
§
shufflePushReadMetrics?: ShufflePushReadMetrics
[src]