public class FlexibleSchemaRecordGenerationIterator extends Object implements Iterator<org.apache.avro.generic.GenericRecord>
Iterator to allow for iteration semantics.| 构造器和说明 |
|---|
FlexibleSchemaRecordGenerationIterator(long maxEntriesToProduce,
int minPayloadSize,
String schemaStr,
List<String> partitionPathFieldNames,
int numPartitions,
int startPartition) |
FlexibleSchemaRecordGenerationIterator(long maxEntriesToProduce,
String schema) |
public FlexibleSchemaRecordGenerationIterator(long maxEntriesToProduce,
String schema)
Copyright © 2021 The Apache Software Foundation. All rights reserved.