| Package | Description |
|---|---|
| io.cdap.wrangler.dataset.workspace |
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
WorkspaceMeta.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromString(String text)
Converts the string representation of type into a
DataType. |
DataType |
WorkspaceMeta.getType() |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WorkspaceMeta.Builder.setType(DataType type) |
void |
WorkspaceDataset.updateWorkspaceData(NamespacedId id,
DataType dataType,
byte[] data)
Deprecated.
Update the sample data for the specified workspace.
|
| Constructor and Description |
|---|
WorkspaceMeta(String name,
String scope,
DataType type,
Map<String,String> properties) |
Copyright © 2024 CDAP Licensed under the Apache License, Version 2.0.