public class FlexibleSchemaRecordGenerationIterator extends Object implements Iterator<org.apache.avro.generic.GenericRecord>
Iterator to allow for iteration semantics.| Constructor and Description |
|---|
FlexibleSchemaRecordGenerationIterator(long maxEntriesToProduce,
int minPayloadSize,
String schemaStr,
List<String> partitionPathFieldNames,
int numPartitions,
int startPartition) |
FlexibleSchemaRecordGenerationIterator(long maxEntriesToProduce,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
org.apache.avro.generic.GenericRecord |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic FlexibleSchemaRecordGenerationIterator(long maxEntriesToProduce,
String schema)
Copyright © 2023 The Apache Software Foundation. All rights reserved.