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

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

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


Method Summary
 String getKey()
          optional string key = 1;
 com.google.protobuf.ByteString getKeyBytes()
          optional string key = 1;
 String getValue()
          optional string value = 2;
 com.google.protobuf.ByteString getValueBytes()
          optional string value = 2;
 boolean hasKey()
          optional string key = 1;
 boolean hasValue()
          optional string value = 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

hasKey

boolean hasKey()
optional string key = 1;


getKey

String getKey()
optional string key = 1;


getKeyBytes

com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;


hasValue

boolean hasValue()
optional string value = 2;


getValue

String getValue()
optional string value = 2;


getValueBytes

com.google.protobuf.ByteString getValueBytes()
optional string value = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.