| Package | Description |
|---|---|
| io.cdap.wrangler.proto.connection |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionType |
ConnectionMeta.type |
protected ConnectionType |
ConnectionMeta.Builder.type |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
ConnectionMeta.getType() |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ConnectionMeta.Builder.setType(ConnectionType type) |
| Constructor and Description |
|---|
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) |
ConnectionMeta(ConnectionType type,
String name,
String description,
Map<String,String> properties) |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.