org.apache.hadoop.yarn.proto
Interface YarnServerResourceManagerRecoveryProtos.EpochProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YarnServerResourceManagerRecoveryProtos.EpochProto, YarnServerResourceManagerRecoveryProtos.EpochProto.Builder
Enclosing class:
YarnServerResourceManagerRecoveryProtos

public static interface YarnServerResourceManagerRecoveryProtos.EpochProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getEpoch()
          optional int64 epoch = 1;
 boolean hasEpoch()
          optional int64 epoch = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasEpoch

boolean hasEpoch()
optional int64 epoch = 1;


getEpoch

long getEpoch()
optional int64 epoch = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.