Uses of Interface
br.pucrio.tecgraf.soma.logsmonitor.monitor.ResourceMonitorEvent
-
-
Uses of ResourceMonitorEvent in br.pucrio.tecgraf.soma.job.log.monitor.event
Classes in br.pucrio.tecgraf.soma.job.log.monitor.event that implement ResourceMonitorEvent Modifier and Type Class Description classFileChunkEvent -
Uses of ResourceMonitorEvent in br.pucrio.tecgraf.soma.job.log.monitor.impl
Methods in br.pucrio.tecgraf.soma.job.log.monitor.impl that return types with arguments of type ResourceMonitorEvent Modifier and Type Method Description List<ResourceMonitorEvent>JobLogMonitor. getEvents(String filePath, Long startSeqnum, Long endSeqnum)Method parameters in br.pucrio.tecgraf.soma.job.log.monitor.impl with type arguments of type ResourceMonitorEvent Modifier and Type Method Description voidJobLogMonitor. addListener(String filePath, ResourceMonitorListener<ResourceMonitorEvent> listener, Map<String,Object> args)voidJobLogMonitor. removeListener(String filePath, ResourceMonitorListener<ResourceMonitorEvent> listener) -
Uses of ResourceMonitorEvent in br.pucrio.tecgraf.soma.logsmonitor.flow
Methods in br.pucrio.tecgraf.soma.logsmonitor.flow that return types with arguments of type ResourceMonitorEvent Modifier and Type Method Description ResourceMonitorListener<ResourceMonitorEvent>TopicPublisher. getListener()Methods in br.pucrio.tecgraf.soma.logsmonitor.flow with parameters of type ResourceMonitorEvent Modifier and Type Method Description voidTopicSubscriber. onNext(ResourceMonitorEvent event)Callback para notificar mudança no recurso monitorado. -
Uses of ResourceMonitorEvent in br.pucrio.tecgraf.soma.logsmonitor.model.mapper
Methods in br.pucrio.tecgraf.soma.logsmonitor.model.mapper with parameters of type ResourceMonitorEvent Modifier and Type Method Description TopicEventJobLogsTopicEventMapper. map(ResourceMonitorEvent sourceEvent, Topic topic)TopicEventTopicEventMapper. map(ResourceMonitorEvent sourceEvent, Topic topic) -
Uses of ResourceMonitorEvent in br.pucrio.tecgraf.soma.logsmonitor.monitor
Classes in br.pucrio.tecgraf.soma.logsmonitor.monitor with type parameters of type ResourceMonitorEvent Modifier and Type Interface Description interfaceResourceMonitorListener<T extends ResourceMonitorEvent>Methods in br.pucrio.tecgraf.soma.logsmonitor.monitor that return types with arguments of type ResourceMonitorEvent Modifier and Type Method Description List<ResourceMonitorEvent>ResourceMonitor. getEvents(String resourceId, Long startSeqnum, Long endSeqnum)Methods in br.pucrio.tecgraf.soma.logsmonitor.monitor with parameters of type ResourceMonitorEvent Modifier and Type Method Description voidResourceMonitorListener. onNext(ResourceMonitorEvent data)Method parameters in br.pucrio.tecgraf.soma.logsmonitor.monitor with type arguments of type ResourceMonitorEvent Modifier and Type Method Description voidResourceMonitor. addListener(String resourceId, ResourceMonitorListener<ResourceMonitorEvent> listener, Map<String,Object> args)voidResourceMonitor. removeListener(String resourceId, ResourceMonitorListener<ResourceMonitorEvent> listener) -
Uses of ResourceMonitorEvent in br.pucrio.tecgraf.soma.logsmonitor.service
Methods in br.pucrio.tecgraf.soma.logsmonitor.service that return types with arguments of type ResourceMonitorEvent Modifier and Type Method Description List<ResourceMonitorEvent>JobLogsTopicService. getEvents(Topic topic, Long startSeqnum, Long endSeqnum)List<ResourceMonitorEvent>TopicService. getEvents(Topic topic, Long startSeqnum, Long endSeqnum)
-