Uses of Class
org.apache.pig.classification.InterfaceStability.Unstable

Packages that use InterfaceStability.Unstable
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.newplan   
org.apache.pig.newplan.optimizer   
org.apache.pig.tools   
 

Uses of InterfaceStability.Unstable in org.apache.pig
 

Classes in org.apache.pig with annotations of type InterfaceStability.Unstable
 class ResourceStatistics
          An class that represents statistics about data to be loaded or stored.
 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
 

Uses of InterfaceStability.Unstable in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin with annotations of type InterfaceStability.Unstable
 interface MonitoredUDF
          Describes how the execution of a UDF should be monitored, and what to do if it times out.
 interface Nondeterministic
          A non-deterministic UDF is one that can produce different results when invoked on the same input.
 

Uses of InterfaceStability.Unstable in org.apache.pig.newplan
 

Classes in org.apache.pig.newplan with annotations of type InterfaceStability.Unstable
 interface OperatorPlan
          An interface that defines graph operations on plans.
 

Uses of InterfaceStability.Unstable in org.apache.pig.newplan.optimizer
 

Classes in org.apache.pig.newplan.optimizer with annotations of type InterfaceStability.Unstable
 interface PlanTransformListener
          An interface to describe listeners that are notified when a plan is modified.
 

Uses of InterfaceStability.Unstable in org.apache.pig.tools
 

Classes in org.apache.pig.tools with annotations of type InterfaceStability.Unstable
 class ToolsPigServer
          ToolsPigServer is a subclass of PigServer intended only for Pig tools.
 



Copyright © 2012 The Apache Software Foundation