Uses of Class
org.kitesdk.data.DatasetDescriptor

Packages that use DatasetDescriptor
org.kitesdk.data Provides interfaces and classes for reading and writing datasets. 
org.kitesdk.data.hcatalog Provides a dataset implementation that uses the Hive/HCatalog metastore for metadata, and stores data in a Hadoop FileSystem
 

Uses of DatasetDescriptor in org.kitesdk.data
 

Methods in org.kitesdk.data that return DatasetDescriptor
 DatasetDescriptor DatasetDescriptor.Builder.build()
          Build an instance of the configured dataset descriptor.
 DatasetDescriptor Dataset.getDescriptor()
          Get the DatasetDescriptor associated with this dataset.
 

Methods in org.kitesdk.data with parameters of type DatasetDescriptor
<E> RandomAccessDataset<E>
RandomAccessDatasetRepository.create(String name, DatasetDescriptor descriptor)
           
<E> Dataset<E>
DatasetRepository.create(String name, DatasetDescriptor descriptor)
          Create a Dataset with the supplied descriptor.
static
<V extends View<GenericRecord>>
V
Datasets.create(String uri, DatasetDescriptor descriptor)
          Create a Dataset for the given dataset or view URI string.
<E> RandomAccessDataset<E>
RandomAccessDatasetRepository.create(String name, DatasetDescriptor descriptor, Class<E> type)
           
<E> Dataset<E>
DatasetRepository.create(String name, DatasetDescriptor descriptor, Class<E> type)
          Create a Dataset with the supplied descriptor.
static
<E,V extends View<E>>
V
Datasets.create(String uri, DatasetDescriptor descriptor, Class<E> type)
          Create a Dataset for the given dataset or view URI string.
static
<V extends View<GenericRecord>>
V
Datasets.create(URI uri, DatasetDescriptor descriptor)
          Create a Dataset for the given dataset or view URI.
static
<E,V extends View<E>>
V
Datasets.create(URI uri, DatasetDescriptor descriptor, Class<E> type)
          Create a Dataset for the given dataset or view URI.
static
<D extends Dataset<GenericRecord>>
D
Datasets.update(String uri, DatasetDescriptor descriptor)
          Update a Dataset for the given dataset or view URI string.
<E> RandomAccessDataset<E>
RandomAccessDatasetRepository.update(String name, DatasetDescriptor descriptor)
           
<E> Dataset<E>
DatasetRepository.update(String name, DatasetDescriptor descriptor)
          Update an existing Dataset to reflect the supplied descriptor.
<E> RandomAccessDataset<E>
RandomAccessDatasetRepository.update(String name, DatasetDescriptor descriptor, Class<E> type)
           
<E> Dataset<E>
DatasetRepository.update(String name, DatasetDescriptor descriptor, Class<E> type)
          Update an existing Dataset to reflect the supplied descriptor.
static
<E,D extends Dataset<E>>
D
Datasets.update(String uri, DatasetDescriptor descriptor, Class<E> type)
          Update a Dataset for the given dataset or view URI string.
static
<D extends Dataset<GenericRecord>>
D
Datasets.update(URI uri, DatasetDescriptor descriptor)
          Update a Dataset for the given dataset or view URI.
static
<E,D extends Dataset<E>>
D
Datasets.update(URI uri, DatasetDescriptor descriptor, Class<E> type)
          Update a Dataset for the given dataset or view URI.
 

Constructors in org.kitesdk.data with parameters of type DatasetDescriptor
DatasetDescriptor.Builder(DatasetDescriptor descriptor)
          Creates a Builder configured to copy descriptor, if it is not modified.
 

Uses of DatasetDescriptor in org.kitesdk.data.hcatalog
 

Methods in org.kitesdk.data.hcatalog with parameters of type DatasetDescriptor
<E> Dataset<E>
HCatalogDatasetRepository.create(String name, DatasetDescriptor descriptor)
           
 



Copyright © 2013–2014. All rights reserved.