protected abstract static class SimpleElasticsearchWork.Builder<B> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected URLEncodedString |
dirtiedIndexName |
protected LuceneWork |
luceneWork |
protected boolean |
markIndexDirty |
protected ElasticsearchRequestSuccessAssessor |
resultAssessor |
| Constructor and Description |
|---|
Builder(URLEncodedString dirtiedIndexName,
ElasticsearchRequestSuccessAssessor resultAssessor) |
| Modifier and Type | Method and Description |
|---|---|
abstract ElasticsearchWork<?> |
build() |
protected abstract ElasticsearchRequest |
buildRequest() |
B |
luceneWork(LuceneWork luceneWork) |
B |
markIndexDirty(boolean markIndexDirty) |
protected final URLEncodedString dirtiedIndexName
protected ElasticsearchRequestSuccessAssessor resultAssessor
protected LuceneWork luceneWork
protected boolean markIndexDirty
public Builder(URLEncodedString dirtiedIndexName, ElasticsearchRequestSuccessAssessor resultAssessor)
public B luceneWork(LuceneWork luceneWork)
public B markIndexDirty(boolean markIndexDirty)
protected abstract ElasticsearchRequest buildRequest()
public abstract ElasticsearchWork<?> build()
Copyright © 2006–2017 Hibernate. All rights reserved.