Uses of Class
org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto

Packages that use IpcConnectionContextProtos.IpcConnectionContextProto
org.apache.hadoop.ipc.protobuf   
org.apache.hadoop.util Common utilities. 
 

Uses of IpcConnectionContextProtos.IpcConnectionContextProto in org.apache.hadoop.ipc.protobuf
 

Methods in org.apache.hadoop.ipc.protobuf that return IpcConnectionContextProtos.IpcConnectionContextProto
 IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.Builder.build()
           
 IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.Builder.buildPartial()
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.getDefaultInstance()
           
 IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.getDefaultInstanceForType()
           
 IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.Builder.getDefaultInstanceForType()
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseDelimitedFrom(InputStream input)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(byte[] data)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(com.google.protobuf.ByteString data)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(InputStream input)
           
static IpcConnectionContextProtos.IpcConnectionContextProto IpcConnectionContextProtos.IpcConnectionContextProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.ipc.protobuf with parameters of type IpcConnectionContextProtos.IpcConnectionContextProto
 IpcConnectionContextProtos.IpcConnectionContextProto.Builder IpcConnectionContextProtos.IpcConnectionContextProto.Builder.mergeFrom(IpcConnectionContextProtos.IpcConnectionContextProto other)
           
static IpcConnectionContextProtos.IpcConnectionContextProto.Builder IpcConnectionContextProtos.IpcConnectionContextProto.newBuilder(IpcConnectionContextProtos.IpcConnectionContextProto prototype)
           
 

Uses of IpcConnectionContextProtos.IpcConnectionContextProto in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util that return IpcConnectionContextProtos.IpcConnectionContextProto
static IpcConnectionContextProtos.IpcConnectionContextProto ProtoUtil.makeIpcConnectionContext(String protocol, org.apache.hadoop.security.UserGroupInformation ugi, SaslRpcServer.AuthMethod authMethod)
          This method creates the connection context using exactly the same logic as the old connection context as was done for writable where the effective and real users are set based on the auth method.
 

Methods in org.apache.hadoop.util with parameters of type IpcConnectionContextProtos.IpcConnectionContextProto
static org.apache.hadoop.security.UserGroupInformation ProtoUtil.getUgi(IpcConnectionContextProtos.IpcConnectionContextProto context)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.