Class AdminCommandExecutionRoutes
- java.lang.Object
-
- com.linkedin.venice.controller.server.AbstractRoute
-
- com.linkedin.venice.controller.server.AdminCommandExecutionRoutes
-
public class AdminCommandExecutionRoutes extends AbstractRoute
-
-
Constructor Summary
Constructors Constructor Description AdminCommandExecutionRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description spark.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 Detail
-
AdminCommandExecutionRoutes
public AdminCommandExecutionRoutes(boolean sslEnabled, java.util.Optional<DynamicAccessController> accessController)
-
-
Method Detail
-
getExecution
public spark.Route getExecution(Admin admin)
No ACL check; any user is allowed to check admin command execution status.
-
getLastSucceedExecutionId
public spark.Route getLastSucceedExecutionId(Admin admin)
No ACL check; any user is allowed to check last succeeded execution Id.- See Also:
Admin.getLastSucceedExecutionId(String)
-
-