protected class PutHiveStreaming.HiveStreamingRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
partitionValues |
private org.apache.avro.generic.GenericRecord |
record |
| Constructor and Description |
|---|
HiveStreamingRecord(List<String> partitionValues,
org.apache.avro.generic.GenericRecord record) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPartitionValues() |
org.apache.avro.generic.GenericRecord |
getRecord() |
Copyright © 2023 Apache NiFi Project. All rights reserved.