public class GetClusterStatusResponse extends Object implements Serializable
GetClusterStatus message sent by the job manager. Sends over the
current number of task managers and the available task slots.| Constructor and Description |
|---|
GetClusterStatusResponse(int numRegisteredTaskManagers,
int totalNumberOfSlots) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
numRegisteredTaskManagers() |
String |
toString() |
int |
totalNumberOfSlots() |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.