Package org.apache.hadoop.yarn.security
Class PrivilegedEntity
java.lang.Object
org.apache.hadoop.yarn.security.PrivilegedEntity
An entity in YARN that can be guarded with ACLs. The entity could be an
application or a queue etc. An application entity has access types defined in
ApplicationAccessType, a queue entity has access types defined in
QueueACL.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPrivilegedEntity(String name) PrivilegedEntity(PrivilegedEntity.EntityType type, String name) -
Method Summary