A B C D E G I P R S T U W 
All Classes All Packages

A

actionExtractor() - Method in class com.adaptris.core.elastic.rest.SingleOperation
 
AdvancedElasticRestClientCreator - Class in com.adaptris.core.elastic.rest
Allows you to explicitly control the underlying high level rest client.
AdvancedElasticRestClientCreator() - Constructor for class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
 

B

buildBulkRequest() - Method in class com.adaptris.core.elastic.rest.ElasticRequestBuilder
 
buildBulkRequest() - Method in interface com.adaptris.core.elastic.rest.RequestBuilder
 
buildDeleteRequest(String, DocumentWrapper, String) - Method in class com.adaptris.core.elastic.rest.ElasticRequestBuilder
 
buildDeleteRequest(String, DocumentWrapper, String) - Method in interface com.adaptris.core.elastic.rest.RequestBuilder
 
buildIndexRequest(String, DocumentWrapper, String) - Method in class com.adaptris.core.elastic.rest.ElasticRequestBuilder
 
buildIndexRequest(String, DocumentWrapper, String) - Method in interface com.adaptris.core.elastic.rest.RequestBuilder
 
buildUpdateRequest(String, DocumentWrapper, String) - Method in class com.adaptris.core.elastic.rest.ElasticRequestBuilder
 
buildUpdateRequest(String, DocumentWrapper, String) - Method in interface com.adaptris.core.elastic.rest.RequestBuilder
 
buildUpsertRequest(String, DocumentWrapper, String) - Method in class com.adaptris.core.elastic.rest.ElasticRequestBuilder
 
buildUpsertRequest(String, DocumentWrapper, String) - Method in interface com.adaptris.core.elastic.rest.RequestBuilder
 
bulk(BulkRequest) - Method in class com.adaptris.core.elastic.rest.TransportClient
 
BulkOperation - Class in com.adaptris.core.elastic.rest
Index/Delete/Update a document(s) to ElasticSearch.
BulkOperation() - Constructor for class com.adaptris.core.elastic.rest.BulkOperation
 

C

close() - Method in class com.adaptris.core.elastic.rest.TransportClient
 
closeConnection() - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
 
com.adaptris.core.elastic.rest - package com.adaptris.core.elastic.rest
 
configure(RestClientBuilder) - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
 
configure(RestClientBuilder) - Method in interface com.adaptris.core.elastic.rest.ElasticClientCreator
 
createTransportClient(List<String>) - Method in interface com.adaptris.core.elastic.rest.ElasticClientCreator
 
createTransportClient(List<String>) - Method in class com.adaptris.core.elastic.rest.ElasticRestClientCreator
 

D

defaultTimeout() - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
 
delete(DeleteRequest) - Method in class com.adaptris.core.elastic.rest.TransportClient
 
doProduce(AdaptrisMessage, String) - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
 
doRequest(AdaptrisMessage, String, long) - Method in class com.adaptris.core.elastic.rest.BulkOperation
 
doRequest(AdaptrisMessage, String, long) - Method in class com.adaptris.core.elastic.rest.SingleOperation
 

E

ElasticClientCreator - Interface in com.adaptris.core.elastic.rest
 
ElasticRequestBuilder - Class in com.adaptris.core.elastic.rest
 
ElasticRequestBuilder() - Constructor for class com.adaptris.core.elastic.rest.ElasticRequestBuilder
 
ElasticRestClientCreator - Class in com.adaptris.core.elastic.rest
Default elastic client behaviour.
ElasticRestClientCreator() - Constructor for class com.adaptris.core.elastic.rest.ElasticRestClientCreator
 
ElasticRestConnection - Class in com.adaptris.core.elastic.rest
Connect to elasticsearch via their high level REST client
ElasticRestConnection() - Constructor for class com.adaptris.core.elastic.rest.ElasticRestConnection
 
ElasticRestConnection(String...) - Constructor for class com.adaptris.core.elastic.rest.ElasticRestConnection
 
ElasticRestProducer - Class in com.adaptris.core.elastic.rest
Base class for ElasticSearch based activities.
ElasticRestProducer() - Constructor for class com.adaptris.core.elastic.rest.ElasticRestProducer
 
endpoint(AdaptrisMessage) - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
 

