Class NodesAndReplicas
java.lang.Object
com.linkedin.venice.controller.server.AbstractRoute
com.linkedin.venice.controller.server.NodesAndReplicas
-
Constructor Summary
ConstructorDescriptionNodesAndReplicas
(boolean sslEnabled, Optional<DynamicAccessController> accessController) TODO: Make sure services "venice-hooks-deployable" is also in allowlist -
Method Summary
Modifier and TypeMethodDescriptionspark.Route
addNodeIntoAllowList
(Admin admin) spark.Route
isNodeRemovable
(Admin admin) No ACL check; any user is allowed to check whether a node is removable.spark.Route
listAllNodes
(Admin admin) No ACL check; any user is allowed to list all nodes.spark.Route
listAllNodesStatus
(Admin admin) No ACL check; any user is allowed to list all node status.spark.Route
listReplicasForStorageNode
(Admin admin) No ACL check; any user is allowed to list replicas in a node.spark.Route
listReplicasForStore
(Admin admin) No ACL check; any user is allowed to list replicas for a store.spark.Route
nodeReplicasReadiness
(Admin admin) No ACL check; any user is allowed to check replicas readiness.spark.Route
removeNodeFromAllowList
(Admin admin) spark.Route
removeNodeFromCluster
(Admin admin) Methods inherited from class com.linkedin.venice.controller.server.AbstractRoute
getCertificate, getPrincipalId, hasAccessToStore, hasReadAccessToTopic, hasWriteAccessToTopic, isAclEnabled, isAllowListUser, isSslEnabled
-
Constructor Details
-
NodesAndReplicas
TODO: Make sure services "venice-hooks-deployable" is also in allowlist
-
-
Method Details
-
listAllNodes
No ACL check; any user is allowed to list all nodes.- See Also:
-
listAllNodesStatus
No ACL check; any user is allowed to list all node status. -
listReplicasForStore
No ACL check; any user is allowed to list replicas for a store.- See Also:
-
listReplicasForStorageNode
No ACL check; any user is allowed to list replicas in a node. -
isNodeRemovable
No ACL check; any user is allowed to check whether a node is removable. -
removeNodeFromCluster
- See Also:
-
addNodeIntoAllowList
-
removeNodeFromAllowList
-
nodeReplicasReadiness
No ACL check; any user is allowed to check replicas readiness.
-