private static class PartitionRecord.RecordValueMap extends Object
| Modifier and Type | Field and Description |
|---|---|
private FlowFile |
flowFile |
private Map<String,List<PartitionRecord.ValueWrapper>> |
values |
| Constructor and Description |
|---|
RecordValueMap(Map<String,List<PartitionRecord.ValueWrapper>> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes() |
FlowFile |
getFlowFile() |
int |
hashCode() |
void |
setFlowFile(FlowFile flowFile) |
String |
toString() |
private final Map<String,List<PartitionRecord.ValueWrapper>> values
private FlowFile flowFile
public RecordValueMap(Map<String,List<PartitionRecord.ValueWrapper>> values)
Copyright © 2023 Apache NiFi Project. All rights reserved.