Class RepushInfo
java.lang.Object
com.linkedin.venice.controllerapi.RepushInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RepushInfocreateRepushInfo(Version version, String kafkaBrokerUrl, String systemSchemaClusterD2ServiceName, String systemSchemaClusterD2ZkHost) voidsetKafkaBrokerUrl(String kafkaBrokerUrl) voidsetSystemSchemaClusterD2ServiceName(String systemSchemaClusterD2ServiceName) voidsetSystemSchemaClusterD2ZkHost(String systemSchemaClusterD2ZkHost) voidsetVersion(Version version)
-
Constructor Details
-
RepushInfo
public RepushInfo()
-
-
Method Details
-
createRepushInfo
public static RepushInfo createRepushInfo(Version version, String kafkaBrokerUrl, String systemSchemaClusterD2ServiceName, String systemSchemaClusterD2ZkHost) -
setVersion
-
setKafkaBrokerUrl
-
setSystemSchemaClusterD2ServiceName
-
setSystemSchemaClusterD2ZkHost
-
getKafkaBrokerUrl
-
getVersion
-
getSystemSchemaClusterD2ServiceName
-
getSystemSchemaClusterD2ZkHost
-