public class IndexRequestWrapper extends Object implements InsertRequest
| Modifier and Type | Field and Description |
|---|---|
protected IndexRequest |
request |
| Modifier | Constructor and Description |
|---|---|
protected |
IndexRequestWrapper()
Expose an empty constructor to lazy initialization.
|
|
IndexRequestWrapper(String index,
String type,
String id,
Map<String,?> source) |
| Modifier and Type | Method and Description |
|---|---|
void |
onInsertCompleted() |
protected IndexRequest request
public IndexRequestWrapper(String index, String type, String id, Map<String,?> source)
protected IndexRequestWrapper()
public void onInsertCompleted()
onInsertCompleted in interface InsertRequestCopyright © 2022 The Apache Software Foundation. All rights reserved.