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

ExecutorSummary

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

Details about executors used by the application.

interface ExecutorSummary {
activeTasks?: number;
addTime?: Date;
attributes?: {
[key: string]: string;
}
;
completedTasks?: number;
diskUsed?: bigint;
excludedInStages?: bigint[];
executorId?: string;
executorLogs?: {
[key: string]: string;
}
;
failedTasks?: number;
hostPort?: string;
isActive?: boolean;
isExcluded?: boolean;
maxMemory?: bigint;
maxTasks?: number;
memoryMetrics?: MemoryMetrics;
memoryUsed?: bigint;
peakMemoryMetrics?: ExecutorMetrics;
rddBlocks?: number;
removeReason?: string;
removeTime?: Date;
resourceProfileId?: number;
resources?: {
[key: string]: ResourceInformation;
}
;
totalCores?: number;
totalDurationMillis?: bigint;
totalGcTimeMillis?: bigint;
totalInputBytes?: bigint;
totalShuffleRead?: bigint;
totalShuffleWrite?: bigint;
totalTasks?: number;
}

§Properties

§
activeTasks?: number
[src]
§
addTime?: Date
[src]
§
attributes?: {
[key: string]: string;
}
[src]
§
completedTasks?: number
[src]
§
diskUsed?: bigint
[src]
§
excludedInStages?: bigint[]
[src]
§
executorId?: string
[src]
§
executorLogs?: {
[key: string]: string;
}
[src]
§
failedTasks?: number
[src]
§
hostPort?: string
[src]
§
isActive?: boolean
[src]
§
isExcluded?: boolean
[src]
§
maxMemory?: bigint
[src]
§
maxTasks?: number
[src]
§
memoryMetrics?: MemoryMetrics
[src]
§
memoryUsed?: bigint
[src]
§
peakMemoryMetrics?: ExecutorMetrics
[src]
§
rddBlocks?: number
[src]
§
removeReason?: string
[src]
§
removeTime?: Date
[src]
§
resourceProfileId?: number
[src]
§
resources?: {
[key: string]: ResourceInformation;
}
[src]
§
totalCores?: number
[src]
§
totalDurationMillis?: bigint
[src]
§
totalGcTimeMillis?: bigint
[src]
§
totalInputBytes?: bigint
[src]
§
totalShuffleRead?: bigint
[src]
§
totalShuffleWrite?: bigint
[src]
§
totalTasks?: number
[src]