Package com.linkedin.davinci.client
Class InternalDaVinciRecordTransformerConfig
java.lang.Object
com.linkedin.davinci.client.InternalDaVinciRecordTransformerConfig
Internal config used for 
InternalDaVinciRecordTransformer.
 This is what gets passed into the StoreIngestionTask.- 
Constructor SummaryConstructorsConstructorDescriptionInternalDaVinciRecordTransformerConfig(DaVinciRecordTransformerConfig recordTransformerConfig, AggVersionedDaVinciRecordTransformerStats recordTransformerStats) 
- 
Method SummaryModifier and TypeMethodDescriptionintvoidsetStartConsumptionLatchCount(int startConsumptionLatchCount) 
- 
Constructor Details- 
InternalDaVinciRecordTransformerConfigpublic InternalDaVinciRecordTransformerConfig(DaVinciRecordTransformerConfig recordTransformerConfig, AggVersionedDaVinciRecordTransformerStats recordTransformerStats) 
 
- 
- 
Method Details- 
getRecordTransformerConfig
- 
getRecordTransformerStats
- 
setStartConsumptionLatchCountpublic void setStartConsumptionLatchCount(int startConsumptionLatchCount) - Parameters:
- startConsumptionLatchCount- the count used for the latch to guarantee we finish scanning every RocksDB partition before starting remote consumption.
 
- 
getStartConsumptionLatchCountpublic int getStartConsumptionLatchCount()- Returns:
- startConsumptionLatchCount
 
 
-