org.apache.hadoop.yarn.proto
Interface YarnServerCommonProtos.MasterKeyProtoOrBuilder

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

public static interface YarnServerCommonProtos.MasterKeyProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getBytes()
          optional bytes bytes = 2;
 int getKeyId()
          optional int32 key_id = 1;
 boolean hasBytes()
          optional bytes bytes = 2;
 boolean hasKeyId()
          optional int32 key_id = 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

hasKeyId

boolean hasKeyId()
optional int32 key_id = 1;


getKeyId

int getKeyId()
optional int32 key_id = 1;


hasBytes

boolean hasBytes()
optional bytes bytes = 2;


getBytes

com.google.protobuf.ByteString getBytes()
optional bytes bytes = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.