Package | Description |
---|---|
org.kitesdk.data |
Provides interfaces and classes for reading and writing datasets.
|
Modifier and Type | Method and Description |
---|---|
PartitionStrategy |
PartitionStrategy.Builder.build()
Build a configured
PartitionStrategy instance. |
PartitionStrategy |
DatasetDescriptor.getPartitionStrategy()
Get the
PartitionStrategy , if this dataset is partitioned. |
Modifier and Type | Method and Description |
---|---|
DatasetDescriptor.Builder |
DatasetDescriptor.Builder.partitionStrategy(PartitionStrategy partitionStrategy)
Configure the dataset's partitioning strategy (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 . |
DatasetDescriptor(Schema schema,
URL schemaUrl,
Format format,
URI location,
Map<String,String> properties,
PartitionStrategy partitionStrategy)
Create an instance of this class with the supplied
Schema ,
optional URL, Format , optional location URL, and optional
PartitionStrategy . |
DatasetDescriptor(Schema schema,
URL schemaUrl,
Format format,
URI location,
Map<String,String> properties,
PartitionStrategy partitionStrategy,
ColumnMapping columnMapping)
Create an instance of this class with the supplied
Schema , optional
URL, Format , optional location URL, optional
PartitionStrategy , and optional ColumnMapping . |
Copyright © 2013–2015. All rights reserved.