Package com.linkedin.davinci.client
Class DaVinciRecordTransformerConfig
java.lang.Object
com.linkedin.davinci.client.DaVinciRecordTransformerConfig
Configuration class for
DaVinciRecordTransformer
, which is passed into DaVinciConfig
.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.avro.Schema
boolean
-
Constructor Details
-
DaVinciRecordTransformerConfig
-
-
Method Details
-
getRecordTransformerFunction
- Returns:
recordTransformerFunction
-
getOutputValueClass
- Returns:
outputValueClass
-
getOutputValueSchema
public org.apache.avro.Schema getOutputValueSchema()- Returns:
outputValueSchema
-
getStoreRecordsInDaVinci
public boolean getStoreRecordsInDaVinci()- Returns:
storeRecordsInDaVinci
-
getAlwaysBootstrapFromVersionTopic
public boolean getAlwaysBootstrapFromVersionTopic()- Returns:
alwaysBootstrapFromVersionTopic
-