Package com.linkedin.venice.meta
Interface ETLStoreConfig
- All Superinterfaces:
DataModelBackedStructure<StoreETLConfig>
- All Known Implementing Classes:
ETLStoreConfigImpl
This interface defines all the public APIs, and if you need to add accessors to
some new fields, this interface needs to be changed accordingly.
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
boolean
void
setEtledUserProxyAccount
(String etledUserProxyAccount) void
setFutureVersionETLEnabled
(boolean futureVersionETLEnabled) void
setRegularVersionETLEnabled
(boolean regularVersionETLEnabled) Methods inherited from interface com.linkedin.venice.meta.DataModelBackedStructure
dataModel
-
Method Details
-
getEtledUserProxyAccount
String getEtledUserProxyAccount() -
setEtledUserProxyAccount
-
isRegularVersionETLEnabled
boolean isRegularVersionETLEnabled() -
setRegularVersionETLEnabled
void setRegularVersionETLEnabled(boolean regularVersionETLEnabled) -
isFutureVersionETLEnabled
boolean isFutureVersionETLEnabled() -
setFutureVersionETLEnabled
void setFutureVersionETLEnabled(boolean futureVersionETLEnabled) -
clone
ETLStoreConfig clone()
-