Package org.wso2.carbon.data.provider
Interface ProviderConfig
-
- All Known Implementing Classes:
RDBMSDataProviderConf,SiddhiDataProviderConfig
public interface ProviderConfigProvider configuration interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetPublishingInterval()Get publishing interval.longgetPurgingInterval()Get purging interval.booleanisPaginationEnabled()Get pagination enable or disable state.booleanisPurgingEnable()Get purging enable or disable state.
-
-
-
Method Detail
-
getPublishingInterval
long getPublishingInterval()
Get publishing interval.- Returns:
- interval as long value.
-
getPurgingInterval
long getPurgingInterval()
Get purging interval.- Returns:
- interval as long value.
-
isPurgingEnable
boolean isPurgingEnable()
Get purging enable or disable state.- Returns:
- enable or disable state as boolean value.
-
isPaginationEnabled
boolean isPaginationEnabled()
Get pagination enable or disable state.- Returns:
- enable or disable state as boolean value.
-
-