public RealtimeRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
Exemple #2
0
 public InformationRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
 public MetricRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
Exemple #4
0
 public HistogramRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
 public LogElasticsearchEngine(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }