Java org.apache.hadoop.mapred ClusterStatus fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred ClusterStatus fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

intgetBlacklistedTrackers()
Get the number of blacklisted task trackers in the cluster.
JobTracker.StategetJobTrackerState()
Get the current state of the JobTracker, as JobTracker.State JobTracker.State should no longer be used on M/R 2.x.
JobTrackerStatusgetJobTrackerStatus()
Get the JobTracker's status.
intgetMapTasks()
Get the number of currently running map tasks in the cluster.
intgetMaxMapTasks()
Get the maximum capacity for running map tasks in the cluster.
intgetMaxReduceTasks()
Get the maximum capacity for running reduce tasks in the cluster.
intgetReduceTasks()
Get the number of currently running reduce tasks in the cluster.
intgetTaskTrackers()
Get the number of task trackers in the cluster.
longgetTTExpiryInterval()
Get the tasktracker expiry interval for the cluster