Uses of Class
org.apache.hadoop.oncrpc.RpcAuthInfo.AuthFlavor

Packages that use RpcAuthInfo.AuthFlavor
org.apache.hadoop.oncrpc   
 

Uses of RpcAuthInfo.AuthFlavor in org.apache.hadoop.oncrpc
 

Methods in org.apache.hadoop.oncrpc that return RpcAuthInfo.AuthFlavor
 RpcAuthInfo.AuthFlavor RpcAuthInfo.getFlavor()
           
static RpcAuthInfo.AuthFlavor RpcAuthInfo.AuthFlavor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RpcAuthInfo.AuthFlavor[] RpcAuthInfo.AuthFlavor.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.oncrpc with parameters of type RpcAuthInfo.AuthFlavor
RpcAuthInfo(RpcAuthInfo.AuthFlavor flavor, byte[] body)
           
 



Copyright © 2009 The Apache Software Foundation