| Package | Description |
|---|---|
| org.kitesdk.data |
Provides interfaces and classes for reading and writing datasets.
|
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
CompressionType.forName(String name)
Return a
CompressionType for the compression type name specified. |
CompressionType |
DatasetDescriptor.getCompressionType()
Get the
CompressionType |
CompressionType |
Format.getDefaultCompressionType()
Get the default
CompressionType supported by this Format. |
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<CompressionType> |
Format.getSupportedCompressionTypes()
Get the
CompressionTypes supported by this Format. |
| Modifier and Type | Method and Description |
|---|---|
DatasetDescriptor.Builder |
DatasetDescriptor.Builder.compressionType(CompressionType compressionType)
Configure the dataset's compression format (optional).
|
| Constructor and Description |
|---|
DatasetDescriptor(Schema schema,
URI schemaUri,
Format format,
URI location,
Map<String,String> properties,
PartitionStrategy partitionStrategy,
ColumnMapping columnMapping,
CompressionType compressionType)
Create an instance of this class with the supplied
Schema, optional
URL, Format, optional location URL, optional
PartitionStrategy, optional ColumnMapping, and optional
CompressionType. |
Copyright © 2013–2015. All rights reserved.