Class ClusterRoutes
- java.lang.Object
-
- com.linkedin.venice.controller.server.AbstractRoute
-
- com.linkedin.venice.controller.server.ClusterRoutes
-
public class ClusterRoutes extends AbstractRoute
-
-
Constructor Summary
Constructors Constructor Description ClusterRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description spark.Route
cleanupInstanceCustomizedStates(Admin admin)
Endpoint intended to be called via the admin tool manually to trigger cleanup for any lingering ZNodes produced from bugs/errors for instance level customized states.spark.Route
isStoreMigrationAllowed(Admin admin)
No ACL check; any user is allowed to check whether store migration is allowed for a specific cluster.spark.Route
updateClusterConfig(Admin admin)
spark.Route
wipeCluster(Admin admin)
-
Methods inherited from class com.linkedin.venice.controller.server.AbstractRoute
getCertificate, getPrincipalId, hasAccessToStore, hasReadAccessToTopic, hasWriteAccessToTopic, isAclEnabled, isAllowListUser, isSslEnabled
-
-
-
-
Constructor Detail
-
ClusterRoutes
public ClusterRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
-
Method Detail
-
updateClusterConfig
public spark.Route updateClusterConfig(Admin admin)
-
isStoreMigrationAllowed
public spark.Route isStoreMigrationAllowed(Admin admin)
No ACL check; any user is allowed to check whether store migration is allowed for a specific cluster.- See Also:
Admin.isStoreMigrationAllowed(String)
-
wipeCluster
public spark.Route wipeCluster(Admin admin)
-
cleanupInstanceCustomizedStates
public spark.Route cleanupInstanceCustomizedStates(Admin admin)
Endpoint intended to be called via the admin tool manually to trigger cleanup for any lingering ZNodes produced from bugs/errors for instance level customized states.
-
-