Package | Description |
---|---|
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.
|
org.kitesdk.tools |
Class and Description |
---|
ColumnMapping
A descriptor for an entity's column mappings, which defines how an entity
maps to a columnar store.
|
ColumnMapping.Builder
A fluent builder to aid in constructing a
ColumnMapping . |
CompressionType
Contains constant definitions for the standard compression types we support.
|
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
DatasetDescriptor s. |
DatasetException
Exception thrown for dataset-related failures.
|
DatasetReader
A stream-oriented dataset reader.
|
DatasetWriter
A stream-oriented dataset writer.
|
FieldMapping
Represents how to store a Schema field.
|
FieldMapping.MappingType
The supported Mapping Types, which control how an entity field maps to
columns in an HBase table.
|
Format
The data format used for encoding the data in a
Dataset . |
Key
A key for retrieving entities from a
RandomAccessDataset . |
Key.Builder
A fluent builder to aid in the construction of
Key objects. |
PartitionStrategy
The strategy used to determine how a dataset is partitioned.
|
PartitionStrategy.Builder
A fluent builder to aid in the construction of
PartitionStrategy s. |
RandomAccessDataset
A
Dataset that supports random access operations on entities. |
RefinableView
A
RefinableView specifies a subset of a Dataset by one or
more logical constraints. |
URIBuilder
Builds dataset and view URIs
|
ValidationException
Exception thrown to indicate that there was a problem
parsing or validating a schema, partition strategy, or column mapping.
|
View
A
View is a subset of a Dataset . |
Class and Description |
---|
Dataset
A logical representation of a set of data entities.
|
View
A
View is a subset of a Dataset . |
Class and Description |
---|
View
A
View is a subset of a Dataset . |
Class and Description |
---|
View
A
View is a subset of a Dataset . |
Copyright © 2013–2015. All rights reserved.