| Package | Description |
|---|---|
| io.cdap.wrangler.dataset.workspace | |
| io.cdap.wrangler.store.workspace |
| Modifier and Type | Method and Description |
|---|---|
Workspace |
WorkspaceDataset.getWorkspace(NamespacedId id)
Deprecated.
Get information about the workspace.
|
void |
WorkspaceDataset.updateWorkspaceData(NamespacedId id,
DataType dataType,
byte[] data)
Deprecated.
Update the sample data for the specified workspace.
|
void |
WorkspaceDataset.updateWorkspaceProperties(NamespacedId id,
Map<String,String> properties)
Deprecated.
Update the properties of the specified workspace.
|
void |
WorkspaceDataset.updateWorkspaceRequest(NamespacedId id,
Request request)
Deprecated.
Update the directive execution request for the specified workspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceStore.deleteWorkspace(WorkspaceId workspaceId)
Delete the given workspace
|
Workspace |
WorkspaceStore.getWorkspace(WorkspaceId workspaceId)
Get the workspace about the given workspace id
|
WorkspaceDetail |
WorkspaceStore.getWorkspaceDetail(WorkspaceId workspaceId)
Get the workspace detail about the given workspace id
|
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.