Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConsolidatedExecutorSummary

import type { ConsolidatedExecutorSummary } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Consolidated summary about executors used by the application.

interface ConsolidatedExecutorSummary {
activeTasks?: number;
completedTasks?: number;
count?: number;
diskUsed?: bigint;
failedTasks?: number;
isExcluded?: number;
maxMemory?: bigint;
memoryMetrics?: MemoryMetrics;
memoryUsed?: bigint;
rddBlocks?: number;
totalCores?: number;
totalDurationMillis?: bigint;
totalGcTimeMillis?: bigint;
totalInputBytes?: bigint;
totalShuffleRead?: bigint;
totalShuffleWrite?: bigint;
totalTasks?: number;
}

§Properties

§
activeTasks?: number
[src]
§
completedTasks?: number
[src]
§
count?: number
[src]
§
diskUsed?: bigint
[src]
§
failedTasks?: number
[src]
§
isExcluded?: number
[src]
§
maxMemory?: bigint
[src]
§
memoryMetrics?: MemoryMetrics
[src]
§
memoryUsed?: bigint
[src]
§
rddBlocks?: number
[src]
§
totalCores?: number
[src]
§
totalDurationMillis?: bigint
[src]
§
totalGcTimeMillis?: bigint
[src]
§
totalInputBytes?: bigint
[src]
§
totalShuffleRead?: bigint
[src]
§
totalShuffleWrite?: bigint
[src]
§
totalTasks?: number
[src]