org.apache.hadoop.yarn.proto
Interface YarnServiceProtos.GetDelegationTokenResponseProtoOrBuilder

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

public static interface YarnServiceProtos.GetDelegationTokenResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 YarnProtos.DelegationTokenProto getApplicationToken()
           
 YarnProtos.DelegationTokenProtoOrBuilder getApplicationTokenOrBuilder()
           
 boolean hasApplicationToken()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasApplicationToken

boolean hasApplicationToken()

getApplicationToken

YarnProtos.DelegationTokenProto getApplicationToken()

getApplicationTokenOrBuilder

YarnProtos.DelegationTokenProtoOrBuilder getApplicationTokenOrBuilder()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.