Uses of Class
org.apache.hadoop.yarn.proto.YarnServerCommonProtos.MasterKeyProto.Builder

Packages that use YarnServerCommonProtos.MasterKeyProto.Builder
org.apache.hadoop.yarn.proto   
 

Uses of YarnServerCommonProtos.MasterKeyProto.Builder in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonProtos.MasterKeyProto.Builder
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.clear()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.clearBytes()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.clearKeyId()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.clone()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.getLastKnownMasterKeyBuilder()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.RegistrationResponseProto.Builder.getMasterKeyBuilder()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.HeartbeatResponseProto.Builder.getMasterKeyBuilder()
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(com.google.protobuf.Message other)
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(YarnServerCommonProtos.MasterKeyProto other)
           
static YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.newBuilder()
           
static YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.newBuilder(YarnServerCommonProtos.MasterKeyProto prototype)
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.newBuilderForType()
           
protected  YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.setBytes(com.google.protobuf.ByteString value)
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.setKeyId(int value)
           
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.toBuilder()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.MasterKeyProto.Builder
 YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.setLastKnownMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
           
 YarnServerCommonProtos.RegistrationResponseProto.Builder YarnServerCommonProtos.RegistrationResponseProto.Builder.setMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
           
 YarnServerCommonProtos.HeartbeatResponseProto.Builder YarnServerCommonProtos.HeartbeatResponseProto.Builder.setMasterKey(YarnServerCommonProtos.MasterKeyProto.Builder builderForValue)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.