![]() |
Qore ElasticSearchDataProvider Module Reference 1.1
|
The ElasticSearch index delete API data provider. More...
#include <ElasticSearchIndexDeleteDataProvider.qc.dox.h>
Public Member Functions | |
constructor (*hash< auto > options) | |
Creates the object from constructor options. | |
constructor (RestClient::RestClient rest) | |
Creates the object from a REST connection. | |
*string | getDesc () |
Returns the data provider description. | |
string | getName () |
Returns the data provider name. | |
hash< DataProvider::DataProviderInfo > | getStaticInfoImpl () |
Returns data provider static info. | |
![]() | |
constructor () | |
Creates the object. | |
constructor (RestClient rest) | |
Creates the object from a REST connection. | |
setLogger (*LoggerInterface logger) | |
Accepts a LoggerInterface object for logging (or clears it) | |
Public Attributes | |
const | ProviderInfo = ... |
Provider info. | |
const | ProviderSummaryInfo = ... |
Provider summary info. | |
const | QueryArgs = ("allow_no_indices", "expand_wildcards", "ignore_unavailable", "master_timeout", "timeout") |
Query args. | |
const | RequestType = new ElasticSearchIndexDeleteRequestDataType() |
Request type. | |
const | ResponseType = new ElasticSearchAcknowledgedDataType() |
Response type. | |
Protected Member Functions | |
auto | doRequestImpl (auto req, *hash< auto > request_options) |
Makes a request and returns the response. | |
*DataProvider::AbstractDataProviderType | getRequestTypeImpl () |
Returns the description of a successful request message, if any. | |
*DataProvider::AbstractDataProviderType | getResponseTypeImpl () |
Returns the description of a response message, if this object represents a response message. | |
The ElasticSearch index delete API data provider.
This API allows the caller to delete an ElasticSearch index
|
protected |
Makes a request and returns the response.
req | the request to serialize and make according to the request type |
request_options | the request options; will be processed by validateRequestOptions() |
|
protected |
Returns the description of a successful request message, if any.
|
protected |
Returns the description of a response message, if this object represents a response message.