| Package | Description |
|---|---|
| io.cdap.wrangler.proto | |
| io.cdap.wrangler.proto.connection | |
| io.cdap.wrangler.proto.schema |
| Constructor and Description |
|---|
NamespacedId(NamespacedId other) |
| Modifier and Type | Method and Description |
|---|---|
static Connection.Builder |
Connection.builder(NamespacedId id) |
static Connection.Builder |
Connection.builder(NamespacedId id,
ConnectionMeta meta) |
| Constructor and Description |
|---|
Builder(NamespacedId id) |
Connection(NamespacedId id,
ConnectionType type,
String name,
String description,
long created,
long updated,
Map<String,String> properties) |
Connection(NamespacedId id,
ConnectionType type,
String name,
String description,
long created,
long updated,
Map<String,String> properties,
boolean preconfigured) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaEntry
Schema Entry.
|
class |
SchemaEntryVersion
A schema ID and entry version.
|
| Modifier and Type | Method and Description |
|---|---|
NamespacedId |
DataModelSchemaEntry.getNamespacedId() |
| Constructor and Description |
|---|
DataModelSchemaEntry(NamespacedId namespacedId,
String displayName,
String description,
Long revision) |
SchemaEntry(NamespacedId id,
String name,
String description,
SchemaDescriptorType type,
Set<Long> versions,
byte[] specification,
Long current) |
SchemaEntryVersion(NamespacedId id,
long version) |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.