- DefaultConfigurer - Class in io.cdap.delta.app
-
- DefaultConfigurer(PluginConfigurer) - Constructor for class io.cdap.delta.app.DefaultConfigurer
-
- DefaultMacroEvaluator - Class in io.cdap.delta.store
-
Evaluates macros in the app.
- DefaultMacroEvaluator(Map<String, String>, SecureStore, String) - Constructor for class io.cdap.delta.store.DefaultMacroEvaluator
-
- deleteDraft(HttpServiceRequest, HttpServiceResponder, String, String) - Method in class io.cdap.delta.app.service.AssessmentHandler
-
- deleteDraft(DraftId) - Method in class io.cdap.delta.store.DraftService
-
Delete the given draft.
- deleteDraft(DraftId) - Method in class io.cdap.delta.store.DraftStore
-
- DeltaApp - Class in io.cdap.delta.app
-
App for Delta pipelines.
- DeltaApp() - Constructor for class io.cdap.delta.app.DeltaApp
-
- DeltaContext - Class in io.cdap.delta.app
-
Context for delta plugins
- DeltaPipelineId - Class in io.cdap.delta.app
-
Uniquely identifies a delta pipeline.
- DeltaPipelineId(String, String, long) - Constructor for class io.cdap.delta.app.DeltaPipelineId
-
- DeltaWorker - Class in io.cdap.delta.app
-
Worker implementation of a Delta pipeline.
- DeltaWorkerId - Class in io.cdap.delta.app
-
Uniquely identifies a worker instance.
- DeltaWorkerId(DeltaPipelineId, int) - Constructor for class io.cdap.delta.app.DeltaWorkerId
-
- describeDraftTable(DraftId, Configurer, String, String) - Method in class io.cdap.delta.store.DraftService
-
Describe the given database table using the source from the given draft id.
- describeTable(HttpServiceRequest, HttpServiceResponder, String, String) - Method in class io.cdap.delta.app.service.AssessmentHandler
-
- Draft - Class in io.cdap.delta.store
-
A pipeline draft.
- Draft(String, String, DeltaConfig, long, long) - Constructor for class io.cdap.delta.store.Draft
-
- DraftId - Class in io.cdap.delta.store
-
Uniquely identifies a draft.
- DraftId(Namespace, String) - Constructor for class io.cdap.delta.store.DraftId
-
- DraftNotFoundException - Exception in io.cdap.delta.store
-
Thrown when a draft is not found when it is expected to be found.
- DraftNotFoundException(DraftId) - Constructor for exception io.cdap.delta.store.DraftNotFoundException
-
- DraftService - Class in io.cdap.delta.store
-
Handles logic around storage, retrieval, and assessment of drafts.
- DraftService(TransactionRunner, PropertyEvaluator) - Constructor for class io.cdap.delta.store.DraftService
-
- DraftStore - Class in io.cdap.delta.store
-
Stores pipeline drafts.
- dropTableState(String, String) - Method in class io.cdap.delta.app.DeltaContext
-