public interface ILogsInfo
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAlgorithms() |
Set<String> |
getApplications() |
List<String[]> |
getApplicationsTable() |
Date |
getEndDate() |
Map<String,Integer> |
getExecutionsByAlgorithm(List<String> filterAlgorithms)
Consulta um mapa com o número total de execuções por algoritmos (chave).
|
Map<String,Integer> |
getExecutionsByUser(List<String> filterAlgorithms)
Consulta um mapa com o número total de execuções por usuários (chave).
|
List<String[]> |
getExecutionsTable() |
Map<String,Integer> |
getLoginsByUser()
Consulta um mapa com o número total de execuções por usuário (chave).
|
List<String[]> |
getLoginTable() |
Date |
getStartDate() |
Date getStartDate()
Date getEndDate()
List<String[]> getLoginTable()
List<String[]> getApplicationsTable()
List<String[]> getExecutionsTable()
Set<String> getApplications()
Set<String> getAlgorithms()
Map<String,Integer> getExecutionsByUser(List<String> filterAlgorithms)
filterAlgorithms - lista de algoritmos da qual se deseja obter os
dados de execuçãoMap<String,Integer> getExecutionsByAlgorithm(List<String> filterAlgorithms)
filterAlgorithms - lista de algoritmos da qual se deseja obter os
dados de execuçãoCopyright © 2016 Tecgraf/PUC-Rio. All rights reserved.