Package | Description |
---|---|
org.kitesdk.data |
Provides interfaces and classes for reading and writing datasets.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentSchemaModificationException
Exception thrown when a schema modification collides with
another client trying to modify the schema of the same
dataset.
|
class |
DatasetExistsException
Exception thrown when trying to create a dataset that already exists.
|
class |
DatasetIOException
Exception thrown for dataset IO-related failures.
|
class |
DatasetNotFoundException
Exception thrown to indicate that a dataset was not found.
|
class |
DatasetOperationException
DatasetException thrown when an implementation-specific step fails
and prevents a dataset operation from completing successfully. |
class |
DatasetRecordException
A DatasetException that signals that an individual record has failed.
|
class |
IncompatibleSchemaException
Exception thrown when a schema update is not compatible
with the previous schema (or schemas) or with existing
datasets (if shared storage is used, for example).
|
class |
SchemaNotFoundException
Exception thrown to indicate that there is a problem
finding a particular version of a schema.
|
class |
SerializationException
Exception thrown when an object cannot be serialized to,
or deserialized from, its binary representation.
|
class |
TypeNotFoundException
Exception thrown to indicate that there is a problem
finding a given type.
|
class |
UnknownFormatException
Exception thrown when a Dataset is in an unknown format.
|
class |
ValidationException
Exception thrown to indicate that there was a problem
parsing or validating a schema, partition strategy, or column mapping.
|
Copyright © 2013–2015. All rights reserved.