- getClient() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchComponent
-
- getClient() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchEndpoint
-
- getClient() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchProducer
-
- getClientTransportSniff() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
Is the client allowed to sniff the rest of the cluster or not.
- getClusterName() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
Name of the cluster
- getEnableSSL() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
Enable SSL.
- getIndexName() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The name of the index to act against
- getIndexType() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The type of the index to act against
- getIp() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The TransportClient remote host ip to use
- getOperation() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
What operation to perform
- getPassword() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
Password for authenticate against the cluster.
- getPingSchedule() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The time(in unit) the client ping the cluster.
- getPingTimeout() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The time(in unit) to wait for a ping response from a node too return.
- getPort() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The TransportClient remote port to use (defaults to 9300)
- getTcpCompress() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
true if compression (LZF) enable between all nodes.
- getTcpConnectTimeout() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
The time( in unit) to wait for connection timeout.
- getTransportAddresses() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
Comma separated list with ip:port formatted remote transport addresses to use.
- getTransportAddressesList() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
- getUser() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
User for authenticate against the cluster.
- getWaitForActiveShards() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
-
Index creation waits for the write consistency number of shards to be available