org.apache.hadoop.yarn.proto
Interface YarnProtos.NodeIdProtoOrBuilder

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

public static interface YarnProtos.NodeIdProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getHost()
          optional string host = 1;
 com.google.protobuf.ByteString getHostBytes()
          optional string host = 1;
 int getPort()
          optional int32 port = 2;
 boolean hasHost()
          optional string host = 1;
 boolean hasPort()
          optional int32 port = 2;
 
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

hasHost

boolean hasHost()
optional string host = 1;


getHost

String getHost()
optional string host = 1;


getHostBytes

com.google.protobuf.ByteString getHostBytes()
optional string host = 1;


hasPort

boolean hasPort()
optional int32 port = 2;


getPort

int getPort()
optional int32 port = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.