| Package | Description |
|---|---|
| io.cdap.delta.store |
| Modifier and Type | Method and Description |
|---|---|
Draft |
DraftService.getDraft(DraftId draftId)
Get the draft for the given id, or throw an exception if it does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Draft> |
DraftStore.getDraft(DraftId id) |
List<Draft> |
DraftService.listDrafts(Namespace namespace)
List all drafts in the given namespace.
|
List<Draft> |
DraftStore.listDrafts(Namespace namespace) |
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.