| Package | Description |
|---|---|
| org.kitesdk.data |
Provides interfaces and classes for reading and writing datasets.
|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetWriter<E> |
PartitionView.newWriter()
Get an appropriate
DatasetWriter implementation based on the
constraints for this View of the underlying Dataset. |
DatasetWriter<E> |
View.newWriter()
Get an appropriate
DatasetWriter implementation based on this
View of the underlying Dataset implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatasetWriter<E>
A common DatasetWriter base class to simplify implementations.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetWriter<E> |
AbstractDataset.newWriter() |
Copyright © 2013–2015. All rights reserved.