| Interface | Description |
|---|---|
| DatasetClassLoaderProvider |
Gets
ClassLoaders for different DatasetModuleMeta. |
| Class | Description |
|---|---|
| ConstantClassLoaderProvider |
Simply returns the same
ClassLoader for every dataset module. |
| DatasetTypeManager |
Manages dataset types and modules metadata
|
| DirectoryClassLoaderProvider |
Creates a
ClassLoader for a DatasetModuleMeta by unpacking the dataset jar and creating a
DirectoryClassLoader over the unpacked jar. |
| Exception | Description |
|---|---|
| DatasetModuleConflictException |
Thrown when operation on the dataset types cannot be performed due to conflict with
other existing dataset modules in the system
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.