G

getAction() - Method in class com.adaptris.core.elastic.rest.SingleOperation
The action for this operation if not explicitly defined by the DocumentWrapper
getAsyncHttpClientConfig() - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
Additional configuration required for the underlying REST client.
getBatchWindow() - Method in class com.adaptris.core.elastic.rest.BulkOperation
The batch window which is the number of operations that make a bulk request before its executed.
getDocumentBuilder() - Method in class com.adaptris.core.elastic.rest.SingleOperation
How to build the document for elastic.
getElasticClientCreator() - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
Controls how the underlying RestClient is configured.
getIndex() - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
The elastic index to target
getRefreshPolicy() - Method in class com.adaptris.core.elastic.rest.SingleOperation
The refresh policy
getRequestInterceptors() - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
Deprecated.
getTransport() - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
 
getTransport() - Method in interface com.adaptris.core.elastic.rest.TransportClientProvider
 
getTransportUrls() - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
The list of URLs that we try to connect to.

I

index(IndexRequest) - Method in class com.adaptris.core.elastic.rest.TransportClient
 

P

prepare() - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
 

R

requestBuilder - Variable in class com.adaptris.core.elastic.rest.SingleOperation
 
RequestBuilder - Interface in com.adaptris.core.elastic.rest
 
restClient() - Method in class com.adaptris.core.elastic.rest.TransportClient
 

S

setAction(ActionExtractor) - Method in class com.adaptris.core.elastic.rest.SingleOperation
The action for this operation if not explicitly defined by the DocumentWrapper
setAsyncHttpClientConfig(HttpAsyncClientBuilderConfig) - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
Additional configuration required for the underlying REST client.
setBatchWindow(Integer) - Method in class com.adaptris.core.elastic.rest.BulkOperation
The batch window which is the number of operations that make a bulk request before its executed.
setDocumentBuilder(ElasticDocumentBuilder) - Method in class com.adaptris.core.elastic.rest.SingleOperation
How to build the document for elastic.
setElasticClientCreator(ElasticClientCreator) - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
Controls how the underlying RestClient is configured.
setIndex(String) - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
The elastic index to target
setRefreshPolicy(String) - Method in class com.adaptris.core.elastic.rest.SingleOperation
The refresh policy
setRequestInterceptors(List<RequestInterceptorBuilder>) - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
Deprecated.
setTransportUrls(List<String>) - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
The list of URLs that we try to connect to.
SingleOperation - Class in com.adaptris.core.elastic.rest
INDEX/UPDATE/DELETE a document(s) to ElasticSearch.
SingleOperation() - Constructor for class com.adaptris.core.elastic.rest.SingleOperation
 
sniffer() - Method in class com.adaptris.core.elastic.rest.TransportClient
 

T

TransportClient - Class in com.adaptris.core.elastic.rest
 
TransportClient(RestHighLevelClient, Sniffer) - Constructor for class com.adaptris.core.elastic.rest.TransportClient
 
TransportClientProvider - Interface in com.adaptris.core.elastic.rest
 

U

update(UpdateRequest) - Method in class com.adaptris.core.elastic.rest.TransportClient
 

W

withAction(ActionExtractor) - Method in class com.adaptris.core.elastic.rest.SingleOperation
 
withAsyncClientBuilderConfig(HttpAsyncClientBuilderConfig) - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
 
withBatchWindow(Integer) - Method in class com.adaptris.core.elastic.rest.BulkOperation
 
withDocumentBuilder(ElasticDocumentBuilder) - Method in class com.adaptris.core.elastic.rest.SingleOperation
 
withElasticClientCreator(ElasticClientCreator) - Method in class com.adaptris.core.elastic.rest.ElasticRestConnection
 
withIndex(String) - Method in class com.adaptris.core.elastic.rest.ElasticRestProducer
 
withRefreshPolicy(String) - Method in class com.adaptris.core.elastic.rest.SingleOperation
 
withRequestInterceptors(RequestInterceptorBuilder...) - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
Deprecated.
withRequestInterceptors(List<RequestInterceptorBuilder>) - Method in class com.adaptris.core.elastic.rest.AdvancedElasticRestClientCreator
Deprecated.
A B C D E G I P R S T U W 
All Classes All Packages