Java org.apache.hadoop.yarn.api.records LocalResourceVisibility fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api.records LocalResourceVisibility fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api.records LocalResourceVisibility.

The text is from its open source code.

Field

LocalResourceVisibilityPUBLIC
Shared by all users on the node.
LocalResourceVisibilityPRIVATE
Shared among all applications of the same user on the node.
LocalResourceVisibilityAPPLICATION
Shared only among containers of the same application on the node.