java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.executor.ContainerSignalContext
@Private
@Unstable
public final class ContainerSignalContext
extends Object
Encapsulates information required for container signaling.
-
Nested Class Summary
Nested Classes
-
Method Summary
boolean
Retrun true if we are trying to signal the same process.
int
-
Method Details
-
-
-
-
-
equals
public boolean equals(Object obj)
Retrun true if we are trying to signal the same process.
- Overrides:
equals in class Object
- Parameters:
obj - compare to this object
- Returns:
- whether we try to signal the same process id
-