@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class Epoch extends Object
ContainerId.| Constructor and Description | 
|---|
| Epoch() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| abstract long | getEpoch() | 
| abstract org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.EpochProto | getProto() | 
| int | hashCode() | 
| static Epoch | newInstance(long sequenceNumber) | 
| abstract void | setEpoch(long sequenceNumber) | 
| String | toString() | 
public static Epoch newInstance(long sequenceNumber)
public abstract long getEpoch()
public abstract void setEpoch(long sequenceNumber)
public abstract org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.EpochProto getProto()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.