Class NewClusterBuildOutRoutes
- java.lang.Object
-
- com.linkedin.venice.controller.server.AbstractRoute
-
- com.linkedin.venice.controller.server.NewClusterBuildOutRoutes
-
public class NewClusterBuildOutRoutes extends AbstractRoute
-
-
Constructor Summary
Constructors Constructor Description NewClusterBuildOutRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description spark.Route
copyOverStoreSchemasAndConfigs(Admin admin)
-
Methods inherited from class com.linkedin.venice.controller.server.AbstractRoute
getCertificate, getPrincipalId, hasAccessToStore, hasReadAccessToTopic, hasWriteAccessToTopic, isAclEnabled, isAllowListUser, isSslEnabled
-
-
-
-
Constructor Detail
-
NewClusterBuildOutRoutes
public NewClusterBuildOutRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
-
Method Detail
-
copyOverStoreSchemasAndConfigs
public spark.Route copyOverStoreSchemasAndConfigs(Admin admin)
-
-