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 Summary
ConstructorsConstructorDescriptionInternalDaVinciRecordTransformerConfig(DaVinciRecordTransformerConfig recordTransformerConfig, AggVersionedDaVinciRecordTransformerStats recordTransformerStats) -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetStartConsumptionLatchCount(int startConsumptionLatchCount)
-
Constructor Details
-
InternalDaVinciRecordTransformerConfig
public InternalDaVinciRecordTransformerConfig(DaVinciRecordTransformerConfig recordTransformerConfig, AggVersionedDaVinciRecordTransformerStats recordTransformerStats)
-
-
Method Details
-
getRecordTransformerConfig
-
getRecordTransformerStats
-
setStartConsumptionLatchCount
public void setStartConsumptionLatchCount(int startConsumptionLatchCount) - Parameters:
startConsumptionLatchCount- the count used for the latch to guarantee we finish scanning every RocksDB partition before starting remote consumption.
-
getStartConsumptionLatchCount
public int getStartConsumptionLatchCount()- Returns:
startConsumptionLatchCount
-