Qore ElasticSearchDataProvider Module Reference 1.1
Loading...
Searching...
No Matches
ElasticSearchDocumentDataProvider.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
28
31
32public:
34 const ProviderInfo = ...;
35
36
39
40
41protected:
42 const ChildMap = ...;
43
44
45public:
46
48 constructor(*hash<auto> options);
49
50
52 constructor(RestClient::RestClient rest) ;
53
54
56 string getName();
57
58
60 *string getDesc();
61
62
64 *list<hash<DataProvider::DataProviderSummaryInfo>> getChildProviderSummaryInfo();
65
66
68
70protected:
72public:
73
74
76
80protected:
81 *DataProvider::AbstractDataProvider getChildProviderImpl(string name);
82public:
83
84
86 hash<DataProvider::DataProviderInfo> getStaticInfoImpl();
87
88};
89};
The ElasticSearch data provider base class.
Definition ElasticSearchDataProviderBase.qc.dox.h:28
The ElasticSearch document API root data provider.
Definition ElasticSearchDocumentDataProvider.qc.dox.h:30
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
const ProviderInfo
Provider info.
Definition ElasticSearchDocumentDataProvider.qc.dox.h:34
string getName()
Returns the data provider name.
constructor(RestClient::RestClient rest)
Creates the object from a REST connection.
*string getDesc()
Returns the data provider description.
constructor(*hash< auto > options)
Creates the object from constructor options.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
const ProviderSummaryInfo
Provider summary info.
Definition ElasticSearchDocumentDataProvider.qc.dox.h:38
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Qore ElasticSearchDataProvider module definition.
Definition ElasticSearchAcknowledgedDataType.qc.dox.h:26