Class BatchDataGeneratorSource
java.lang.Object
org.apache.pulsar.io.batchdatagenerator.BatchDataGeneratorSource
- All Implemented Interfaces:
AutoCloseable,BatchSource<Person>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BatchDataGeneratorSource
public BatchDataGeneratorSource()
-
-
Method Details
-
open
- Specified by:
openin interfaceBatchSource<Person>
-
discover
- Specified by:
discoverin interfaceBatchSource<Person>
-
prepare
public void prepare(byte[] instanceSplit) - Specified by:
preparein interfaceBatchSource<Person>
-
readNext
- Specified by:
readNextin interfaceBatchSource<Person>- Throws:
Exception
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-