Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.NodePublishVolumeRequest
Packages that use NodePublishVolumeRequest
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NodePublishVolumeRequest in org.apache.hadoop.yarn.api
Methods in org.apache.hadoop.yarn.api with parameters of type NodePublishVolumeRequestModifier and TypeMethodDescriptionCsiAdaptorProtocol.nodePublishVolume(NodePublishVolumeRequest request) Publish the volume on a node manager, the volume will be mounted to the local file system and become visible for clients. -
Uses of NodePublishVolumeRequest in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return NodePublishVolumeRequestModifier and TypeMethodDescriptionstatic NodePublishVolumeRequestNodePublishVolumeRequest.newInstance(String volumeId, boolean readOnly, String targetPath, String stagingPath, ValidateVolumeCapabilitiesRequest.VolumeCapability capability, Map<String, String> publishContext, Map<String, String> secrets)