示例#1
0
 public RealtimeRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
示例#2
0
 public InformationRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
示例#3
0
 public MetricRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
示例#4
0
 public HistogramRepository(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }
 public LogElasticsearchEngine(ILogElasticsearchRepository repository)
 {
     _LogElasticsearchRepository = repository;
 }