- 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
-
- 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
-
- 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.