Class AdminCommandExecutionRoutes
java.lang.Object
com.linkedin.venice.controller.server.AbstractRoute
com.linkedin.venice.controller.server.AdminCommandExecutionRoutes
-
Constructor Summary
ConstructorDescriptionAdminCommandExecutionRoutes
(boolean sslEnabled, Optional<DynamicAccessController> accessController) -
Method Summary
Modifier and TypeMethodDescriptionspark.Route
getExecution
(Admin admin) No ACL check; any user is allowed to check admin command execution status.spark.Route
getLastSucceedExecutionId
(Admin admin) No ACL check; any user is allowed to check last succeeded execution Id.Methods inherited from class com.linkedin.venice.controller.server.AbstractRoute
getCertificate, getPrincipalId, hasAccessToStore, hasReadAccessToTopic, hasWriteAccessToTopic, isAclEnabled, isAllowListUser, isSslEnabled
-
Constructor Details
-
AdminCommandExecutionRoutes
public AdminCommandExecutionRoutes(boolean sslEnabled, Optional<DynamicAccessController> accessController)
-
-
Method Details
-
getExecution
No ACL check; any user is allowed to check admin command execution status. -
getLastSucceedExecutionId
No ACL check; any user is allowed to check last succeeded execution Id.- See Also:
-