Uses of Package
org.kitesdk.data

Packages that use org.kitesdk.data
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
org.kitesdk.data.spi   
org.kitesdk.data.spi.filesystem   
 

Classes in org.kitesdk.data used by org.kitesdk.data
Dataset
           A logical representation of a set of data entities.
DatasetDescriptor
           The structural definition of a Dataset.
DatasetDescriptor.Builder
          A fluent builder to aid in the construction of DatasetDescriptors.
DatasetException
           Exception thrown for dataset-related failures.
DatasetReader
           A stream-oriented dataset reader.
DatasetRepository
           A logical repository (storage system) of Datasets.
DatasetRepositoryException
           Exception thrown for dataset repository-related failures.
DatasetWriter
           A stream-oriented dataset writer.
Format
           The data format used for encoding the data in a Dataset when stored in a DatasetRepository.
Key
           A key for retrieving entities from a RandomAccessDataset.
Key.Builder
          A fluent builder to aid in the construction of Key objects.
PartitionKey
           A key for retrieving partitions from a Dataset.
PartitionStrategy
           The strategy used to determine how a dataset is partitioned.
PartitionStrategy.Builder
          A fluent builder to aid in the construction of PartitionStrategys.
RandomAccessDataset
           A Dataset that supports random access operations on entities.
RandomAccessDatasetRepository
           A logical repository (storage system) of RandomAccessDatasets.
RefinableView
          A RefinableView specifies a subset of a Dataset by one or more logical constraints.
View
          A View is a subset of a Dataset.
 

Classes in org.kitesdk.data used by org.kitesdk.data.crunch
Dataset
           A logical representation of a set of data entities.
 

Classes in org.kitesdk.data used by org.kitesdk.data.hcatalog
Dataset
           A logical representation of a set of data entities.
DatasetDescriptor
           The structural definition of a Dataset.
DatasetRepository
           A logical repository (storage system) of Datasets.
 

Classes in org.kitesdk.data used by org.kitesdk.data.spi
DatasetRepository
           A logical repository (storage system) of Datasets.
 

Classes in org.kitesdk.data used by org.kitesdk.data.spi.filesystem
DatasetRepository
           A logical repository (storage system) of Datasets.
 



Copyright © 2013–2014. All rights reserved.