Java org.apache.hadoop.mapreduce ClusterMetrics fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapreduce ClusterMetrics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapreduce ClusterMetrics.

The text is from its open source code.

Constructor

Method

intgetMapSlotCapacity()
Get the total number of map slots in the cluster.
intgetReduceSlotCapacity()
Get the total number of reduce slots in the cluster.
intgetRunningMaps()
Get the number of running map tasks in the cluster.
intgetRunningReduces()
Get the number of running reduce tasks in the cluster.