public class IndexOperationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexOperationRequest.Operation |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
dynamicTemplates |
private Map<String,Object> |
fields |
private Map<String,String> |
headerFields |
private String |
id |
private String |
index |
private IndexOperationRequest.Operation |
operation |
private Map<String,Object> |
script |
private boolean |
scriptedUpsert |
private String |
type |
| Constructor and Description |
|---|
IndexOperationRequest(String index,
String type,
String id,
Map<String,Object> fields,
IndexOperationRequest.Operation operation,
Map<String,Object> script,
boolean scriptedUpsert,
Map<String,Object> dynamicTemplates,
Map<String,String> headerFields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDynamicTemplates() |
Map<String,Object> |
getFields() |
Map<String,String> |
getHeaderFields() |
String |
getId() |
String |
getIndex() |
IndexOperationRequest.Operation |
getOperation() |
Map<String,Object> |
getScript() |
String |
getType() |
boolean |
isScriptedUpsert() |
String |
toString() |
private final String index
private final String type
private final String id
private final IndexOperationRequest.Operation operation
private final boolean scriptedUpsert
public String getIndex()
public String getType()
public String getId()
public IndexOperationRequest.Operation getOperation()
public boolean isScriptedUpsert()
Copyright © 2023 Apache NiFi Project. All rights reserved.