Package org.gridgain.tpcds
Interface DataIngestorFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory interface for creating data ingestors for TPC-DS tables.
-
Method Summary
Modifier and TypeMethodDescriptioncreateDataIngestor(Table table) Create an instance ofDataBatchIngestorsuitable to insert a single batch of data into specifiedTable.
-
Method Details
-
createDataIngestor
Create an instance ofDataBatchIngestorsuitable to insert a single batch of data into specifiedTable.- Parameters:
table- the table to insert data into.
-