|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CrunchDatasets.asSource(View<E> view,
Class<E> type)
Expose the given View as a Crunch ReadableSource. |
|
static
|
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
|
DatasetKeyOutputFormat.setView(Configuration conf,
View<E> view)
|
|
static
|
DatasetKeyInputFormat.setView(Configuration conf,
View<E> view)
|
|
static
|
DatasetKeyOutputFormat.setView(Job job,
View<E> view)
|
|
static
|
DatasetKeyInputFormat.setView(Job job,
View<E> view)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||