A C D E G I O P S T 

A

afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigExecutor
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigRunner
 
afterPropertiesSet() - Method in class org.springframework.data.hadoop.pig.PigTemplate
 

C

call() - Method in class org.springframework.data.hadoop.pig.PigRunner
 
convertPigAccessException(IOException) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Converts the given Pig exception to an appropriate exception from the org.springframework.dao hierarchy.
convertPigAccessException(ExecException) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Converts the given Pig exception to an appropriate exception from the org.springframework.dao hierarchy.
createPigInstance() - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
 
createPigServer() - Method in class org.springframework.data.hadoop.pig.PigTemplate
 

D

doInPig(PigServer) - Method in interface org.springframework.data.hadoop.pig.PigCallback
Gets called by execute(PigCallback) with an active PigServer.

E

execute(StepContribution, ChunkContext) - Method in class org.springframework.data.hadoop.batch.pig.PigTasklet
 
execute(PigCallback<T>) - Method in interface org.springframework.data.hadoop.pig.PigOperations
Executes the action specified by the given callback object within an active PigServer.
execute(PigCallback<T>) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Executes the action specified by the given callback object within an active PigServer.
executePigScripts() - Method in class org.springframework.data.hadoop.pig.PigExecutor
 
executeScript(String) - Method in interface org.springframework.data.hadoop.pig.PigOperations
Executes the given Pig Latin that results in a list of job executions.
executeScript(String, Map<?, ?>) - Method in interface org.springframework.data.hadoop.pig.PigOperations
Executes the given Pig Latin with arguments that results in a list of job executions.
executeScript(PigScript) - Method in interface org.springframework.data.hadoop.pig.PigOperations
Executes the given script identified by location and arguments that results in a list of job executions.
executeScript(Iterable<PigScript>) - Method in interface org.springframework.data.hadoop.pig.PigOperations
Executes multiple scripts that result in a list of job executions.
executeScript(String) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Executes the given Pig Latin that results in a list of job executions.
executeScript(String, Map<?, ?>) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Executes the given Pig Latin with arguments that results in a list of job executions.
executeScript(PigScript) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Executes the given script identified by location and arguments that results in a list of job executions.
executeScript(Iterable<PigScript>) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Executes multiple scripts that result in a list of job executions.

G

getArguments() - Method in class org.springframework.data.hadoop.pig.PigScript
Returns the arguments associated with this script.
getObject() - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
 
getObject() - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
 
getObjectType() - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
 
getPigServer() - Method in interface org.springframework.data.hadoop.pig.PigServerFactory
 
getResource() - Method in class org.springframework.data.hadoop.pig.PigScript
Returns the script resource.

I

isSingleton() - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
 
isSingleton() - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
 

O

org.springframework.data.hadoop.batch.pig - package org.springframework.data.hadoop.batch.pig
Hadoop Batch Pig supporting classes.
org.springframework.data.hadoop.pig - package org.springframework.data.hadoop.pig
Package providing integration with Apache Pig.

P

PigCallback<T> - Interface in org.springframework.data.hadoop.pig
Callback interface for Pig code.
PigContextFactoryBean - Class in org.springframework.data.hadoop.pig
Factory for creating a PigContext instance.
PigContextFactoryBean() - Constructor for class org.springframework.data.hadoop.pig.PigContextFactoryBean
 
PigExecutor - Class in org.springframework.data.hadoop.pig
Common class for configuring and executing pig scripts.
PigExecutor() - Constructor for class org.springframework.data.hadoop.pig.PigExecutor
 
PigOperations - Interface in org.springframework.data.hadoop.pig
Interface specifying a basic set of Pig operations.
PigRunner - Class in org.springframework.data.hadoop.pig
Basic runner of Pig scripts inside a Spring environment.
PigRunner() - Constructor for class org.springframework.data.hadoop.pig.PigRunner
 
PigScript - Class in org.springframework.data.hadoop.pig
Holder class for a pig script.
PigScript(Resource) - Constructor for class org.springframework.data.hadoop.pig.PigScript
Constructs a new PigScript instance from the given resource.
PigScript(Resource, Properties) - Constructor for class org.springframework.data.hadoop.pig.PigScript
Constructs a new PigScript instance.
PigScript(Resource, Map<?, ?>) - Constructor for class org.springframework.data.hadoop.pig.PigScript
Constructs a new PigScript instance.
PigServerFactory - Interface in org.springframework.data.hadoop.pig
Factory for retrieving a PigServer instance.
PigServerFactoryBean - Class in org.springframework.data.hadoop.pig
Factory for creating a PigServer instance.
PigServerFactoryBean() - Constructor for class org.springframework.data.hadoop.pig.PigServerFactoryBean
 
PigTasklet - Class in org.springframework.data.hadoop.batch.pig
Pig tasklet.
PigTasklet() - Constructor for class org.springframework.data.hadoop.batch.pig.PigTasklet
 
PigTemplate - Class in org.springframework.data.hadoop.pig
Helper class that simplifies Pig data access code.
PigTemplate() - Constructor for class org.springframework.data.hadoop.pig.PigTemplate
Constructs a new PigTemplate instance.
PigTemplate(PigServerFactory) - Constructor for class org.springframework.data.hadoop.pig.PigTemplate
Constructs a new PigTemplate instance.

S

setBeanName(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
 
setConfiguration(Configuration) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
Sets the Hadoop configuration to use.
setExecType(ExecType) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
Sets the execution type.
setJobName(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the job name.
setJobPriority(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the job priority.
setJobTracker(String) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
Sets the job tracker.
setLastAlias(String) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
Sets the last alias.
setParallelism(Integer) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the parallelism.
setPathsToSkip(Collection<String>) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the paths to skip.
setPigContext(PigContext) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the PigContext to use.
setPigFactory(PigServerFactory) - Method in class org.springframework.data.hadoop.pig.PigExecutor
Sets the pig server instance used by this class.
setPigFactory(PigServerFactory) - Method in class org.springframework.data.hadoop.pig.PigTemplate
Sets the PigServer factory.
setPigTemplate(PigOperations) - Method in class org.springframework.data.hadoop.pig.PigExecutor
Sets the pig template used by this class.
setPostAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.pig.PigRunner
Actions to be invoked after running the action.
setPreAction(Collection<Callable<?>>) - Method in class org.springframework.data.hadoop.pig.PigRunner
Actions to be invoked before running the action.
setProperties(Properties) - Method in class org.springframework.data.hadoop.pig.PigContextFactoryBean
Sets the configuration properties.
setResourceLoader(ResourceLoader) - Method in class org.springframework.data.hadoop.pig.PigTemplate
 
setRunAtStartup(boolean) - Method in class org.springframework.data.hadoop.pig.PigRunner
Indicates whether the scripts should run at container startup or not (the default).
setScripts(Collection<PigScript>) - Method in class org.springframework.data.hadoop.pig.PigExecutor
Sets the pig scripts to be executed by this class.
setScripts(Collection<PigScript>) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the scripts to execute at startup.
setUser(String) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Sets the user impersonation (optional) for executing Pig jobs.
setValidateEachStatement(Boolean) - Method in class org.springframework.data.hadoop.pig.PigServerFactoryBean
Indicates whether each statement should be validated or not.

T

toString() - Method in class org.springframework.data.hadoop.pig.PigScript
 
A C D E G I O P S T