Uses of Enum Class
org.apache.hadoop.yarn.api.records.LocalResourceVisibility
Packages that use LocalResourceVisibility
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of LocalResourceVisibility in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return LocalResourceVisibilityModifier and TypeMethodDescriptionabstract LocalResourceVisibilityLocalResource.getVisibility()Get theLocalResourceVisibilityof the resource to be localized.static LocalResourceVisibilityReturns the enum constant of this class with the specified name.static LocalResourceVisibility[]LocalResourceVisibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type LocalResourceVisibilityModifier and TypeMethodDescriptionstatic LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp) static LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, boolean shouldBeUploadedToSharedCache) static LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, String pattern) static LocalResourceLocalResource.newInstance(URL url, LocalResourceType type, LocalResourceVisibility visibility, long size, long timestamp, String pattern, boolean shouldBeUploadedToSharedCache) abstract voidLocalResource.setVisibility(LocalResourceVisibility visibility) Set theLocalResourceVisibilityof the resource to be localized. -
Uses of LocalResourceVisibility in org.apache.hadoop.yarn.service.api.records
Methods in org.apache.hadoop.yarn.service.api.records that return LocalResourceVisibilityMethods in org.apache.hadoop.yarn.service.api.records with parameters of type LocalResourceVisibilityModifier and TypeMethodDescriptionvoidConfigFile.setVisibility(LocalResourceVisibility localrsrcVisibility) ConfigFile.visibility(LocalResourceVisibility localrsrcVisibility) Visibility of the Config file.