|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceAudience.Private | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.backend.hadoop.executionengine.physicalLayer | Implementation of physical operators that use hadoop as the execution engine and data storage. |
org.apache.pig.data | This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. |
org.apache.pig.impl.io | |
org.apache.pig.newplan | |
org.apache.pig.newplan.optimizer |
Uses of InterfaceAudience.Private in org.apache.pig |
---|
Classes in org.apache.pig with annotations of type InterfaceAudience.Private | |
---|---|
class |
SortColInfo
A class representing information about a sort column in SortInfo |
class |
SortInfo
Class to communicate sort column information based on order by statment's sort columns and schema |
Constructors in org.apache.pig with annotations of type InterfaceAudience.Private | |
---|---|
ResourceSchema(LogicalSchema pigSchema,
SortInfo sortInfo)
Only for use by Pig internal code. |
|
ResourceSchema(Schema pigSchema,
SortInfo sortInfo)
Only for use by Pig internal code. |
Uses of InterfaceAudience.Private in org.apache.pig.backend.hadoop.executionengine.physicalLayer |
---|
Classes in org.apache.pig.backend.hadoop.executionengine.physicalLayer with annotations of type InterfaceAudience.Private | |
---|---|
interface |
PigLogger
An interface to allow aggregation of messages |
Uses of InterfaceAudience.Private in org.apache.pig.data |
---|
Classes in org.apache.pig.data with annotations of type InterfaceAudience.Private | |
---|---|
class |
BinInterSedes
A class to handle reading and writing of intermediate results of data types. |
class |
BinSedesTuple
This tuple has a faster (de)serialization mechanism. |
class |
BinSedesTupleFactory
Default implementation of TupleFactory. |
class |
DataReaderWriter
This class was used to handle reading and writing of intermediate results of data types. |
interface |
InterSedes
A class to handle reading and writing of intermediate results of data types. |
class |
InterSedesFactory
Used to get hold of the single instance of InterSedes . |
Methods in org.apache.pig.data with annotations of type InterfaceAudience.Private | |
---|---|
void |
DataBag.markStale(boolean stale)
This is used by FuncEvalSpec.FakeDataBag. |
Uses of InterfaceAudience.Private in org.apache.pig.impl.io |
---|
Classes in org.apache.pig.impl.io with annotations of type InterfaceAudience.Private | |
---|---|
class |
InterStorage
LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query. |
class |
TFileStorage
LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query. |
Uses of InterfaceAudience.Private in org.apache.pig.newplan |
---|
Classes in org.apache.pig.newplan with annotations of type InterfaceAudience.Private | |
---|---|
interface |
OperatorPlan
An interface that defines graph operations on plans. |
Uses of InterfaceAudience.Private in org.apache.pig.newplan.optimizer |
---|
Classes in org.apache.pig.newplan.optimizer with annotations of type InterfaceAudience.Private | |
---|---|
interface |
PlanTransformListener
An interface to describe listeners that are notified when a plan is modified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |