|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptState | |
---|---|
org.apache.pig.backend.executionengine | |
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.tools.pigstats | |
org.apache.pig.tools.pigstats.mapreduce |
Uses of ScriptState in org.apache.pig.backend.executionengine |
---|
Methods in org.apache.pig.backend.executionengine that return ScriptState | |
---|---|
ScriptState |
ExecutionEngine.instantiateScriptState()
Creates a ScriptState object which will be accessible as a ThreadLocal variable inside the ScriptState class. |
Uses of ScriptState in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return ScriptState | |
---|---|
ScriptState |
MRExecutionEngine.instantiateScriptState()
|
Uses of ScriptState in org.apache.pig.tools.pigstats |
---|
Methods in org.apache.pig.tools.pigstats that return ScriptState | |
---|---|
static ScriptState |
ScriptState.get()
|
static ScriptState |
ScriptState.start(ScriptState state)
|
static ScriptState |
ScriptState.start(String commandLine,
PigContext pigContext)
Deprecated. use start(ScriptState) instead. |
Methods in org.apache.pig.tools.pigstats with parameters of type ScriptState | |
---|---|
static ScriptState |
ScriptState.start(ScriptState state)
|
Uses of ScriptState in org.apache.pig.tools.pigstats.mapreduce |
---|
Subclasses of ScriptState in org.apache.pig.tools.pigstats.mapreduce | |
---|---|
class |
MRScriptState
ScriptStates encapsulates settings for a Pig script that runs on a hadoop cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |