See: Description
| Interface | Description |
|---|---|
| DatasetDefinitionRegistryFactory |
Builds
DatasetDefinitionRegistry. |
| DatasetFramework |
Provides access to the Datasets System.
|
| DatasetNamespace |
Performs namespacing for datasets.
|
| Class | Description |
|---|---|
| DefaultDatasetDefinitionRegistry |
this is a hack for initializing system-level datasets for now
|
| DynamicDatasetCache |
Implementation of
DatasetContext that allows to dynamically load datasets
into a started TransactionContext. |
| DynamicDatasetCache.DatasetCacheKey |
A key used by implementations of
DynamicDatasetCache to cache Datasets. |
| InMemoryDatasetDefinitionRegistry |
Simple implementation of
DatasetDefinitionRegistry that keeps state in memory. |
| InMemoryDatasetFramework |
A simple implementation of
DatasetFramework that keeps its state in
memory |
| InMemoryNamespaceStore |
In-memory implementation of
NamespaceStore used in test cases. |
| MultiThreadDatasetCache |
Implementation of
DynamicDatasetCache that performs all operations on a per-thread basis. |
| SingleThreadDatasetCache |
Implementation of
DatasetContext that allows to dynamically load datasets
into a started TransactionContext. |
| SingleTypeModule |
Wraps implementation of
Dataset into a DatasetModule. |
| StaticDatasetFramework |
In memory
DatasetFramework implementation that has fixed set of DatasetModules. |
| Exception | Description |
|---|---|
| DatasetManagementException |
Thrown when there's an error during dataset modules, types or instances management exception
|
| InstanceConflictException |
Thrown when operation conflicts with existing dataset instances available in the system.
|
| ModuleConflictException |
Thrown when operation conflicts with existing
DatasetModules
in the system. |
| TypeConflictException |
Thrown when operation conflicts with existing data set types in the system.
|
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.