Search in sources :

Example 1 with IslLatencyService

use of org.openkilda.wfm.topology.isllatency.service.IslLatencyService in project open-kilda by telstra.

the class IslLatencyBolt method init.

@Override
protected void init() {
    TransactionManager transactionManager = persistenceManager.getTransactionManager();
    RepositoryFactory repositoryFactory = persistenceManager.getRepositoryFactory();
    islLatencyService = new IslLatencyService(transactionManager, repositoryFactory, latencyUpdateInterval, latencyUpdateTimeRange);
}
Also used : TransactionManager(org.openkilda.persistence.tx.TransactionManager) IslLatencyService(org.openkilda.wfm.topology.isllatency.service.IslLatencyService) RepositoryFactory(org.openkilda.persistence.repositories.RepositoryFactory)

Aggregations

RepositoryFactory (org.openkilda.persistence.repositories.RepositoryFactory)1 TransactionManager (org.openkilda.persistence.tx.TransactionManager)1 IslLatencyService (org.openkilda.wfm.topology.isllatency.service.IslLatencyService)1