| Package | Description |
|---|---|
| org.wso2.carbon.data.provider | |
| org.wso2.carbon.data.provider.rdbms | |
| org.wso2.carbon.data.provider.siddhi | |
| org.wso2.carbon.data.provider.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataProvider
Abstract data provider class.
|
| Modifier and Type | Method and Description |
|---|---|
DataProvider |
DataProvider.init(String topic,
String sessionId,
com.google.gson.JsonElement jsonElement)
Initialize the instance with the session id.
|
DataProvider |
AbstractDataProvider.init(String topic,
String sessionId,
ProviderConfig providerConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataProviderAPI.setCarbonTransport(DataProvider dataProvider) |
protected void |
DataProviderAPI.unsetCarbonTransport(DataProvider dataProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRDBMSDataProvider
RDBMS data provider abstract class.
|
class |
RDBMSBatchDataProvider
RDBMS batch data provider instance.
|
class |
RDBMSStreamingDataProvider
RDBMS streaming data provider instance.
|
| Modifier and Type | Method and Description |
|---|---|
DataProvider |
AbstractRDBMSDataProvider.init(String topic,
String sessionId,
com.google.gson.JsonElement jsonElement) |
| Modifier and Type | Class and Description |
|---|---|
class |
SiddhiProvider |
| Modifier and Type | Method and Description |
|---|---|
DataProvider |
SiddhiProvider.init(String topic,
String sessionId,
com.google.gson.JsonElement jsonElement) |
| Modifier and Type | Method and Description |
|---|---|
DataProvider |
DataProviderValueHolder.getDataProvider(String providerName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataProvider> |
DataProviderValueHolder.getTopicDataProviderMap(String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataProviderValueHolder.addDataProviderToSessionMap(String sessionId,
String topic,
DataProvider dataProvider) |
void |
DataProviderValueHolder.setDataProvider(String providerName,
DataProvider dataProvider) |
Copyright © 2018 WSO2. All rights reserved.