| Modifier and Type | Field and Description |
|---|---|
private Function<Record,OperationType> |
PutKudu.recordPathOperationType |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
PutKudu.RecordPathOperationType.apply(Record record) |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.kudu.client.Operation |
PutKudu.createKuduOperation(OperationType operationType,
Record record,
List<String> fieldNames,
boolean ignoreNull,
boolean lowercaseFields,
org.apache.kudu.client.KuduTable kuduTable) |
Copyright © 2024 Apache NiFi Project. All rights reserved.