Uses of Class
org.apache.oozie.action.hadoop.CredentialsProperties

Packages that use CredentialsProperties
org.apache.oozie.action.hadoop   
 

Uses of CredentialsProperties in org.apache.oozie.action.hadoop
 

Methods in org.apache.oozie.action.hadoop that return CredentialsProperties
protected  CredentialsProperties JavaActionExecutor.getCredProperties(ActionExecutor.Context context, String credName, org.apache.hadoop.conf.Configuration conf)
           
 

Methods in org.apache.oozie.action.hadoop that return types with arguments of type CredentialsProperties
protected  HashMap<String,CredentialsProperties> JavaActionExecutor.getActionCredentialsProperties(ActionExecutor.Context context, org.apache.oozie.client.WorkflowAction action, org.apache.hadoop.conf.Configuration conf)
           
protected  HashMap<String,CredentialsProperties> JavaActionExecutor.setCredentialPropertyToActionConf(ActionExecutor.Context context, org.apache.oozie.client.WorkflowAction action, org.apache.hadoop.conf.Configuration actionConf)
           
 

Methods in org.apache.oozie.action.hadoop with parameters of type CredentialsProperties
 void HCatCredentials.addtoJobConf(org.apache.hadoop.mapred.JobConf jobconf, CredentialsProperties props, ActionExecutor.Context context)
           
 void HbaseCredentials.addtoJobConf(org.apache.hadoop.mapred.JobConf jobConf, CredentialsProperties props, ActionExecutor.Context context)
           
abstract  void Credentials.addtoJobConf(org.apache.hadoop.mapred.JobConf jobconf, CredentialsProperties props, ActionExecutor.Context context)
          This is the interface for all the Credentials implementation.
 

Method parameters in org.apache.oozie.action.hadoop with type arguments of type CredentialsProperties
protected  void JavaActionExecutor.setCredentialTokens(org.apache.hadoop.mapred.JobConf jobconf, ActionExecutor.Context context, org.apache.oozie.client.WorkflowAction action, HashMap<String,CredentialsProperties> credPropertiesMap)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.