Class ClusterRoutes
java.lang.Object
com.linkedin.venice.controller.server.AbstractRoute
com.linkedin.venice.controller.server.ClusterRoutes
-
Constructor Summary
ConstructorDescriptionClusterRoutes
(boolean sslEnabled, Optional<DynamicAccessController> accessController) -
Method Summary
Modifier and TypeMethodDescriptionspark.Route
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 Details
-
ClusterRoutes
-
-
Method Details
-
updateClusterConfig
-
isStoreMigrationAllowed
No ACL check; any user is allowed to check whether store migration is allowed for a specific cluster.- See Also:
-
wipeCluster
-
cleanupInstanceCustomizedStates
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.
-