Class EpochPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.Epoch
org.apache.hadoop.yarn.server.resourcemanager.recovery.records.impl.pb.EpochPBImpl
-
Constructor Summary
ConstructorsConstructorDescriptionEpochPBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.EpochProto proto) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.server.resourcemanager.recovery.records.Epoch
equals, hashCode, newInstance, toString
-
Constructor Details
-
EpochPBImpl
public EpochPBImpl() -
EpochPBImpl
public EpochPBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.EpochProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServerResourceManagerRecoveryProtos.EpochProto getProto() -
getEpoch
public long getEpoch() -
setEpoch
public void setEpoch(long sequentialNumber)
-