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