Uses of Interface
org.kitesdk.data.View

Packages that use View
org.kitesdk.data Provides interfaces and classes for reading and writing datasets. 
org.kitesdk.data.crunch Provides helper classes for working with datasets using Crunch. 
org.kitesdk.data.mapreduce Provides helper classes for working with datasets using MapReduce. 
 

Uses of View in org.kitesdk.data
 

Subinterfaces of View in org.kitesdk.data
 interface Dataset<E>
           A logical representation of a set of data entities.
 interface RandomAccessDataset<E>
           A Dataset that supports random access operations on entities.
 interface RefinableView<E>
          A RefinableView specifies a subset of a Dataset by one or more logical constraints.
 

Uses of View in org.kitesdk.data.crunch
 

Methods in org.kitesdk.data.crunch with parameters of type View
static
<E> ReadableSource<E>
CrunchDatasets.asSource(View<E> view, Class<E> type)
          Expose the given View as a Crunch ReadableSource.
static
<E> Target
CrunchDatasets.asTarget(View<E> view)
          Expose the given View as a Crunch Target.
 

Uses of View in org.kitesdk.data.mapreduce
 

Methods in org.kitesdk.data.mapreduce with parameters of type View
static
<E> void
DatasetKeyOutputFormat.setView(Configuration conf, View<E> view)
           
static
<E> void
DatasetKeyInputFormat.setView(Configuration conf, View<E> view)
           
static
<E> void
DatasetKeyOutputFormat.setView(Job job, View<E> view)
           
static
<E> void
DatasetKeyInputFormat.setView(Job job, View<E> view)
           
 



Copyright © 2013–2014. All rights reserved.