ExecutorSummary constructor
ExecutorSummary({
- int? activeTasks,
- String? addTime,
- Map<
String, String> ? attributes, - int? completedTasks,
- String? diskUsed,
- List<
String> ? excludedInStages, - String? executorId,
- Map<
String, String> ? executorLogs, - int? failedTasks,
- String? hostPort,
- bool? isActive,
- bool? isExcluded,
- String? maxMemory,
- int? maxTasks,
- MemoryMetrics? memoryMetrics,
- String? memoryUsed,
- ExecutorMetrics? peakMemoryMetrics,
- int? rddBlocks,
- String? removeReason,
- String? removeTime,
- int? resourceProfileId,
- Map<
String, ResourceInformation> ? resources, - int? totalCores,
- String? totalDurationMillis,
- String? totalGcTimeMillis,
- String? totalInputBytes,
- String? totalShuffleRead,
- String? totalShuffleWrite,
- int? totalTasks,
Implementation
ExecutorSummary({
this.activeTasks,
this.addTime,
this.attributes,
this.completedTasks,
this.diskUsed,
this.excludedInStages,
this.executorId,
this.executorLogs,
this.failedTasks,
this.hostPort,
this.isActive,
this.isExcluded,
this.maxMemory,
this.maxTasks,
this.memoryMetrics,
this.memoryUsed,
this.peakMemoryMetrics,
this.rddBlocks,
this.removeReason,
this.removeTime,
this.resourceProfileId,
this.resources,
this.totalCores,
this.totalDurationMillis,
this.totalGcTimeMillis,
this.totalInputBytes,
this.totalShuffleRead,
this.totalShuffleWrite,
this.totalTasks,
});