Package com.github.sonus21.rqueue.dao
Interface RqueueSystemConfigDao
- All Known Implementing Classes:
RqueueSystemConfigDaoImpl
public interface RqueueSystemConfigDao
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearCacheByName(String name) findAllQConfig(Collection<String> ids) getConfigByName(String name) getConfigByName(String name, boolean cached) getConfigByNames(Collection<String> names) getQConfig(String id, boolean cached) voidsaveAllQConfig(List<QueueConfig> newConfigs) voidsaveQConfig(QueueConfig queueConfig)
-
Method Details
-
getConfigByName
-
getConfigByNames
-
getConfigByName
-
getQConfig
-
findAllQConfig
-
saveQConfig
-
saveAllQConfig
-
clearCacheByName
-