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.filesystem Provides a dataset implementation for Hadoop filesystems, like HDFS. 
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 MetadataProvider.create(String name, DatasetDescriptor descriptor)
          Create a DatasetDescriptor for the dataset named name.
 DatasetDescriptor Dataset.getDescriptor()
          Get the DatasetDescriptor associated with this dataset.
 DatasetDescriptor MetadataProvider.load(String name)
          Load the dataset descriptor for the dataset name.
 DatasetDescriptor MetadataProvider.update(String name, DatasetDescriptor descriptor)
          Update a DatasetDescriptor for the dataset named name.
 

Methods in org.kitesdk.data with parameters of type DatasetDescriptor
 DatasetDescriptor MetadataProvider.create(String name, DatasetDescriptor descriptor)
          Create a DatasetDescriptor for the dataset named name.
<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.
 DatasetDescriptor MetadataProvider.update(String name, DatasetDescriptor descriptor)
          Update a DatasetDescriptor for the dataset named name.
<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.
 

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.filesystem
 

Methods in org.kitesdk.data.filesystem that return DatasetDescriptor
 DatasetDescriptor FileSystemMetadataProvider.create(String name, DatasetDescriptor descriptor)
           
 DatasetDescriptor FileSystemMetadataProvider.load(String name)
           
 DatasetDescriptor FileSystemMetadataProvider.update(String name, DatasetDescriptor descriptor)
           
 

Methods in org.kitesdk.data.filesystem with parameters of type DatasetDescriptor
 DatasetDescriptor FileSystemMetadataProvider.create(String name, DatasetDescriptor descriptor)
           
<E> Dataset<E>
FileSystemDatasetRepository.create(String name, DatasetDescriptor descriptor)
           
 DatasetDescriptor FileSystemMetadataProvider.update(String name, DatasetDescriptor descriptor)
           
<E> Dataset<E>
FileSystemDatasetRepository.update(String name, DatasetDescriptor descriptor)
           
 

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)
           
<E> Dataset<E>
HCatalogDatasetRepository.update(String name, DatasetDescriptor descriptor)
           
 



Copyright © 2013–2014. All rights reserved.