Class StoreRequestHandler
java.lang.Object
com.linkedin.venice.controller.server.StoreRequestHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createStore
(CreateStoreGrpcRequest request) Creates a new store in the specified Venice cluster with the provided parameters.getAclForStore
(GetAclForStoreGrpcRequest request)
-
Field Details
-
DEFAULT_STORE_OWNER
- See Also:
-
-
Constructor Details
-
StoreRequestHandler
-
-
Method Details
-
createStore
Creates a new store in the specified Venice cluster with the provided parameters.- Parameters:
request
- the request object containing all necessary details for the creation of the store
-
updateAclForStore
-
getAclForStore
-
deleteAclForStore
-
checkResourceCleanupForStoreCreation
-