public class NodeEntryInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
failed
incrementing counter of instances that failed
|
int |
failedRecently
Counter of "failed recently" events.
|
long |
lastUsed
timestamp of last use
|
int |
live
Number of live nodes.
|
int |
preempted
incrementing counter of instances that have been pre-empted.
|
int |
priority
Priority
|
int |
releasing
number of containers being released off this node
|
int |
requested
instance explicitly requested on this node
|
int |
startFailed
incrementing counter of instances that failed to start
|
int |
starting
number of starting instances
|
| Constructor and Description |
|---|
NodeEntryInformation() |
public int failed
public int failedRecently
public long lastUsed
public int live
public int preempted
public int priority
public int requested
public int releasing
public int startFailed
public int starting
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.