Uses of Interface
org.apache.pig.Slice

Packages that use Slice
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.hbase   
 

Uses of Slice in org.apache.pig
 

Methods in org.apache.pig that return Slice
 Slice[] Slicer.slice(DataStorage store, String location)
          Creates slices of data from store at location.
 

Uses of Slice in org.apache.pig.backend.executionengine
 

Classes in org.apache.pig.backend.executionengine that implement Slice
 class PigSlice
          Slice that loads data using a LoadFunc.
 

Methods in org.apache.pig.backend.executionengine that return Slice
 Slice[] PigSlicer.slice(DataStorage store, String location)
           
 

Uses of Slice in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return Slice
 Slice SliceWrapper.getWrapped()
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type Slice
SliceWrapper(Slice slice, ExecType execType, int index, org.apache.hadoop.fs.FileSystem fs, ArrayList<OperatorKey> targetOps)
           
 

Uses of Slice in org.apache.pig.backend.hadoop.hbase
 

Classes in org.apache.pig.backend.hadoop.hbase that implement Slice
 class HBaseSlice
          HBase Slice to load a portion of range of a table.
 

Methods in org.apache.pig.backend.hadoop.hbase that return Slice
 Slice[] HBaseStorage.slice(DataStorage store, String tablename)
           
 



Copyright © ${year} The Apache Software Foundation