| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ElasticSearchClient> |
ElasticSearchDataSetProvider._clientsMap
Singleton clients for each data set definition..
|
| Modifier and Type | Method and Description |
|---|---|
ElasticSearchClient |
ElasticSearchClientFactory.newClient(ElasticSearchDataSetDef elasticSearchDataSetDef) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElasticSearchClient<T extends ElasticSearchClient>
This is the contract for a JBoss Dashbuilder REST client for ElasticSearch servers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticSearchNativeClient
The Dashbuilder's client implementation for the ElasticSearch data provider.
|
| Modifier and Type | Method and Description |
|---|---|
Date[] |
ElasticSearchUtils.calculateDateLimits(ElasticSearchClient client,
DataSetMetadata metadata,
String dateColumnId,
Query query)
Obtain the minimum date and maximum date values for the given column with identifier
dateColumnId. |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.