Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractSyncProvider
-
-
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync
Methods in org.neotropic.kuwaiba.modules.commercial.sync that return types with arguments of type AbstractSyncProvider Modifier and Type Method Description List<AbstractSyncProvider>
SynchronizationService. getAllProviders(String nameFilter)
get all provider register in serviceHashMap<String,AbstractSyncProvider>
ProviderRegistry. getProviders()
Methods in org.neotropic.kuwaiba.modules.commercial.sync with parameters of type AbstractSyncProvider Modifier and Type Method Description CompletableFuture<List<SyncResult>>
JobService. createAsyncActionsJob(PollResult pollResult, AbstractSyncProvider syncProvider, int totalElements, int currentElement)
Asynchronous thread to obtain the results of the previous data collection process.CompletableFuture<PollResult>
JobService. createAsyncFetchJob(AbstractSyncProvider syncProvider, SyncDataSourceConfiguration dataSourceConfiguration)
Async thread to fetch data using a data source configurationCompletableFuture<List<SyncResult>>
JobService. createJob(AbstractSyncProvider syncProvider, List<SyncDataSourceConfiguration> datasources)
Create a thread to execute a result capture to be sent to the user in a dialog.void
ProviderRegistry. registerProvider(AbstractSyncProvider provider)
-
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.components
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type AbstractSyncProvider Constructor Description AsyncAnalizeDataJob(PollResult pollResult, AbstractSyncProvider syncProvider, LoggingService log)
AsyncFetchDataJob(AbstractSyncProvider syncProvider, SyncDataSourceConfiguration dataSourceConfiguration, LoggingService log)
-
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp
Subclasses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp Modifier and Type Class Description class
BgpSyncProvider
This provider sync the BGP info from routers -
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip
Subclasses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip Modifier and Type Class Description class
IPAddressesSyncProvider
This provider finds IP address and relates them to physical interfaces, organizing them in subnets -
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Subclasses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference Modifier and Type Class Description class
ReferenceSnmpSyncProvider
Synchronization provider to SNMP agents This class implement the logic to connect with a group of SNMP agents to retrieve the data and compare the differences with the management objects -
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan
Subclasses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan Modifier and Type Class Description class
SnmpCiscoVlansSyncProvider
-
Uses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
Subclasses of AbstractSyncProvider in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi Modifier and Type Class Description class
BridgeDomainSyncProvider
This provider connects to Cisco routers via SSH, retrieves the bridge domain configuration, and creates/updates the relationships between the bridge domains and the logical/physicalclass
DumbSyncProvider
This provider connects to Cisco routers via SSH, retrieves the bridge domain configuration, and creates/updates the relationships between the bridge domains and the logical/physical
-