Class MigrationRoutes
- java.lang.Object
-
- com.linkedin.venice.controller.server.AbstractRoute
-
- com.linkedin.venice.controller.server.MigrationRoutes
-
public class MigrationRoutes extends AbstractRoute
-
-
Constructor Summary
Constructors Constructor Description MigrationRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description spark.Route
getAllMigrationPushStrategies(Admin admin)
No ACL check; any user is allowed to check migration strategy.spark.Route
setMigrationPushStrategy(Admin admin)
-
Methods inherited from class com.linkedin.venice.controller.server.AbstractRoute
getCertificate, getPrincipalId, hasAccessToStore, hasReadAccessToTopic, hasWriteAccessToTopic, isAclEnabled, isAllowListUser, isSslEnabled
-
-
-
-
Constructor Detail
-
MigrationRoutes
public MigrationRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
-