Ejemplo n.º 1
0
 public RealtimeRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
Ejemplo n.º 2
0
 public InformationRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
Ejemplo n.º 3
0
 public MetricRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
Ejemplo n.º 4
0
 public HistogramRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
Ejemplo n.º 5
0
 public LogElasticsearchEngine(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }