- getClient() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchComponent
-
- getClient() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchEndpoint
-
- getClientTransportSniff() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
Is the client allowed to sniff the rest of the cluster or not (default true).
- getClusterName() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
Name of cluster or use local for local mode
- getConfig() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchEndpoint
-
- getConsistencyLevel() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
The write consistency level to use with INDEX and BULK operations (can be any of ONE, QUORUM, ALL or DEFAULT)
- getData() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
Is the node going to be allowed to allocate data (shards) to it or not.
- getEndpoint() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchProducer
-
- getIndexName() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
The name of the index to act against
- getIndexType() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
The type of the index to act against
- getIp() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
The TransportClient remote host ip to use
- getOperation() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
What operation to perform
- getPathHome() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
The path.home property of ElasticSearch configuration.
- getPort() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
The TransportClient remote port to use (defaults to 9300)
- getTransportAddresses() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-
Comma separated list with ip:port formatted remote transport addresses to use.
- getTransportAddressesList() - Method in class org.apache.camel.component.elasticsearch.ElasticsearchConfiguration
-