Skip navigation links
A B C E F I L M N O P R S T V W 

A

actions() - Method in class io.whitfin.elasticsearch.bulk.BulkOperation
The list of actions associated with this operation.
add(BulkAction...) - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
Adds new BulkAction instances to the internal bulk operation builder.
afterBulk(long, BulkOperator, BulkOperation, Response) - Method in interface io.whitfin.elasticsearch.bulk.BulkLifecycle
Executes after a bulk execution.
afterBulk(long, BulkOperator, BulkOperation, Throwable) - Method in interface io.whitfin.elasticsearch.bulk.BulkLifecycle
Executes after a failed bulk execution.
afterBulk(long, BulkOperator, BulkOperation, Response) - Method in class io.whitfin.elasticsearch.bulk.lifecycle.NoopLifecycle
Executes after a bulk execution.
afterBulk(long, BulkOperator, BulkOperation, Throwable) - Method in class io.whitfin.elasticsearch.bulk.lifecycle.NoopLifecycle
Executes after a failed bulk execution.
afterBulk(long, BulkOperator, BulkOperation, Response) - Method in class io.whitfin.elasticsearch.bulk.lifecycle.RequeueLifecycle
Handles completion verification of a bulk execution.

B

beforeBulk(long, BulkOperator, BulkOperation) - Method in interface io.whitfin.elasticsearch.bulk.BulkLifecycle
Executes prior to the bulk request being forwarded to Elasticsearch.
beforeBulk(long, BulkOperator, BulkOperation) - Method in class io.whitfin.elasticsearch.bulk.lifecycle.NoopLifecycle
Executes prior to the bulk request being forwarded to Elasticsearch.
builder() - Static method in class io.whitfin.elasticsearch.bulk.BulkAction
Returns a builder in order to create an action.
builder(RestClient) - Static method in class io.whitfin.elasticsearch.bulk.BulkOperator
Returns a builder in order to create an operator.
BulkAction - Class in io.whitfin.elasticsearch.bulk
Interface for a bulk action as per the Elasticsearch API specification.
BulkAction() - Constructor for class io.whitfin.elasticsearch.bulk.BulkAction
 
BulkLifecycle - Interface in io.whitfin.elasticsearch.bulk
Lifecycle interface for bulk execution, providing the ability to hook into various stages of bulk execution.
BulkOperation - Class in io.whitfin.elasticsearch.bulk
Definition class of a bulk operation per the Elasticsearch Bulk API.
BulkOperation() - Constructor for class io.whitfin.elasticsearch.bulk.BulkOperation
 
BulkOperator - Class in io.whitfin.elasticsearch.bulk
The BulkOperator controls batch execution against Elasticsearch via the Elasticsearch Bulk API.
BulkOperator() - Constructor for class io.whitfin.elasticsearch.bulk.BulkOperator
 

C

client() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
The client instance for Elasticsearch communication.
close() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
Closes all internal resources and sets the operator as closed.
concurrency() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
The concurrency level for this operator instance.

E

estimatedSizeInBytes() - Method in class io.whitfin.elasticsearch.bulk.BulkOperation
The estimated size of this operation.

F

flush() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
Flushes all actions contained in the current buffer.

I

id() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The document identifier targeted by this action.
index() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The index targeted by this action.
interval() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
The interval on which this operator will flush.
io.whitfin.elasticsearch.bulk - package io.whitfin.elasticsearch.bulk
 
io.whitfin.elasticsearch.bulk.lifecycle - package io.whitfin.elasticsearch.bulk.lifecycle
 

L

lifecycle() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
The lifecycle hooks being fired by this operator.

M

maxActions() - Method in class io.whitfin.elasticsearch.bulk.BulkOperator
The maximum number of actions to buffer before flushing.

N

NoopLifecycle - Class in io.whitfin.elasticsearch.bulk.lifecycle
A no-op lifecycle to act as a null lifecycle.
NoopLifecycle() - Constructor for class io.whitfin.elasticsearch.bulk.lifecycle.NoopLifecycle
 
numberOfActions() - Method in class io.whitfin.elasticsearch.bulk.BulkOperation
The number of actions in this operation.

O

operation() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The type of operation to carry out inside this action.

P

parent() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The parent identifier associated with this action.
payload() - Method in class io.whitfin.elasticsearch.bulk.BulkOperation
The textual representation of this operation.

R

refresh() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
Whether this action should cause a refresh or not.
RequeueLifecycle - Class in io.whitfin.elasticsearch.bulk.lifecycle
A lifecycle implementation which retries requests in case of error.
RequeueLifecycle() - Constructor for class io.whitfin.elasticsearch.bulk.lifecycle.RequeueLifecycle
 
routing() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The routing identifier associated with this action.

S

source() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The source body associated with this action.

T

type() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The index type targeted by this action.

V

version() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
The document version associated with this action.

W

waitForActiveShards() - Method in class io.whitfin.elasticsearch.bulk.BulkAction
Whether this action should wait for shards or not.
A B C E F I L M N O P R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.