See: Description
| Interface | Description |
|---|---|
| DatasetRepository |
A logical repository (storage system) of
Datasets. |
| InitializeAccessor | |
| InputFormatAccessor<E> |
This interface is for datasets or views that can provide a MapReduce InputFormat.
|
| LastModifiedAccessor |
This interface is for classes that can report the last modified time of the entity that
they represent.
|
| Loadable |
This interface is used to load classes via a
ServiceLoader. |
| Mergeable<T> |
This interface is for classes that can merge updates into themselves in some
(undefined) way.
|
| MetadataProvider |
A service provider interface for metadata system plugins.
|
| OptionBuilder<T> |
This interface defines methods that allow instances of some type, T, to be
created from a set of options.
|
| PartitionedDataset<E> | |
| PartitionListener |
Callback interface for metadata providers to listen for a new partition being added
so they can act on it (e.g.
|
| Replaceable<T> |
This interface is for classes that can replace parts of themselves in some
(undefined) way.
|
| SizeAccessor |
This interface is for classes that can report the storage size of the entity that
they represent.
|
| TemporaryDatasetRepository |
A
DatasetRepository that can be discarded when no longer needed. |
| TemporaryDatasetRepositoryAccessor |
| Class | Description |
|---|---|
| AbstractDataset<E> |
A common Dataset base class to simplify implementations.
|
| AbstractDatasetReader<E> |
A common DatasetReader base class to simplify implementations.
|
| AbstractDatasetRepository |
A common DatasetRepository base class to simplify implementation.
|
| AbstractDatasetWriter<E> |
A common DatasetWriter base class to simplify implementations.
|
| AbstractKeyRecordReaderWrapper<E,K,V> |
A wrapper class for converting a
RecordReader<K, V> to a
RecordReader<E, Void>. |
| AbstractMetadataProvider |
A common DatasetRepository base class to simplify implementation.
|
| AbstractRefinableView<E> |
A common View base class to simplify implementations of Views created from ranges.
|
| CharSequences | |
| CharSequences.ImmutableCharSequenceSet | |
| ColumnMappingParser |
Parser for
ColumnMapping. |
| Compatibility |
Methods for checking compatibility.
|
| Constraints |
A set of simultaneous constraints.
|
| Constraints.KeyPredicate |
A
Predicate for testing a StorageKey against a set of
predicates. |
| Conversions |
Static helper methods for converting between types.
|
| DataModelUtil |
Utilities for determining the appropriate data model at runtime.
|
| DatasetRepositories | |
| DefaultConfiguration |
Manages a default Hadoop
Configuration. |
| DescriptorUtil | |
| EntityAccessor<E> | |
| FieldPartitioner<S,T> |
Partitions values for a named field.
|
| FilteredRecordReader<E> | |
| HadoopFileSystemURLStreamHandler |
A
URLStreamHandler for handling Hadoop filesystem URLs,
most commonly those with the hdfs scheme. |
| JsonUtil | |
| JsonUtil.JsonTreeVisitor<T> | |
| Marker |
A
Marker is a bookmark in the partition space, which is the space of
each possible partition in a PartitionStrategy. |
| Marker.Builder |
A fluent builder for creating Marker instances.
|
| MarkerComparator |
Comparison methods for
Marker objects with respect to a
PartitionStrategy. |
| MarkerRange |
Represents a range of concrete partitions.
|
| MarkerRange.Boundary |
Represents the boundary of a range, either inclusive or exclusive.
|
| MarkerRange.Boundary.LeftComparator | |
| MarkerRange.Boundary.RightComparator | |
| MarkerRange.Builder | |
| Pair<K,V> | |
| PartitionKey |
A key for retrieving partitions from a
Dataset. |
| PartitionStrategyParser |
Parses a PartitionStrategy from JSON representation.
|
| Registration | |
| Schemas | |
| SchemaUtil | |
| SchemaUtil.SchemaVisitor<T> | |
| SchemaValidationUtil | |
| StorageKey |
A StorageKey is a complete set of values for a PartitionStrategy.
|
| StorageKey.Builder |
A fluent
Builder for creating a StorageKey. |
| TimeDomain | |
| URIPattern |
Defines a URI pattern that can be used to parse and match other URIs.
|
| Enum | Description |
|---|---|
| ReaderWriterState |
An enum representing the state of a
DatasetReader or
DatasetWriter. |
Copyright © 2013–2015. All rights reserved.