public interface IRouterService extends IService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAvailableBatchAlgorithms()
Get a list of available batch algorithms that can be used for the different channels
|
java.util.List<DataGap> |
getDataGaps() |
java.util.Map<java.lang.String,IDataRouter> |
getRouters() |
long |
getUnroutedDataCount() |
long |
routeData(boolean force) |
boolean |
shouldDataBeRouted(SimpleRouterContext context,
DataMetaData dataMetaData,
Node node,
boolean initialLoad,
boolean initialLoadSelectUsed,
TriggerRouter triggerRouter) |
void |
stop() |
getSql, synchronizelong routeData(boolean force)
long getUnroutedDataCount()
boolean shouldDataBeRouted(SimpleRouterContext context, DataMetaData dataMetaData, Node node, boolean initialLoad, boolean initialLoadSelectUsed, TriggerRouter triggerRouter)
java.util.List<java.lang.String> getAvailableBatchAlgorithms()
java.util.Map<java.lang.String,IDataRouter> getRouters()
java.util.List<DataGap> getDataGaps()
void stop()