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

Packages that use YarnServerCommonProtos.MasterKeyProto
org.apache.hadoop.yarn.proto   
org.apache.hadoop.yarn.server.api.records.impl.pb   
 

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

Methods in org.apache.hadoop.yarn.proto that return YarnServerCommonProtos.MasterKeyProto
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.Builder.build()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.Builder.buildPartial()
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.getDefaultInstance()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.getDefaultInstanceForType()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.Builder.getDefaultInstanceForType()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonServiceProtos.NodeHeartbeatRequestProtoOrBuilder.getLastKnownMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.getLastKnownMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.getLastKnownMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.RegistrationResponseProtoOrBuilder.getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.RegistrationResponseProto.getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.RegistrationResponseProto.Builder.getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.HeartbeatResponseProtoOrBuilder.getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.HeartbeatResponseProto.getMasterKey()
           
 YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.HeartbeatResponseProto.Builder.getMasterKey()
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseDelimitedFrom(InputStream input)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(byte[] data)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(InputStream input)
           
static YarnServerCommonProtos.MasterKeyProto YarnServerCommonProtos.MasterKeyProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServerCommonProtos.MasterKeyProto
 YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.Builder.mergeFrom(YarnServerCommonProtos.MasterKeyProto other)
           
 YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.mergeLastKnownMasterKey(YarnServerCommonProtos.MasterKeyProto value)
           
 YarnServerCommonProtos.RegistrationResponseProto.Builder YarnServerCommonProtos.RegistrationResponseProto.Builder.mergeMasterKey(YarnServerCommonProtos.MasterKeyProto value)
           
 YarnServerCommonProtos.HeartbeatResponseProto.Builder YarnServerCommonProtos.HeartbeatResponseProto.Builder.mergeMasterKey(YarnServerCommonProtos.MasterKeyProto value)
           
static YarnServerCommonProtos.MasterKeyProto.Builder YarnServerCommonProtos.MasterKeyProto.newBuilder(YarnServerCommonProtos.MasterKeyProto prototype)
           
 YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder YarnServerCommonServiceProtos.NodeHeartbeatRequestProto.Builder.setLastKnownMasterKey(YarnServerCommonProtos.MasterKeyProto value)
           
 YarnServerCommonProtos.RegistrationResponseProto.Builder YarnServerCommonProtos.RegistrationResponseProto.Builder.setMasterKey(YarnServerCommonProtos.MasterKeyProto value)
           
 YarnServerCommonProtos.HeartbeatResponseProto.Builder YarnServerCommonProtos.HeartbeatResponseProto.Builder.setMasterKey(YarnServerCommonProtos.MasterKeyProto value)
           
 

Uses of YarnServerCommonProtos.MasterKeyProto in org.apache.hadoop.yarn.server.api.records.impl.pb
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb that return YarnServerCommonProtos.MasterKeyProto
 YarnServerCommonProtos.MasterKeyProto MasterKeyPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.yarn.server.api.records.impl.pb with parameters of type YarnServerCommonProtos.MasterKeyProto
MasterKeyPBImpl(YarnServerCommonProtos.MasterKeyProto proto)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.