public class SiddhiDataProviderConfig extends Object implements ProviderConfig
| Constructor and Description |
|---|
SiddhiDataProviderConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage() |
int |
getPageSize() |
long |
getPublishingInterval()
Get publishing interval.
|
long |
getPurgingInterval()
Get purging interval.
|
com.google.gson.JsonElement |
getQueryData() |
String |
getSiddhiAppContext() |
String |
getTimeColumns() |
boolean |
isPaginationEnabled()
Get pagination enable or disable state.
|
boolean |
isPurgingEnable()
Get purging enable or disable state.
|
void |
setCurrentPage(int currentPage) |
void |
setPageSize(int pageSize) |
void |
setPaginationEnabled(boolean isPaginationEnabled) |
void |
setQueryData(com.google.gson.JsonElement queryData) |
void |
setSiddhiAppContext(String siddhiAppContext) |
public int getCurrentPage()
public void setCurrentPage(int currentPage)
public int getPageSize()
public void setPageSize(int pageSize)
public void setPaginationEnabled(boolean isPaginationEnabled)
public com.google.gson.JsonElement getQueryData()
public void setQueryData(com.google.gson.JsonElement queryData)
public String getSiddhiAppContext()
public void setSiddhiAppContext(String siddhiAppContext)
public long getPublishingInterval()
ProviderConfiggetPublishingInterval in interface ProviderConfigpublic long getPurgingInterval()
ProviderConfiggetPurgingInterval in interface ProviderConfigpublic boolean isPurgingEnable()
ProviderConfigisPurgingEnable in interface ProviderConfigpublic boolean isPaginationEnabled()
ProviderConfigisPaginationEnabled in interface ProviderConfigpublic String getTimeColumns()
Copyright © 2019 WSO2. All rights reserved.