public class DatasourceAdapter extends Object implements IMetadataEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
DatasourceAdapter.AdapterType |
PENDING_ADD_OP, PENDING_DROP_OP, PENDING_NO_OP| Constructor and Description |
|---|
DatasourceAdapter(AdapterIdentifier adapterIdentifier,
String classname,
DatasourceAdapter.AdapterType type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
addToCache(MetadataCache cache) |
Object |
dropFromCache(MetadataCache cache) |
AdapterIdentifier |
getAdapterIdentifier() |
String |
getClassname() |
DatasourceAdapter.AdapterType |
getType() |
public DatasourceAdapter(AdapterIdentifier adapterIdentifier, String classname, DatasourceAdapter.AdapterType type)
public Object addToCache(MetadataCache cache)
addToCache in interface IMetadataEntitypublic Object dropFromCache(MetadataCache cache)
dropFromCache in interface IMetadataEntitypublic AdapterIdentifier getAdapterIdentifier()
public String getClassname()
public DatasourceAdapter.AdapterType getType()
Copyright © 2016 The Apache Software Foundation. All rights reserved.