$darkmode
Qore ElasticSearchDataProvider Module Reference 1.0
ElasticSearchDataProviderFactory.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace ElasticSearchDataProvider {
29 
30 public:
31 protected:
33  static Class cls = new Class("ElasticSearchDataProvider");
34 
36  const FactoryInfo = <DataProviderFactoryInfo>{
37  "name": "elasticsearch",
38  "desc": "ElasticSearch API data provider factory",
39  "children_can_support_apis": True,
40  "children_can_support_records": True,
41  };
42 
43 public:
44 
46 
48 protected:
49  hash<DataProvider::DataProviderFactoryInfo> getInfoImpl();
50 public:
51 
52 
54 
56 protected:
57  hash<DataProvider::DataProviderInfo> getProviderInfoImpl();
58 public:
59 
60 
62 protected:
63  Qore::Reflection::Class getClassImpl();
64 public:
65 
66 };
67 };
The ElasticSearch data provider factory: elasticsearch.
Definition: ElasticSearchDataProviderFactory.qc.dox.h:28
hash< DataProvider::DataProviderInfo > getProviderInfoImpl()
Returns static provider information.
static Class cls
Data provider type info.
Definition: ElasticSearchDataProviderFactory.qc.dox.h:33
Qore::Reflection::Class getClassImpl()
Returns the class for the data provider object.
const FactoryInfo
Factory info.
Definition: ElasticSearchDataProviderFactory.qc.dox.h:36
hash< DataProvider::DataProviderFactoryInfo > getInfoImpl()
Returns static factory information without provider_info.
const True
Qore ElasticSearchDataProvider module definition.
Definition: ElasticSearchAcknowledgedDataType.qc.dox.h:26