ClusterMetrics constructor

ClusterMetrics({
  1. Map<String, String>? hdfsMetrics,
  2. Map<String, String>? yarnMetrics,
})

Implementation

ClusterMetrics({
  this.hdfsMetrics,
  this.yarnMetrics,
});