org.apache.hadoop.ha.proto
Interface HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder

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

public static interface HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HAServiceProtocolProtos.HAStateChangeRequestInfoProto getReqInfo()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder getReqInfoOrBuilder()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
 boolean hasReqInfo()
          required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 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

hasReqInfo

boolean hasReqInfo()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


getReqInfo

HAServiceProtocolProtos.HAStateChangeRequestInfoProto getReqInfo()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;


getReqInfoOrBuilder

HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.