|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dataset | |
---|---|
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.hcatalog | Provides a dataset implementation that uses the Hive/HCatalog metastore for metadata,
and stores data in a Hadoop FileSystem . |
Uses of Dataset in org.kitesdk.data |
---|
Subinterfaces of Dataset in org.kitesdk.data | |
---|---|
interface |
RandomAccessDataset<E>
A Dataset that supports random access operations on entities. |
Methods in org.kitesdk.data with type parameters of type Dataset | ||
---|---|---|
static
|
Datasets.update(String uri,
DatasetDescriptor descriptor)
Create a Dataset for the given dataset or view URI string. |
|
static
|
Datasets.update(URI uri,
DatasetDescriptor descriptor)
Create a Dataset for the given dataset or view URI. |
Methods in org.kitesdk.data that return Dataset | ||
---|---|---|
|
DatasetRepository.create(String name,
DatasetDescriptor descriptor)
Create a Dataset with the supplied descriptor . |
|
Dataset<E> |
View.getDataset()
Returns the underlying Dataset for the
View . |
|
Dataset<E> |
Dataset.getPartition(PartitionKey key,
boolean autoCreate)
Get a partition for a PartitionKey , optionally creating the
partition if it doesn't already exist. |
|
|
DatasetRepository.load(String name)
Get the latest version of a named Dataset . |
|
|
DatasetRepository.update(String name,
DatasetDescriptor descriptor)
Update an existing Dataset to reflect the supplied
descriptor . |
Methods in org.kitesdk.data that return types with arguments of type Dataset | |
---|---|
Iterable<Dataset<E>> |
Dataset.getPartitions()
Return partitions, if this dataset is partitioned. |
Uses of Dataset in org.kitesdk.data.crunch |
---|
Methods in org.kitesdk.data.crunch with parameters of type Dataset | ||
---|---|---|
static
|
CrunchDatasets.asSource(Dataset<E> dataset,
Class<E> type)
Deprecated. will be removed in 0.16.0; use CrunchDatasets.asSource(View, Class) |
|
static
|
CrunchDatasets.asTarget(Dataset<E> dataset)
Deprecated. will be removed in 0.16.0; use CrunchDatasets.asTarget(View) |
Uses of Dataset in org.kitesdk.data.hcatalog |
---|
Methods in org.kitesdk.data.hcatalog that return Dataset | ||
---|---|---|
|
HCatalogDatasetRepository.create(String name,
DatasetDescriptor descriptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |