Skip navigation links
Camel :: ElasticSearch5 (deprecated) 2.23.2.fuse-780036-redhat-00001
A B C D E G I O P S T V 

A

aggregate(Exchange, Exchange) - Method in class org.apache.camel.component.elasticsearch5.aggregation.BulkRequestAggregationStrategy
 

B

BulkRequestAggregationStrategy - Class in org.apache.camel.component.elasticsearch5.aggregation
Aggregates two ActionRequests into a single BulkRequest.
BulkRequestAggregationStrategy() - Constructor for class org.apache.camel.component.elasticsearch5.aggregation.BulkRequestAggregationStrategy
 

C

configuration - Variable in class org.apache.camel.component.elasticsearch5.ElasticsearchEndpoint
 
configuration - Variable in class org.apache.camel.component.elasticsearch5.ElasticsearchProducer
 
createConsumer(Processor) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchComponent
 
createProducer() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchEndpoint
 

D

DEFAULT_FOR_WAIT_ACTIVE_SHARDS - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
DEFAULT_PING_SCHEDULE - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
DEFAULT_PING_TIMEOUT - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
DEFAULT_PORT - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
DEFAULT_TCP_CONNECT_TIMEOUT - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
doStart() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchProducer
 
doStop() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchProducer
 

E

ElasticsearchActionRequestConverter - Class in org.apache.camel.component.elasticsearch5.converter
 
ElasticsearchComponent - Class in org.apache.camel.component.elasticsearch5
Represents the component that manages ElasticsearchEndpoint.
ElasticsearchComponent() - Constructor for class org.apache.camel.component.elasticsearch5.ElasticsearchComponent
 
ElasticsearchComponent(CamelContext) - Constructor for class org.apache.camel.component.elasticsearch5.ElasticsearchComponent
 
ElasticsearchConfiguration - Class in org.apache.camel.component.elasticsearch5
 
ElasticsearchConfiguration() - Constructor for class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
ElasticsearchConstants - Interface in org.apache.camel.component.elasticsearch5
 
ElasticsearchEndpoint - Class in org.apache.camel.component.elasticsearch5
The elasticsearch component is used for interfacing with ElasticSearch server using 5.x API.
ElasticsearchEndpoint(String, ElasticsearchComponent, ElasticsearchConfiguration, TransportClient) - Constructor for class org.apache.camel.component.elasticsearch5.ElasticsearchEndpoint
 
ElasticsearchOperation - Enum in org.apache.camel.component.elasticsearch5
The ElasticSearch server operations list which are implemented INDEX - Index a document associated with a given index and type UPDATE - Updates a document based on a script BULK - Executes a bulk of index / delete operations BULK_INDEX - Executes a bulk of index / delete operations GET_BY_ID - Gets the document that was indexed from an index with a type and id MULTIGET - Multiple get documents DELETE - Deletes a document from the index based on the index, type and id DELETE_INDEX - Deletes an index based on the index name SEARCH - Search across one or more indices and one or more types with a query MULTISEARCH - Performs multiple search requests EXISTS - Checks the index exists or not (using search with size=0 and terminate_after=1 parameters)
ElasticsearchProducer - Class in org.apache.camel.component.elasticsearch5
Represents an Elasticsearch producer.
ElasticsearchProducer(ElasticsearchEndpoint, ElasticsearchConfiguration) - Constructor for class org.apache.camel.component.elasticsearch5.ElasticsearchProducer
 
ES_QUERY_DSL_PREFIX - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
ES_QUERY_FROM - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
ES_QUERY_SIZE - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 

G

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

I

IP - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
IP_PORT_SEPARATOR_REGEX - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
isSingleton() - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchEndpoint
 

O

org.apache.camel.component.elasticsearch5 - package org.apache.camel.component.elasticsearch5
 
org.apache.camel.component.elasticsearch5.aggregation - package org.apache.camel.component.elasticsearch5.aggregation
 
org.apache.camel.component.elasticsearch5.converter - package org.apache.camel.component.elasticsearch5.converter
 

P

PARAM_INDEX_ID - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
PARAM_INDEX_NAME - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
PARAM_INDEX_TYPE - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
PARAM_OPERATION - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
PARAM_WAIT_FOR_ACTIVE_SHARDS - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
PARENT - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
PORT - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
process(Exchange) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchProducer
 
PROTOCOL - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 

S

setClient(TransportClient) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchComponent
To use an existing configured Elasticsearch client, instead of creating a client per endpoint.
setClientTransportSniff(boolean) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setClusterName(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setEnableSSL(boolean) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setIndexName(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setIndexType(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setIp(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setOperation(ElasticsearchOperation) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setPassword(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setPingSchedule(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setPingTimeout(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setPort(int) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setTcpCompress(boolean) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setTcpConnectTimeout(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setTransportAddresses(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setTransportAddressesList(List<InetSocketTransportAddress>) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setUser(String) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 
setWaitForActiveShards(int) - Method in class org.apache.camel.component.elasticsearch5.ElasticsearchConfiguration
 

T

toBulkRequest(List<Object>, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toDeleteIndexRequest(String, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toDeleteRequest(String, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toGetRequest(String, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toIndexRequest(Object, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toMultiGetRequest(Object, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toMultiSearchRequest(Object, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toSearchRequest(Object, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
toString() - Method in enum org.apache.camel.component.elasticsearch5.ElasticsearchOperation
 
toUpdateRequest(Object, Exchange) - Static method in class org.apache.camel.component.elasticsearch5.converter.ElasticsearchActionRequestConverter
 
TRANSPORT_ADDRESSES - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 
TRANSPORT_ADDRESSES_SEPARATOR_REGEX - Static variable in interface org.apache.camel.component.elasticsearch5.ElasticsearchConstants
 

V

valueOf(String) - Static method in enum org.apache.camel.component.elasticsearch5.ElasticsearchOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.elasticsearch5.ElasticsearchOperation
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I O P S T V 
Skip navigation links
Camel :: ElasticSearch5 (deprecated) 2.23.2.fuse-780036-redhat-00001

Apache Camel