| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchWorkBulker.add(BulkableElasticsearchWork<?> work) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteWork |
class |
IndexWork |
class |
SimpleBulkableElasticsearchWork<R> |
| Modifier and Type | Method and Description |
|---|---|
void |
ElasticsearchWorkAggregator.addBulkable(BulkableElasticsearchWork<?> work) |
<T> CompletableFuture<T> |
BulkResultItemExtractor.extract(BulkableElasticsearchWork<T> work,
int index) |
| Constructor and Description |
|---|
Builder(List<BulkableElasticsearchWork<?>> bulkableWorks) |
| Modifier and Type | Method and Description |
|---|---|
BulkWorkBuilder |
Elasticsearch2WorkFactory.bulk(List<BulkableElasticsearchWork<?>> bulkableWorks) |
BulkWorkBuilder |
ElasticsearchWorkFactory.bulk(List<BulkableElasticsearchWork<?>> bulkableWorks) |
Copyright © 2006–2017 Hibernate. All rights reserved.