Package | Description |
---|---|
org.pentaho.di.connections | |
org.pentaho.di.connections.vfs | |
org.pentaho.di.connections.vfs.provider | |
org.pentaho.di.connections.vfs.providers.other |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionProvider<T extends ConnectionDetails>
Created by bmorrise on 2/12/19.
|
Modifier and Type | Method and Description |
---|---|
<T extends ConnectionDetails> |
ConnectionManager.save(org.pentaho.metastore.api.IMetaStore metaStore,
T connectionDetails)
Save a named connection to a specific meta store
|
<T extends ConnectionDetails> |
ConnectionManager.save(org.pentaho.metastore.api.IMetaStore metaStore,
T connectionDetails,
boolean prepare)
Save a named connection to a specific meta store
|
<T extends ConnectionDetails> |
ConnectionManager.save(T connectionDetails)
Save a named connection to the default meta store
|
<T extends ConnectionDetails> |
ConnectionManager.test(T connectionDetails)
Run a test operation on the named connection
|
Modifier and Type | Method and Description |
---|---|
ConnectionDetails |
ConnectionManager.createConnectionDetails(String scheme)
Get a new connection details object by scheme/key
|
ConnectionDetails |
ConnectionManager.getConnectionDetails(org.pentaho.metastore.api.IMetaStore metaStore,
String name)
Get the named connection from a specified meta store
|
ConnectionDetails |
ConnectionManager.getConnectionDetails(org.pentaho.metastore.api.IMetaStore metaStore,
String key,
String name)
Get the named connection from a specified meta store
|
ConnectionDetails |
ConnectionManager.getConnectionDetails(String name)
Get the named connection from a specified meta store
|
ConnectionDetails |
ConnectionManager.getConnectionDetails(String key,
String name)
Get the named connection from the default meta store
|
Modifier and Type | Method and Description |
---|---|
List<? extends ConnectionDetails> |
ConnectionManager.getConnectionDetailsByScheme(String scheme)
Get all named connections by key/scheme
|
ConnectionProvider<? extends ConnectionDetails> |
ConnectionManager.getConnectionProvider(String key)
Get a connection provider from the key
|
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProviders()
Get a list of connection providers
|
List<ConnectionProvider<? extends ConnectionDetails>> |
ConnectionManager.getProvidersByType(Class<? extends ConnectionProvider> clazz)
Get a list of connection providers by type
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.addConnectionProvider(String key,
ConnectionProvider<? extends ConnectionDetails> connectionProvider)
Add a connection provider with a specific key
|
Modifier and Type | Interface and Description |
---|---|
interface |
VFSConnectionDetails
Created by bmorrise on 2/13/19.
|
Modifier and Type | Method and Description |
---|---|
static String |
ConnectionFileSystem.getUrl(org.apache.commons.vfs2.provider.AbstractFileName abstractFileName,
ConnectionDetails connectionDetails)
Creates a url for
ConnectionFileName |
Modifier and Type | Class and Description |
---|---|
class |
OtherConnectionDetails
Created by bmorrise on 2/3/19.
|
Copyright © 2020 Hitachi Vantara. All rights reserved.