Interface | Description |
---|---|
EdpJobProgressInfo |
Top-level interface for workflow monitors that need to read common status fields related to an EDP Job.
|
EdpJobProgressInfo.EdpJobStatus |
Groups together all the concrete EDP job status enums
|
Class | Description |
---|---|
ApplyToSampleProgressInfo |
Tracks the progress of the EDP "commit" (aka AppleTransformToDataSet) workflow.
|
BaseEdpJobProgressInfo |
The base class for all concrete EDP Job progress info types.
|
CopyCollectionRunnable |
Wraps the synchronous call to
EdpClient.invokeCopyCollection(EdpJobInvocationConfig, CopyCollectionConfig) in an asynchronous
DPInvocationRunnable . |
CopyCollectionStatus |
A value object intended to be persisted to the database to store information about a project's "private" collection copy used for transform
commit.
|
CurateDataSetProgressInfo |
Tracks the progress of the EDP "load full data set" (aka CreateCuratedDataSet) workflow.
|
CurateDataSetRunnable |
Invokes the EDP "curate data set" workflow, which corresponds to the Load Full Data set action in Studio's Data Set manager.
|
DataProcessingUtils | |
DataProcessingUtils.LockAcquired |
This class is to store the lock acquiring states:
- allLocksAcquired: all the locks have been acquired
- primaryLockAcquired: the lock to the primary dataset has been acquired
- joinDataSetLocksAquired: the locks to the join datasets in the existing transforms have been acquired
|
DatasetReloadStatus |
Value object stored in the database (and potentially sent to client browser via JSON) that indicates when a data set has been reloaded.
|
EdpClientUtil | |
JdbcTotalSizeRunnable |
Wraps the synchronous call to
EdpClient.invokeCopyCollection(EdpJobInvocationConfig, CopyCollectionConfig) in an asynchronous
DPInvocationRunnable . |
RefreshRunnable | |
TransformDataSetRunnable |
Invokes the EDP "apply transform to data set" workflow, which corresponds to the "Commit" action in Studio's Transform workflow.
|
TransformDataSourceRunnable |
Invokes the EDP "apply transform to data source" workflow, which corresponds to the "Create data set" action in Studio's Transform workflow.
|
UploadRunnable |
Exception | Description |
---|---|
WranglerException |
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.