Class SharedCacheResourceReference
java.lang.Object
org.apache.hadoop.yarn.server.sharedcachemanager.store.SharedCacheResourceReference
This is an object that represents a reference to a shared cache resource.
-
Constructor Summary
ConstructorsConstructorDescriptionSharedCacheResourceReference(org.apache.hadoop.yarn.api.records.ApplicationId appId, String shortUserName) Create a resource reference. -
Method Summary
-
Constructor Details
-
SharedCacheResourceReference
public SharedCacheResourceReference(org.apache.hadoop.yarn.api.records.ApplicationId appId, String shortUserName) Create a resource reference.- Parameters:
appId-ApplicationIdthat is referencing a resource.shortUserName-ShortUserNameof the user that created the reference.
-
-
Method Details